GiftCardPurchase: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{PageTitle|title=GiftCardPurchase structure}} This structure describes the gift cards purchased in a payment process. = Included in = Re-order indicator are used in the fo...") |
|||
Line 22: | Line 22: | ||
* HUF: zero digits | * HUF: zero digits | ||
* USD: two digits | * USD: two digits | ||
| | |||
| Currency || string || | |||
* Required | |||
* Required length: 3 characters | |||
* Accepted values: | |||
** "CZK" (Czech crown) | |||
** "EUR" (Euro) | |||
** "HUF" (Hungarian forint) | |||
** "USD" (U.S. dollar) | |||
|| The currency of the payment. Must be supplied in ISO 4217 format. This affects all transactions included in the payment; it is not possible to define multiple transactions in different currencies. | |||
|- | |- | ||
|} | |} |
Revision as of 08:32, 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 the transaction. This is the amount that is charged towards the payer when completing the payment. The final amount of the transaction. This will overwrite the original amount.
The allowed number of decimal digits depends on the currency of the payment containing this transaction:
|
Currency | string |
|
The currency of the payment. Must be supplied in ISO 4217 format. This affects all transactions included in the payment; it is not possible to define multiple transactions in different currencies. |