Sha256: 7854e49edab286a220ecca004c5a32d8b1418c400aa5c7945880861a543f27b2
Contents?: true
Size: 911 Bytes
Versions: 3
Compression:
Stored size: 911 Bytes
Contents
# VeloPayments::SourceAccountV3 ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **source_account_name** | **String** | The name of the source account as referencec in the payout | | | **source_account_id** | **String** | The id of the payout | | | **currency** | **String** | Valid ISO 4217 3 letter currency code. See the <a href=\"https://www.iso.org/iso-4217-currency-codes.html\" target=\"_blank\" a>ISO specification</a> for details. | | | **total_payout_cost** | **Integer** | The total amount (in mnor units) that will be debited from the source account for the payout | | ## Example ```ruby require 'velopayments' instance = VeloPayments::SourceAccountV3.new( source_account_name: AccountName, source_account_id: cf81e490-4ab8-49c2-bd68-9d1e725480cb, currency: USD, total_payout_cost: 1000000 ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
velopayments-2.37.150.beta1 | docs/SourceAccountV3.md |
velopayments-2.35.58 | docs/SourceAccountV3.md |
velopayments-2.35.58.beta1 | docs/SourceAccountV3.md |