| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerIdentifier | Collection of byte |
None. |
|
| CustomerIdentifierGuid |
Customer identifier of customer |
globally unique identifier |
None. |
| VoucherName |
Required. Voucher name |
string |
None. |
| StoreID |
Store voucher is issued from |
integer |
None. |
| Redeem |
Indicate that voucher is to be redeemed with current settings, will be used if both issue and redeem are set to true |
boolean |
None. |
| Issue |
Indicate that voucher is to be issued with current settings |
boolean |
None. |
| Barcode |
Required when tracking the issuing and redemption of a specific voucher |
string |
None. |
| SaleIdentifier |
Sale identifier, required for both online and offline vouchers |
string |
None. |
| StoreSalePaymentID |
Optional, the sale payment id. Can only be provided if the voucher is offline. |
integer |
None. |
| SaleHeaderID |
Optional, the sale header id. Can only be provided if the voucher is offline. |
integer |
None. |
| IdempotentID |
The byte[16] representation of the idempotent id |
Collection of byte |
None. |
| IdempotentGuid |
Idempotent identifier |
globally unique identifier |
None. |
| Offline | boolean |
None. |