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

Latest commit

 

History

History
10 lines (7 loc) · 760 Bytes

CustomerSummaryRedemptionsGift.md

File metadata and controls

10 lines (7 loc) · 760 Bytes

# CustomerSummaryRedemptionsGift

Properties

Name Type Description Notes
redeemed_amount int Total amount of gift card credits redeemed by customer. Value is multiplied by 100 to precisely represent 2 decimal places. For example `10000 cents` for `$100.00`. [optional] [default to 0]
amount_to_go int Remaining gift card balance across all gift cards. Value is multiplied by 100 to precisely represent 2 decimal places. For example `10000 cents` for `$100.00`. [optional] [default to 0]

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