This is an object representing a redemption rollback.
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | Unique identifier of the redemption rollback. | [optional] |
| Object | string | The type of the object represented by the JSON | [optional] |
| Date | DateTimeOffset? | 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 represents the number of the credits restored to the card in the rolledback redemption. The number is a negative integer in the smallest currency unit, e.g. -100 cents for $1.00 added back to the card. For loyalty cards, this represents the number of loyalty points restored to the card in the rolledback redemption. The number is a negative integer. | [optional] |
| Redemption | string | Unique redemption ID of the parent redemption. | [optional] |
| Reason | string | System generated cause for the redemption being invalid in the context of the provided parameters. | [optional] |
| Result | string | Redemption result. | [optional] |
| Status | string | Redemption status. | [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 | RedemptionRollbackOrder | [optional] | |
| Channel | RedemptionRollbackChannel | [optional] | |
| Customer | SimpleCustomer | [optional] | |
| RelatedObjectType | string | Defines the related object. | [optional] |
| RelatedObjectId | string | Unique identifier of the related object. It is assigned by Voucherify, i.e. `v_lfZi4rcEGe0sN9gmnj40bzwK2FH6QUno` for a voucher. | [optional] |
| Voucher | Voucher | [optional] | |
| PromotionTier | PromotionTier | [optional] | |
| Reward | RedemptionRewardResult | [optional] | |
| Gift | RedemptionRollbackGift | [optional] | |
| LoyaltyCard | RedemptionRollbackLoyaltyCard | [optional] |