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