Sha256: 45453059cbc0f3449e3b458ff6dd2b67d4ca25ad73eb2e1bcb1fece5e76058d4

Contents?: true

Size: 802 Bytes

Versions: 3

Compression:

Stored size: 802 Bytes

Contents

# VeloPayments::SourceAccount

## 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** |  | 

## Code Sample

```ruby
require 'VeloPayments'

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


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
velopayments-2.20.119 docs/SourceAccount.md
velopayments-2.20.29.beta1 docs/SourceAccount.md
velopayments-2.19.116 docs/SourceAccount.md