Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.1 KB

File metadata and controls

17 lines (13 loc) · 1.1 KB

Voucherify.Model.ClientRedemptionsRedeemRequestBody

Response body schema for POST v1/redemptions.

Properties

Name Type Description Notes
Options ClientRedemptionsRedeemRequestBodyOptions [optional]
Redeemables List<ClientRedemptionsRedeemRequestBodyRedeemablesItem> [optional]
Order Order [optional]
Customer Customer [optional]
Session Session [optional]
TrackingId string Is correspondent to Customer's source_id [optional]
Metadata Object A set of key/value pairs that you can attach to a redemption object. It can be useful for storing additional information about the redemption in a structured format. [optional]

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