Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 653 Bytes

PayoutPayor.md

File metadata and controls

26 lines (20 loc) · 653 Bytes

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

require 'velopayments'

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