Sha256: 0ff56ae5d074065f78a66ebf2b8654e72a170f87f9ee0b3202bbd9a9e49eb1bd

Contents?: true

Size: 1.03 KB

Versions: 5

Compression:

Stored size: 1.03 KB

Contents

# VeloPayments::PayeePaymentChannel2

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**payment_channel_name** | **String** |  | [optional] 
**iban** | **String** | Must match the regular expression ```^[A-Za-z0-9]+$```. | [optional] 
**account_number** | **String** |  | 
**routing_number** | **String** |  | 
**country_code** | **String** | Country Code must be a valid 2 letter ISO 3166-1 country code | 
**currency** | **String** |  | 
**account_name** | **String** |  | 

## Code Sample

```ruby
require 'VeloPayments'

instance = VeloPayments::PayeePaymentChannel2.new(payment_channel_name: null,
                                 iban: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX1234,
                                 account_number: XXXXXX5678,
                                 routing_number: XXXXX6789,
                                 country_code: US,
                                 currency: null,
                                 account_name: My account)
```


Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
velopayments-2.23.78.beta1 docs/PayeePaymentChannel2.md
velopayments-2.20.119 docs/PayeePaymentChannel2.md
velopayments-2.20.29.beta1 docs/PayeePaymentChannel2.md
velopayments-2.19.116 docs/PayeePaymentChannel2.md
velopayments-2.19.40.beta1 docs/PayeePaymentChannel2.md