Sha256: c3df7f4a0f5a0a3856ded5c667c0f7bd3c4423ad71938f7b9692b34ee9704e3a

Contents?: true

Size: 1.53 KB

Versions: 10

Compression:

Stored size: 1.53 KB

Contents

# VeloPayments::SourceAccountResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **String** | Source Account Id | [optional] 
**balance** | **Integer** | Decimal implied | [optional] 
**currency** | **String** |  | [optional] 
**funding_ref** | **String** |  | [optional] 
**physical_account_name** | **String** |  | [optional] 
**rails_id** | **String** |  | [optional] 
**payor_id** | **String** |  | [optional] 
**name** | **String** |  | [optional] 
**pooled** | **Boolean** |  | [optional] 
**balance_visible** | **Boolean** |  | [optional] 
**customer_id** | **String** |  | [optional] 
**physical_account_id** | **String** |  | [optional] 
**funding_account_id** | **String** |  | [optional] 

## Code Sample

```ruby
require 'VeloPayments'

instance = VeloPayments::SourceAccountResponse.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,
                                 funding_account_id: null)
```


Version data entries

10 entries across 10 versions & 1 rubygems

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