Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.18 KB

VoucherTransactionDetailsBalance.md

File metadata and controls

15 lines (12 loc) · 1.18 KB

# VoucherTransactionDetailsBalance

Properties

Name Type Description Notes
type string The type of voucher whose balance is being adjusted due to the transaction. [optional]
total int The number of all points or credits accumulated on the card as affected by add or subtract operations. [optional]
object string The type of the object represented by the JSON. [optional] [default to 'balance']
points int Points added or subtracted in the transaction of a loyalty card. [optional]
balance int The available points or credits on the card after the transaction as affected by redemption or rollback. [optional]
operationType string The type of the operation being performed. The operation type is `AUTOMATIC` if it is an automatic redemption. [optional]
relatedObject \OpenAPI\Client\Model\VoucherTransactionDetailsBalanceRelatedObject [optional]

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