| Name | Type | Description | Notes |
|---|---|---|---|
| account_guid | Option<String> | The unique identifier for an account. Defined by MX. | [optional] |
| amount | Option<f64> | The monetary amount of the transaction. |
[optional] |
| description | Option<String> | Merchant or bill description. | [optional] |
| guid | Option<String> | The unique identifier for the repeating transaction. Defined by MX. | [optional] |
| member_guid | Option<String> | The unique identifier for the member. Defined by MX. | [optional] |
| merchant_guid | Option<String> | The unique identifier for the merchant. Defined by MX. | [optional] |
| last_posted_date | Option<String> | Last occurrence date. | [optional] |
| predicted_occurs_on | Option<String> | Predicted next occurrence. | [optional] |
| recurrence_type | Option<String> | The frequency at which a transaction is expected to repeat based on historical patterns. See Supported Recurrence Types for full list. This field appears on transaction endpoints where the optional query parameter is defined. | [optional] |
| user_guid | Option<String> | The unique identifier for the user. Defined by MX. | [optional] |
| repeating_transaction_type | Option<RepeatingTransactionType> | The type of repeating transaction. This field appears on transaction endpoints where the optional query parameter is defined. (enum: BILL, SUBSCRIPTION, INCOME, UNKNOWN) | [optional] |
| transaction_type | Option<TransactionType> | The type of transaction. (enum: DEBIT, CREDIT) | [optional] |