Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.23 KB

File metadata and controls

18 lines (15 loc) · 1.23 KB

brevo_csharp.Model.TransactionHistory

Properties

Name Type Description Notes
Amount decimal? The transaction amount. [optional]
BalanceExpirationDate string Expiration date of the balance associated with this transaction. [optional]
CancelledAt string Timestamp when the transaction was canceled, if applicable. [optional]
CompletedAt string Timestamp when the transaction was successfully completed. [optional]
CreatedAt string Timestamp when the transaction was initiated. [optional]
Id string Unique identifier of the transaction. [optional]
Meta Object Optional metadata associated with the transaction. [optional]
RejectReason string Reason for rejection, if the transaction was declined. [optional]
RejectedAt string Timestamp when the transaction was rejected. [optional]
Status string Current status of the transaction (e.g., pending, completed, rejected). [optional]

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