GiftCardPurchase: Difference between revisions
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
* Must be greater than zero | * Must be greater than zero | ||
* Decimal precision depends on payment currency | * Decimal precision depends on payment currency | ||
|| The total amount of | || The total amount of gift cards. | ||
* CZK: two digits | * CZK: two digits | ||
* EUR: two digits | * EUR: two digits | ||
Line 31: | Line 30: | ||
** "HUF" (Hungarian forint) | ** "HUF" (Hungarian forint) | ||
** "USD" (U.S. dollar) | ** "USD" (U.S. dollar) | ||
|| The currency of the | || The currency of the gift cards. Must be supplied in ISO 4217 format. | ||
|- | |- | ||
| Count || int || | |||
* Required | |||
|| The number of gift cards purchased. | |||
|} | |} |
Revision as of 08:36, 18 July 2019
GiftCardPurchase structure
This structure describes the gift cards purchased in a payment process.
Included in
Re-order indicator are used in the following structures:
Properties
Property name | Property type | Limitations and constraints | Description |
---|---|---|---|
Amount | decimal |
|
The total amount of gift cards.
|
Currency | string |
|
The currency of the gift cards. Must be supplied in ISO 4217 format. |
Count | int |
|
The number of gift cards purchased. |