Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 709 Bytes

SourceAccountV3.md

File metadata and controls

24 lines (18 loc) · 709 Bytes

VeloPayments::SourceAccountV3

Properties

Name Type Description Notes
source_account_name String
source_account_id String
currency String Valid ISO 4217 3 letter currency code. See the <a href=&quot;https://www.iso.org/iso-4217-currency-codes.html\" target=&quot;_blank&quot; a>ISO specification</a> for details.
total_payout_cost Integer

Example

require 'velopayments'

instance = VeloPayments::SourceAccountV3.new(
  source_account_name: AccountName,
  source_account_id: null,
  currency: USD,
  total_payout_cost: 1231200
)