Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 3.1 KB

LoyaltiesMembersRedemptionRedeemResponseBody.md

File metadata and controls

31 lines (28 loc) · 3.1 KB

# LoyaltiesMembersRedemptionRedeemResponseBody

Properties

Name Type Description Notes
id string Unique redemption ID. [optional]
object string The type of the object represented by the JSON [optional] [default to 'redemption']
date \DateTime Timestamp representing the date and time when the object was created. The value is shown in the ISO 8601 format. [optional]
customerId string Unique customer ID of the redeeming customer. [optional]
trackingId string Hashed customer source ID. [optional]
metadata object The metadata object stores all custom attributes assigned to the redemption. [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. [optional]
redemption string Unique redemption ID of the parent redemption. [optional]
result string Redemption result. [optional]
status string Redemption status. [optional]
relatedRedemptions \OpenAPI\Client\Model\LoyaltiesMembersRedemptionRedeemResponseBodyRelatedRedemptions [optional]
failureCode string If the result is `FAILURE`, this parameter will provide a generic reason as to why the redemption failed. [optional]
failureMessage string If the result is `FAILURE`, this parameter will provide a more expanded reason as to why the redemption failed. [optional]
order \OpenAPI\Client\Model\OrderCalculated [optional]
channel \OpenAPI\Client\Model\LoyaltiesMembersRedemptionRedeemResponseBodyChannel [optional]
customer \OpenAPI\Client\Model\SimpleCustomer [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]
promotionTier \OpenAPI\Client\Model\PromotionTier [optional]
reward \OpenAPI\Client\Model\RedemptionRewardResult [optional]
gift \OpenAPI\Client\Model\LoyaltiesMembersRedemptionRedeemResponseBodyGift [optional]
loyaltyCard \OpenAPI\Client\Model\LoyaltiesMembersRedemptionRedeemResponseBodyLoyaltyCard [optional]
voucher \OpenAPI\Client\Model\LoyaltiesMembersRedemptionRedeemResponseBodyVoucher [optional]

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