GiftCardPurchase: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
 
Line 21: Line 21:
* HUF: zero digits
* HUF: zero digits
* USD: two digits
* USD: two digits
|-
| Currency || string ||
* Optional
* Required length: 3 characters
* Accepted values:
** "CZK" (Czech crown)
** "EUR" (Euro)
** "HUF" (Hungarian forint)
** "USD" (U.S. dollar)
|| The currency of the gift cards. Must be supplied in ISO 4217 format.
|-
|-
| Count || int ||
| Count || int ||

Latest revision as of 09:50, 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
  • Optional
  • Must be greater than zero
  • Decimal precision depends on payment currency
The total amount of gift cards.
  • CZK: two digits
  • EUR: two digits
  • HUF: zero digits
  • USD: two digits
Count int
  • Optional
  • Must be between 1 and 99
The number of gift cards purchased.