Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 485 Bytes

PaymentResponseV4Payout.md

File metadata and controls

22 lines (16 loc) · 485 Bytes

VeloPayments::PaymentResponseV4Payout

Properties

Name Type Description Notes
payout_id String [optional]
payout_from PayoutPayor [optional]
payout_to PayoutPayor [optional]

Example

require 'velopayments'

instance = VeloPayments::PaymentResponseV4Payout.new(
  payout_id: null,
  payout_from: null,
  payout_to: null
)