Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.72 KB

File metadata and controls

22 lines (17 loc) · 1.72 KB

TransactionCreateRequest

Properties

Name Type Description Notes
amount Option<f64> The monetary amount of the transaction.
date String The date of the transaction.
description String A human-readable version of the original_description field. Provided by MX.
r#type Type The type of transaction, which must be CREDIT or DEBIT. (enum: CREDIT, DEBIT)
category_guid Option<String> The unique identifier for the category. Defined by MX. [optional]
currency_code Option<String> The three-character ISO 4217 currency code, for example, USD. [optional]
has_been_viewed Option<bool> Indicates whether the transaction has been viewed. [optional]
is_hidden Option<bool> Indicates whether the account is hidden. Hidden accounts can still have an active balance and receive transactions. Defaults to false. [optional]
is_international Option<bool> Indicates whether the transaction is international. If the data provider determines it isn't international then it will be false. It will be null if the data provider does not have this information. [optional]
memo Option<String> A note about the transaction. [optional]
metadata Option<String> Additional information you can store about the transaction. [optional]
skip_webhook Option<bool> When set to true, this parameter will prevent a webhook from being triggered by the request. [optional]

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