Sha256: c1fa784439bd49868e5665c9e4be00d615ad98ca974b10f2ea34d60c72c4238f

Contents?: true

Size: 1.04 KB

Versions: 5

Compression:

Stored size: 1.04 KB

Contents

# VeloPayments::PayeePaymentChannel

## 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::PayeePaymentChannel.new(payment_channel_name: My payment channel,
                                 iban: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX1234,
                                 account_number: XXXXXX5678,
                                 routing_number: XXXXX6789,
                                 country_code: UK,
                                 currency: null,
                                 account_name: My account)
```


Version data entries

5 entries across 5 versions & 1 rubygems

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