docs/CreatePayee.md in velopayments-2.18.113 vs docs/CreatePayee.md in velopayments-2.19.40.beta1

- old
+ new

@@ -3,11 +3,11 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **payee_id** | **String** | | [optional] [readonly] -**payor_refs** | [**Array<PayeePayorRef2>**](PayeePayorRef2.md) | | [optional] [readonly] +**payor_refs** | [**Array<PayeePayorRefV2>**](PayeePayorRefV2.md) | | [optional] [readonly] **email** | **String** | | **remote_id** | **String** | | **type** | [**PayeeType**](PayeeType.md) | | **address** | [**CreatePayeeAddress**](CreatePayeeAddress.md) | | **payment_channel** | [**CreatePaymentChannel**](CreatePaymentChannel.md) | | [optional] @@ -19,13 +19,13 @@ ## Code Sample ```ruby require 'VeloPayments' -instance = VeloPayments::CreatePayee.new(payee_id: null, +instance = VeloPayments::CreatePayee.new(payee_id: 2aa5d7e0-2ecb-403f-8494-1865ed0454e9, payor_refs: null, - email: null, - remote_id: null, + email: bob@example.com, + remote_id: remoteId123, type: null, address: null, payment_channel: null, challenge: null, language: null,