docs/GetPayeeListResponseV4.md in velopayments-2.35.58 vs docs/GetPayeeListResponseV4.md in velopayments-2.37.150.beta1
- old
+ new
@@ -17,10 +17,11 @@
| **display_name** | **String** | | [optional] |
| **payee_type** | **String** | Type of Payee. One of the following values: Individual, Company | [optional] |
| **disabled** | **Boolean** | | [optional] |
| **disabled_comment** | **String** | | [optional] |
| **disabled_updated_timestamp** | **Time** | | [optional] |
+| **managed_by_payor_id** | **String** | The id of the payor if the payee is managed | [optional] |
| **individual** | [**GetPayeeListResponseIndividualV4**](GetPayeeListResponseIndividualV4.md) | | [optional] |
| **company** | [**GetPayeeListResponseCompanyV4**](GetPayeeListResponseCompanyV4.md) | | [optional] |
## Example
@@ -41,9 +42,10 @@
display_name: ABC,
payee_type: null,
disabled: null,
disabled_comment: reason for disabled,
disabled_updated_timestamp: 2019-01-20T09:00Z,
+ managed_by_payor_id: a2967711-df07-41e5-b5ea-0f563088911c,
individual: null,
company: null
)
```