Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 726 Bytes

File metadata and controls

12 lines (8 loc) · 726 Bytes

UpdateVoucherUsage

Properties

Name Type Description Notes
is_used bool Flag indicating whether the voucher is used [optional]
used_by_customer_id int Indicates Customer that used the voucher. [optional]
transaction_key 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]