# 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=\"https://www.iso.org/iso-4217-currency-codes.html\" target=\"_blank\" a>ISO specification</a> for details. | | | **total_payout_cost** | **Integer** | | | ## Example ```ruby require 'velopayments' instance = VeloPayments::SourceAccountV3.new( source_account_name: AccountName, source_account_id: null, currency: USD, total_payout_cost: 1231200 ) ```