Sha256: 2089b5b8ae40a19d2d2d108512f96d402a5e83e315bc8a7e97a23735acb7ce95

Contents?: true

Size: 796 Bytes

Versions: 3

Compression:

Stored size: 796 Bytes

Contents

# VeloPayments::PayeeDeltaV3

## 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** |  | [optional] |
| **onboarded_status** | **String** | Onboarded status. One of the following values: CREATED, INVITED, REGISTERED, ONBOARDED | [optional] |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::PayeeDeltaV3.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/PayeeDeltaV3.md
velopayments-2.35.58 docs/PayeeDeltaV3.md
velopayments-2.35.58.beta1 docs/PayeeDeltaV3.md