Sha256: aff4d57d3a01f6cfa3228ad07fd2c60054d09db7a3dc38c296ed92289d5212f4
Contents?: true
Size: 1.23 KB
Versions: 5
Compression:
Stored size: 1.23 KB
Contents
# VeloPayments::CreatePaymentChannel2 ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **payment_channel_name** | **String** | | [optional] **iban** | **String** | Must match the regular expression ```^[A-Za-z0-9]+$```. Either routing number and account number or only iban must be set | [optional] **account_number** | **String** | Either routing number and account number or only iban must be set | [optional] **routing_number** | **String** | Either routing number and account number or only iban must be set | [optional] **country_code** | **String** | Two character country code | **currency** | **String** | | **account_name** | **String** | | ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::CreatePaymentChannel2.new(payment_channel_name: My Payment Channel, 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