Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.1 KB

File metadata and controls

15 lines (11 loc) · 1.1 KB

Voucherify.Model.ClientRedemptionsRedeemResponseBody

Response body schema for POST v1/redemptions.

Properties

Name Type Description Notes
Redemptions List<Redemption> [optional]
ParentRedemption Redemption [optional]
Order ClientRedemptionsRedeemResponseBodyOrder [optional]
InapplicableRedeemables List<ValidationsRedeemableInapplicable> Lists validation results of each inapplicable redeemable. [optional]
SkippedRedeemables List<ValidationsRedeemableSkipped> Lists validation results of each redeemable. If a redeemable can be applied, the API returns `&quot;status&quot;: &quot;APPLICABLE&quot;`. [optional]

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