Sha256: b18d45c11cb94a608bb6dea203a8c31a950ca7b24d341530bc974f2e59571ad7
Contents?: true
Size: 1.22 KB
Versions: 5
Compression:
Stored size: 1.22 KB
Contents
# VeloPayments::CreatePaymentChannel ## 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::CreatePaymentChannel.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