| Name | Type | Description | Notes |
|---|---|---|---|
| amount | String | The monetary amount of the transaction. |
|
| category | Option<String> | The category of the transaction. |
[optional] |
| check_number_string | Option<String> | The check number for the transaction. |
[optional] |
| currency_code | Option<String> | The three-character ISO 4217 currency code, for example, USD. |
[optional] |
| description | String | A human-readable description of the transaction. | |
| id | Option<String> | The unique partner-defined identifier for the transaction. |
[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] |
| latitude | Option<f64> | The latitude of the location where the transaction occurred. The number is a signed decimal (for example, Rio de Janeiro's latitude is -22.9027800 and Tokyo's latitude is 35.689488). | [optional] |
| localized_description | Option<String> | A human-readable description of the transaction, provided in a local language. | [optional] |
| localized_memo | Option<String> | Additional descriptive information about the transaction, provided in a local language. | [optional] |
| longitude | Option<f64> | The longitude of the location where the transaction occurred. The number is a signed decimal (for example, Rio de Janeiro's longitude is -43.2075000 and Tokyo's longitude is 139.691706). | [optional] |
| memo | Option<String> | A human-readable note about the transaction. | [optional] |
| merchant_category_code | Option<i32> | The ISO 18245 category code for the transaction. | [optional] |
| merchant_guid | Option<String> | The unique identifier for the merchant. Defined by MX. |
[optional] |
| merchant_location_guid | Option<String> | The unique identifier for the merchant_location. Defined by MX. |
[optional] |
| metadata | Option<String> | Additional information you can store about the transaction. |
[optional] |
| posted_at | String | The date and time the transaction was posted to the account. | |
| status | Status | The status of the transaction. Can be either POSTED or PENDING. (enum: POSTED, PENDING) |
|
| transacted_at | String | The date and time the transaction took place. | |
| r#type | Type | The type of transaction. Can be either CREDIT or DEBIT. (enum: CREDIT, DEBIT) |