Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 770 Bytes

ValidationsValidateRequestBodyRedeemablesItemGift.md

File metadata and controls

13 lines (7 loc) · 770 Bytes

ValidationsValidateRequestBodyRedeemablesItemGift

Contains information on the number of gift card credits that the customer wants to apply to the order.

Properties

Name Type Description Notes
credits int The number of credits that the user wants to use from the gift card to fulfill the order. The value of credits cannot be higher than the current balance on the gift card. Value is multiplied by 100 to precisely represent 2 decimal places. For example `10000 cents` for `$100.00`. [optional]

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