aboutsummaryrefslogtreecommitdiffstats
path: root/ynab-api/docs/ScheduledTransactionDetail.md
diff options
context:
space:
mode:
Diffstat (limited to 'ynab-api/docs/ScheduledTransactionDetail.md')
-rw-r--r--ynab-api/docs/ScheduledTransactionDetail.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/ynab-api/docs/ScheduledTransactionDetail.md b/ynab-api/docs/ScheduledTransactionDetail.md
index b140d03..5f45c7e 100644
--- a/ynab-api/docs/ScheduledTransactionDetail.md
+++ b/ynab-api/docs/ScheduledTransactionDetail.md
@@ -9,12 +9,12 @@ Name | Type | Description | Notes
**date_next** | [***String**](string.md) | The next date for which the Scheduled Transaction is scheduled. |
**frequency** | **String** | |
**amount** | **i64** | The scheduled transaction amount in milliunits format |
-**memo** | **String** | |
+**memo** | **String** | | [optional]
**flag_color** | **String** | The scheduled transaction flag |
**account_id** | **String** | |
-**payee_id** | **String** | |
+**payee_id** | **String** | | [optional]
**category_id** | **String** | |
-**transfer_account_id** | **String** | If a transfer, the account_id which the scheduled transaction transfers to |
+**transfer_account_id** | **String** | If a transfer, the account_id which the scheduled transaction transfers to | [optional]
**deleted** | **bool** | Whether or not the scheduled transaction has been deleted. Deleted scheduled transactions will only be included in delta requests. |
**account_name** | **String** | |
**payee_name** | **String** | |