Sha256: 475a4cb0ebc66640b15255e7a01e192f31e13af304ea78b95b04f0895a5e90a5

Contents?: true

Size: 1006 Bytes

Versions: 3

Compression:

Stored size: 1006 Bytes

Contents

# VeloPayments::PayeeDeltaV4

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **remote_id** | **String** |  |  |
| **payee_id** | **String** |  | [readonly] |
| **display_name** | **String** |  | [optional] |
| **dba_name** | **String** |  | [optional] |
| **email** | **String** |  | [optional] |
| **payee_country** | **String** | Valid ISO 3166 2 character country code. See the <a href=\"https://www.iso.org/iso-3166-country-codes.html\" target=\"_blank\" a>ISO specification</a> for details. | [optional] |
| **onboarded_status** | **String** | Payee onboarded status. One of the following value: CREATED, INVITED, REGISTERED, ONBOARDED | [optional] |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::PayeeDeltaV4.new(
  remote_id: payee_1,
  payee_id: null,
  display_name: Payee1,
  dba_name: Payee DBA Name,
  email: payee1@example.com,
  payee_country: US,
  onboarded_status: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

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