Sha256: e8dea75fc6a13c6f5aacf78bc4e404f44c9f13ebff6afed8da60e3ad68bc8996

Contents?: true

Size: 590 Bytes

Versions: 7

Compression:

Stored size: 590 Bytes

Contents

# VeloPayments::CreateFundingAccountRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_name** | **String** |  | 
**account_number** | **String** |  | 
**routing_number** | **String** |  | 
**payor_id** | **String** |  | 

## Code Sample

```ruby
require 'VeloPayments'

instance = VeloPayments::CreateFundingAccountRequest.new(account_name: null,
                                 account_number: null,
                                 routing_number: null,
                                 payor_id: null)
```


Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
velopayments-2.20.119 docs/CreateFundingAccountRequest.md
velopayments-2.20.29.beta1 docs/CreateFundingAccountRequest.md
velopayments-2.19.116 docs/CreateFundingAccountRequest.md
velopayments-2.19.40.beta1 docs/CreateFundingAccountRequest.md
velopayments-2.18.113 docs/CreateFundingAccountRequest.md
velopayments-2.18.113.beta1 docs/CreateFundingAccountRequest.md
velopayments-2.18.31.beta1 docs/CreateFundingAccountRequest.md