Sha256: 7aa1a70b091a5406a37565cef302ac61830a9ca3258670a47f838de4429b3fee

Contents?: true

Size: 1.45 KB

Versions: 4

Compression:

Stored size: 1.45 KB

Contents

# VeloPayments::CreatePayee2

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**payee_id** | **String** |  | [optional] [readonly] 
**payor_refs** | [**Array<PayeePayorRefV3>**](PayeePayorRefV3.md) |  | [optional] [readonly] 
**email** | **String** |  | 
**remote_id** | **String** |  | 
**type** | [**PayeeType**](PayeeType.md) |  | 
**address** | [**CreatePayeeAddress2**](CreatePayeeAddress2.md) |  | 
**payment_channel** | [**CreatePaymentChannel2**](CreatePaymentChannel2.md) |  | [optional] 
**challenge** | [**Challenge**](Challenge.md) |  | [optional] 
**language** | [**Language**](Language.md) |  | [optional] 
**company** | [**CompanyV1**](CompanyV1.md) |  | [optional] 
**individual** | [**CreateIndividual2**](CreateIndividual2.md) |  | [optional] 

## Code Sample

```ruby
require 'VeloPayments'

instance = VeloPayments::CreatePayee2.new(payee_id: 2aa5d7e0-2ecb-403f-8494-1865ed0454e9,
                                 payor_refs: null,
                                 email: bob@example.com,
                                 remote_id: Remote ID,
                                 type: null,
                                 address: null,
                                 payment_channel: null,
                                 challenge: null,
                                 language: null,
                                 company: null,
                                 individual: null)
```


Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
velopayments-2.20.119 docs/CreatePayee2.md
velopayments-2.20.29.beta1 docs/CreatePayee2.md
velopayments-2.19.116 docs/CreatePayee2.md
velopayments-2.19.40.beta1 docs/CreatePayee2.md