Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 2.54 KB

LoyaltiesMembersRedemptionRedeemResponseBody.md

File metadata and controls

31 lines (28 loc) · 2.54 KB

# LoyaltiesMembersRedemptionRedeemResponseBody

Properties

Name Type Description Notes
id string Unique redemption ID.
object string The type of object represented by the JSON [default to 'redemption']
date \DateTime Timestamp representing the date and time when the object was created in ISO 8601 format.
customer_id string Unique customer ID of the redeeming customer.
tracking_id string Hashed customer source ID.
metadata object The metadata object stores all custom attributes assigned to the redemption.
amount int A positive integer in the smallest currency unit (e.g. 100 cents for $1.00) representing the total amount of the order. This is the sum of the order items' amounts. [optional]
redemption string Unique redemption ID of the parent redemption.
result string Redemption result.
status string Redemption status.
related_redemptions \OpenAPI\Client\Model\RedemptionRelatedRedemptions [optional]
failure_code string If the result is `FAILURE`, this parameter will provide a generic reason as to why the redemption failed. [optional]
failure_message 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\OrderCalculatedNoCustomerData
channel \OpenAPI\Client\Model\RedemptionChannel
customer \OpenAPI\Client\Model\SimpleCustomer
related_object_type string Defines the related object.
related_object_id string Unique related object ID assigned by Voucherify, i.e. v_lfZi4rcEGe0sN9gmnj40bzwK2FH6QUno for a voucher.
voucher \OpenAPI\Client\Model\Voucher [optional]
promotion_tier \OpenAPI\Client\Model\PromotionTier [optional]
reward \OpenAPI\Client\Model\RedemptionRewardResult
gift \OpenAPI\Client\Model\RedemptionGift [optional]
loyalty_card \OpenAPI\Client\Model\RedemptionLoyaltyCard [optional]

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