Sha256: b0b4ed4bd3b6be443205c9edf7e65e95d1cea5e2a07ef57eda1235fcc90619d9

Contents?: true

Size: 653 Bytes

Versions: 5

Compression:

Stored size: 653 Bytes

Contents

# VeloPayments::PayoutPayor

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **payor_id** | **String** | The id of the payor. |  |
| **payor_name** | **String** | The name of the payor. |  |
| **dba_name** | **String** | The alternate name of the payor. |  |
| **principal** | **String** | Email address if principal is a user or ID if application. |  |
| **principal_id** | **String** | The id of the principal. |  |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::PayoutPayor.new(
  payor_id: null,
  payor_name: null,
  dba_name: null,
  principal: null,
  principal_id: null
)
```

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
velopayments-2.37.150.beta1 docs/PayoutPayor.md
velopayments-2.35.58 docs/PayoutPayor.md
velopayments-2.35.58.beta1 docs/PayoutPayor.md
velopayments-2.29.128.beta1 docs/PayoutPayor.md
velopayments-2.26.124.beta1 docs/PayoutPayor.md