Sha256: 657064e37ae7a889ad994c209eccf7d843e8c1f2acbae075d9d4b44ae846fd15

Contents?: true

Size: 1.72 KB

Versions: 10

Compression:

Stored size: 1.72 KB

Contents

# VeloPayments::SourceAccountResponseV2

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | Source Account Id | 
**balance** | **Integer** | Decimal implied | [optional] 
**currency** | **String** |  | [optional] 
**funding_ref** | **String** |  | 
**physical_account_name** | **String** |  | 
**rails_id** | **String** |  | 
**payor_id** | **String** |  | [optional] 
**name** | **String** |  | [optional] 
**pooled** | **Boolean** |  | 
**balance_visible** | **Boolean** |  | 
**customer_id** | **String** |  | [optional] 
**physical_account_id** | **String** |  | [optional] 
**notifications** | [**Notifications**](Notifications.md) |  | [optional] 
**funding_account_id** | **String** |  | [optional] 
**auto_top_up_config** | [**AutoTopUpConfig**](AutoTopUpConfig.md) |  | 

## Code Sample

```ruby
require 'VeloPayments'

instance = VeloPayments::SourceAccountResponseV2.new(id: null,
                                 balance: 1203489,
                                 currency: USD,
                                 funding_ref: a1b2c3d4,
                                 physical_account_name: VELO_FBO_MYBANKA_USD,
                                 rails_id: BOA_RAIL,
                                 payor_id: null,
                                 name: MyAccountName,
                                 pooled: null,
                                 balance_visible: null,
                                 customer_id: Joe Customer,
                                 physical_account_id: null,
                                 notifications: null,
                                 funding_account_id: null,
                                 auto_top_up_config: null)
```


Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
velopayments-2.20.119 docs/SourceAccountResponseV2.md
velopayments-2.20.29.beta1 docs/SourceAccountResponseV2.md
velopayments-2.19.116 docs/SourceAccountResponseV2.md
velopayments-2.19.40.beta1 docs/SourceAccountResponseV2.md
velopayments-2.18.113 docs/SourceAccountResponseV2.md
velopayments-2.18.113.beta1 docs/SourceAccountResponseV2.md
velopayments-2.18.31.beta1 docs/SourceAccountResponseV2.md
velopayments-2.17.8.beta1 docs/SourceAccountResponseV2.md
velopayments-2.17.8 docs/SourceAccountResponseV2.md
velopayments-2.14.90.pre.1 docs/SourceAccountResponseV2.md