Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 573 Bytes

File metadata and controls

21 lines (14 loc) · 573 Bytes

OpenapiClient::Disbursement

Properties

Name Type Description Notes
disbursement_type String The type of disbursement.
sender_info SenderInfo
receiver_info ReceiverInfo

Code Sample

require 'OpenapiClient'

instance = OpenapiClient::Disbursement.new(disbursement_type: FundingTransactionType,
                                 sender_info: null,
                                 receiver_info: null)