Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 401 Bytes

CreatePayeesRequest.md

File metadata and controls

20 lines (14 loc) · 401 Bytes

VeloPayments::CreatePayeesRequest

Properties

Name Type Description Notes
payor_id String
payees Array<CreatePayee>

Example

require 'velopayments'

instance = VeloPayments::CreatePayeesRequest.new(
  payor_id: 9ac75325-5dcd-42d5-b992-175d7e0a035e,
  payees: null
)