Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 4.06 KB

File metadata and controls

38 lines (34 loc) · 4.06 KB

Voucherify.Model.MemberActivityDataRedemption

Properties

Name Type Description Notes
Id string Unique redemption ID. [optional]
CustomerId string Unique customer ID of the redeeming customer. [optional]
TrackingId string Hashed customer source ID. [optional]
Date DateTimeOffset? Timestamp representing the date and time when the redemption was created in the ISO 8601 format. [optional]
Amount int? For gift cards, this is a positive integer in the smallest currency unit (e.g. 100 cents for $1.00) representing the number of redeemed credits. For loyalty cards, this is the number of loyalty points used in the transaction. In the case of redemption rollback, the numbers are expressed as negative integers. and For gift cards, this is a positive integer in the smallest currency unit (e.g. 100 cents for $1.00) representing the number of redeemed credits. For loyalty cards, this is the number of loyalty points used in the transaction. [optional]
Order MemberActivityDataRedemptionOrder [optional]
Reward MemberActivityDataRedemptionReward [optional]
Customer SimpleCustomer [optional]
Result string Redemption result. [optional]
Status string [optional]
Voucher MemberActivityDataRedemptionVoucher [optional]
PromotionTier MemberActivityDataRedemptionPromotionTier [optional]
Redemption string Unique redemption ID of the parent redemption. [optional]
Metadata Object The metadata object stores all custom attributes in the form of key/value pairs assigned to the redemption. and The metadata object stores all custom attributes assigned to the redemption. [optional]
FailureCode string If the result is `FAILURE`, this parameter will provide a generic reason as to why the redemption failed. [optional]
FailureMessage string [optional]
Reason string [optional]
Channel MemberActivityDataRedemptionChannel [optional]
Object string The type of the object represented by the JSON. This object stores information about the `redemption`. [optional]
CreatedAt DateTimeOffset? Timestamp representing the date and time when the redemption was created. The value is shown in the ISO 8601 format. [optional]
ChannelType string The source of the channel for the redemption rollback. A `USER` corresponds to the Voucherify Dashboard and an `API` corresponds to the API. [optional]
ChannelId string Unique channel ID of the user performing the redemption. This is either a user ID from a user using the Voucherify Dashboard or an X-APP-Id of a user using the API. [optional]
PreviousOrder MemberActivityDataRedemptionPreviousOrder [optional]
RelatedRedemptions MemberActivityDataRedemptionRelatedRedemptions [optional]
ParentRedemptionId string Unique redemption ID of the parent redemption. [optional]
RelatedObjectType string Defines the related object. [optional]
RelatedObjectId string Unique related object ID assigned by Voucherify, i.e. v_lfZi4rcEGe0sN9gmnj40bzwK2FH6QUno for a voucher. [optional]
RelatedObjectParentId string Unique related parent object ID assigned by Voucherify, i.e. v_lfZi4rcEGe0sN9gmnj40bzwK2FH6QUno for a voucher. [optional]
CampaignName string Campaign name [optional]

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