Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.09 KB

CustomerSummaryRedemptions.md

File metadata and controls

16 lines (13 loc) · 1.09 KB

# CustomerSummaryRedemptions

Properties

Name Type Description Notes
totalRedeemed int Total number of redemptions made by the customer. [optional]
totalFailed int Total number of redemptions that failed. [optional]
totalSucceeded int Total number of redemptions that succeeded. [optional]
totalRolledBack int Total number of redemptions that were rolled back for the customer. [optional]
totalRollbackFailed int Total number of redemption rollbacks that failed. [optional]
totalRollbackSucceeded int Total number of redemption rollbacks that succeeded. [optional]
gift \OpenAPI\Client\Model\CustomerSummaryRedemptionsGift [optional]
loyaltyCard \OpenAPI\Client\Model\CustomerSummaryRedemptionsLoyaltyCard [optional]

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