Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 840 Bytes

VouchersRedemptionGetResponseBodyRedemptionEntriesItemVoucherGift.md

File metadata and controls

24 lines (12 loc) · 840 Bytes

VouchersRedemptionGetResponseBodyRedemptionEntriesItemVoucherGift

Properties

Name Type Description Notes
amount Integer Total gift card income over the lifetime of the card. Value is multiplied by 100 to precisely represent 2 decimal places. For example, $100 amount is written as 10000. [optional]
balance Integer Available funds. Value is multiplied by 100 to precisely represent 2 decimal places. For example, $100 amount is written as 10000. [optional]
effect EffectEnum Defines how the credits are applied to the customer's order. [optional]

Enum: EffectEnum

Name Value
ORDER "APPLY_TO_ORDER"
ITEMS "APPLY_TO_ITEMS"