Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.02 KB

LoyaltyCardTransactionDetailsBalance.md

File metadata and controls

14 lines (11 loc) · 1.02 KB

# LoyaltyCardTransactionDetailsBalance

Properties

Name Type Description Notes
type string The type of voucher whose balance is being adjusted due to the transaction. [optional] [default to 'loyalty_card']
total int The number of all points 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. [optional]
balance int The available points on the card after the transaction as affected by redemption or rollback. [optional]
relatedObject \OpenAPI\Client\Model\LoyaltyCardTransactionDetailsBalanceRelatedObject [optional]

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