Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.34 KB

File metadata and controls

17 lines (14 loc) · 1.34 KB

brevo_csharp.Model.CreateTransactionPayload

Properties

Name Type Description Notes
LoyaltySubscriptionId string Unique identifier for the loyalty subscription (required unless `contactId` is provided). [optional]
Amount decimal? Transaction amount (must be provided).
AutoComplete bool? Whether the transaction should be automatically completed. [optional]
BalanceDefinitionId string Unique identifier (UUID) of the associated balance definition.
BalanceExpiryInMinutes int? Optional expiry time for the balance in minutes (must be greater than 0 if provided). [optional]
ContactId int? Unique identifier of the contact involved in the transaction (required unless `LoyaltySubscriptionId` is provided). [optional]
EventTime string Optional timestamp specifying when the transaction occurred. [optional]
Meta Object Optional metadata associated with the transaction. [optional]
Ttl int? Optional time-to-live for the transaction (must be greater than 0 if provided). [optional]

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