Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.02 KB

ClientRedemptionsRedeemResponseBody.md

File metadata and controls

17 lines (11 loc) · 1.02 KB

ClientRedemptionsRedeemResponseBody

Response body schema for POST v1/redemptions.

Properties

Name Type Description Notes
redemptions List[Redemption] [optional]
parent_redemption Redemption [optional]
order OrderCalculated [optional]
inapplicable_redeemables List[ValidationsRedeemableInapplicable] Lists validation results of each inapplicable redeemable. [optional]
skipped_redeemables List[ValidationsRedeemableSkipped] Lists validation results of each redeemable. If a redeemable can be applied, the API returns `"status": "APPLICABLE"`. [optional]

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