Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 1.53 KB

File metadata and controls

22 lines (19 loc) · 1.53 KB

brevo_csharp.Model.MainRedeem

Properties

Name Type Description Notes
CancelledAt DateTime? Timestamp when the redemption was cancelled [optional]
CompletedAt DateTime? Timestamp when the redemption was completed [optional]
ContactId long? Unique identifier for the contact [optional]
CreatedAt DateTime? Timestamp when the redemption was created [optional]
DebitTransactionId Guid? Unique identifier for the debit transaction [optional]
ExpiresAt DateTime? Timestamp when the redemption expires [optional]
Id Guid? Unique identifier for the redemption [optional]
LoyaltyProgramId Guid? Unique identifier for the loyalty program [optional]
Meta Dictionary<string, Object> Additional metadata associated with the redemption [optional]
RejectReason string Reason for rejection if the redemption was rejected [optional]
RejectedAt DateTime? Timestamp when the redemption was rejected [optional]
RewardAttributionId Guid? Unique identifier for the reward attribution [optional]
Status string Current status of the redemption [optional]
UpdatedAt DateTime? Timestamp when the redemption was last updated [optional]

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