Sha256: 609bbc185633e9db961127ebe0c8466bb7e8c06f6adad5b5fb0b34e54312a907

Contents?: true

Size: 1.13 KB

Versions: 3

Compression:

Stored size: 1.13 KB

Contents

# VeloPayments::CreatePayeeV4

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **email** | **String** |  |  |
| **remote_id** | **String** |  |  |
| **type** | [**PayeeTypeEnum**](PayeeTypeEnum.md) |  |  |
| **address** | [**CreatePayeeAddressV4**](CreatePayeeAddressV4.md) |  |  |
| **payment_channel** | [**CreatePaymentChannelV4**](CreatePaymentChannelV4.md) |  | [optional] |
| **challenge** | [**ChallengeV4**](ChallengeV4.md) |  | [optional] |
| **language** | **String** | An IETF BCP 47 language code which has been configured for use within this Velo environment.<BR> See the /v1/supportedLanguages endpoint to list the available codes for an environment.  | [optional] |
| **company** | [**CompanyV4**](CompanyV4.md) |  | [optional] |
| **individual** | [**CreateIndividualV4**](CreateIndividualV4.md) |  | [optional] |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::CreatePayeeV4.new(
  email: bob@example.com,
  remote_id: Remote ID,
  type: null,
  address: null,
  payment_channel: null,
  challenge: null,
  language: en-US,
  company: null,
  individual: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
velopayments-2.37.150.beta1 docs/CreatePayeeV4.md
velopayments-2.35.58 docs/CreatePayeeV4.md
velopayments-2.35.58.beta1 docs/CreatePayeeV4.md