aboutsummaryrefslogtreecommitdiffstats
path: root/ynab-api/docs/Payee.md
diff options
context:
space:
mode:
Diffstat (limited to 'ynab-api/docs/Payee.md')
-rw-r--r--ynab-api/docs/Payee.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/ynab-api/docs/Payee.md b/ynab-api/docs/Payee.md
new file mode 100644
index 0000000..a52f0f9
--- /dev/null
+++ b/ynab-api/docs/Payee.md
@@ -0,0 +1,14 @@
+# Payee
+
+## Properties
+
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**id** | **String** | |
+**name** | **String** | |
+**transfer_account_id** | **String** | If a transfer payee, the account_id to which this payee transfers to |
+**deleted** | **bool** | Whether or not the payee has been deleted. Deleted payees will only be included in delta requests. |
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+
+