Sha256: a5caab35657164c466653c6dc7bb558fce28906662785a7fb8f8036d641cf082
Contents?: true
Size: 1.41 KB
Versions: 3
Compression:
Stored size: 1.41 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** | [**NotificationsV2**](NotificationsV2.md) | | [optional] | | **funding_account_id** | **String** | | [optional] | | **auto_top_up_config** | [**AutoTopUpConfigV2**](AutoTopUpConfigV2.md) | | [optional] | | **account_type** | **String** | | | ## Example ```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, account_type: FBO ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
velopayments-2.37.150.beta1 | docs/SourceAccountResponseV2.md |
velopayments-2.35.58 | docs/SourceAccountResponseV2.md |
velopayments-2.35.58.beta1 | docs/SourceAccountResponseV2.md |