Sha256: d916f2615a16a3a5420411bdf4056ffda28f8b278d5754536eceed75f832d830

Contents?: true

Size: 781 Bytes

Versions: 10

Compression:

Stored size: 781 Bytes

Contents

# VeloPayments::PayoutPayorV4

## 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. | 

## Code Sample

```ruby
require 'VeloPayments'

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


Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
velopayments-2.23.78.beta1 docs/PayoutPayorV4.md
velopayments-2.20.119 docs/PayoutPayorV4.md
velopayments-2.20.29.beta1 docs/PayoutPayorV4.md
velopayments-2.19.116 docs/PayoutPayorV4.md
velopayments-2.19.40.beta1 docs/PayoutPayorV4.md
velopayments-2.18.113 docs/PayoutPayorV4.md
velopayments-2.18.113.beta1 docs/PayoutPayorV4.md
velopayments-2.18.31.beta1 docs/PayoutPayorV4.md
velopayments-2.17.8.beta1 docs/PayoutPayorV4.md
velopayments-2.17.8 docs/PayoutPayorV4.md