Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.25 KB

File metadata and controls

17 lines (13 loc) · 1.25 KB

Voucherify.Model.MemberActivityDataBalance

Properties

Name Type Description Notes
Amount int? Credits added or subtracted on a gift card. [optional]
Points int? Points added or subtracted in the transaction of a loyalty card. [optional]
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]
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 MemberActivityDataBalanceRelatedObject [optional]

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