aboutsummaryrefslogtreecommitdiffstats
path: root/ynab-api/docs/Payee.md
blob: ff886e6c7ef692cd63b57e7442817aaa4bab4efa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 | [optional] 
**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)