aboutsummaryrefslogtreecommitdiffstats
path: root/ynab-api/docs/Payee.md
blob: a52f0f99dd96f4feaaadb7587f863b13d66685a4 (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 | 
**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)