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

Latest commit

 

History

History
16 lines (13 loc) · 1.01 KB

CustomerSummaryRedemptions.md

File metadata and controls

16 lines (13 loc) · 1.01 KB

# CustomerSummaryRedemptions

Properties

Name Type Description Notes
total_redeemed int Total number of redemptions made by the customer.
total_failed int Total number of redemptions that failed.
total_succeeded int Total number of redemptions that succeeded.
total_rolled_back int Total number of redemptions that were rolled back for the customer.
total_rollback_failed int Total number of redemption rollbacks that failed.
total_rollback_succeeded int Total number of redemption rollbacks that succeeded.
gift \OpenAPI\Client\Model\CustomerSummaryRedemptionsGift
loyalty_card \OpenAPI\Client\Model\CustomerSummaryRedemptionsLoyaltyCard

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