Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 1.36 KB

VouchersBalanceUpdateResponseBody.md

File metadata and controls

18 lines (13 loc) · 1.36 KB

VouchersBalanceUpdateResponseBody

Response body schema for vouchers/{code}/balance.

Properties

Name Type Description Notes
amount int The incremental amount added (positive integer) or subtracted (negative integer) to the current balance on the gift card or loyalty card. Value is multiplied by 100 to precisely represent 2 decimal places. For example, $100 amount is written as 10000. [optional]
total int Total income incurred over the lifespan of the gift card or loyalty card. [optional]
balance int The balance after adding or subtracting a specified amount. Value is multiplied by 100 to precisely represent 2 decimal places. For example, $100 amount is written as 10000. [optional]
type str The type of voucher being modified. [optional]
operation_type str [optional] [default to 'MANUAL']
object str The type of the object represented by JSON. Default is `balance`. [optional] [default to 'balance']
related_object VouchersBalanceUpdateResponseBodyRelatedObject [optional]

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