Sha256: 4fcfbd9b14068793aae1b62eed65f935ed28714fd70958aae2306e31e8c75aee
Contents?: true
Size: 847 Bytes
Versions: 1
Compression:
Stored size: 847 Bytes
Contents
# VeloPayments::CreateFundingAccountRequestV2 ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | **String** | | | | **name** | **String** | | | | **payor_id** | **String** | | | | **account_name** | **String** | Required if type is either FBO or PRIVATE | [optional] | | **account_number** | **String** | Required if type is either FBO or PRIVATE | [optional] | | **routing_number** | **String** | Required if type is either FBO or PRIVATE | [optional] | | **country_code** | **String** | ISO 3166-1 2 letter country code (upper case) | | ## Example ```ruby require 'velopayments' instance = VeloPayments::CreateFundingAccountRequestV2.new( type: null, name: null, payor_id: null, account_name: null, account_number: null, routing_number: null, country_code: US ) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
velopayments-2.37.150.beta1 | docs/CreateFundingAccountRequestV2.md |