Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 829 Bytes

File metadata and controls

12 lines (8 loc) · 829 Bytes

Voucherify.Model.ClientValidationsValidateResponseBodyRedeemablesItemResultGift

Stores the amount of gift card credits to be applied.

Properties

Name Type Description Notes
Balance int? Available funds at the moment of validation. The value is multiplied by 100 to represent 2 decimal places. For example `10000 cents` for `$100.00`. [optional]
Credits int? Total number of gift card credits to be applied. The value is multiplied by 100 to represent 2 decimal places. For example `10000 cents` for `$100.00`. [optional]

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