Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 666 Bytes

File metadata and controls

21 lines (14 loc) · 666 Bytes

OpenapiClient::PaymentTokenDisbursementTransactionAllOf

Properties

Name Type Description Notes
disbursement Disbursement
payment_method PaymentTokenPaymentMethod
stored_credentials StoredCredential [optional]

Code Sample

require 'OpenapiClient'

instance = OpenapiClient::PaymentTokenDisbursementTransactionAllOf.new(disbursement: null,
                                 payment_method: null,
                                 stored_credentials: null)