Sha256: d42f39607e98e106b6b7a905194a6fef3a595be88808931230f74942d3f287e9
Contents?: true
Size: 847 Bytes
Versions: 7
Compression:
Stored size: 847 Bytes
Contents
# VeloPayments::FundingAccountResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | Funding Account Id | [optional] **payor_id** | **String** | | [optional] **account_name** | **String** | | [optional] **account_number** | **String** | | [optional] **routing_number** | **String** | | [optional] **source_account_ids** | **Array<String>** | | [optional] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::FundingAccountResponse.new(id: null, payor_id: null, account_name: null, account_number: null, routing_number: null, source_account_ids: null) ```
Version data entries
7 entries across 7 versions & 1 rubygems