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

Latest commit

 

History

History
14 lines (11 loc) · 945 Bytes

VoucherTransactionDetailsBalance.md

File metadata and controls

14 lines (11 loc) · 945 Bytes

# VoucherTransactionDetailsBalance

Properties

Name Type Description Notes
type string The type of voucher whose balance is being adjusted due to the transaction. [default to 'loyalty_card']
total int The available points prior to the transaction.
object string The type of object represented by the JSON. [default to 'balance']
points int The amount of points being used up in the transaction.
balance int The points balance on the loyalty card after the points in the transaction are subtracted from the loyalty card.
related_object \OpenAPI\Client\Model\VoucherTransactionDetailsBalanceRelatedObject

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