Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 737 Bytes

File metadata and controls

11 lines (8 loc) · 737 Bytes

Flipdish.Model.UpdateVoucherUsage

Properties

Name Type Description Notes
IsUsed bool? Flag indicating whether the voucher is used [optional]
UsedByCustomerId int? Indicates Customer that used the voucher. [optional]
TransactionKey string An opaque string, to ensure idempotency. This allows for safely retrying requests without accidentally performing the same stamp operation twice. This will typically contain the the ID of the sale order. [optional]

[Back to Model list] [Back to API list] [Back to README]