Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.22 KB

VouchersBalanceUpdateResponseBody.md

File metadata and controls

15 lines (12 loc) · 1.22 KB

# VouchersBalanceUpdateResponseBody

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.
total int Total income incurred over the lifespan of the gift card or loyalty card.
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.
type string The type of voucher being modified.
operation_type string [default to 'MANUAL']
object string The type of object represented by JSON. Default is `balance`. [default to 'balance']
related_object \OpenAPI\Client\Model\VouchersBalanceUpdateResponseBodyRelatedObject

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