Sha256: 21d7b56ba352848df9c5fe920f38553a057bfcf4106c0fe91a2fa865407ec663
Contents?: true
Size: 1.44 KB
Versions: 5
Compression:
Stored size: 1.44 KB
Contents
# VeloPayments::CreatePayee ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **payee_id** | **String** | | [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] **challenge** | [**Challenge**](Challenge.md) | | [optional] **language** | [**Language**](Language.md) | | [optional] **company** | [**CompanyV1**](CompanyV1.md) | | [optional] **individual** | [**CreateIndividual**](CreateIndividual.md) | | [optional] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::CreatePayee.new(payee_id: 2aa5d7e0-2ecb-403f-8494-1865ed0454e9, payor_refs: null, email: bob@example.com, remote_id: remoteId123, type: null, address: null, payment_channel: null, challenge: null, language: null, company: null, individual: null) ```
Version data entries
5 entries across 5 versions & 1 rubygems