# VeloPayments::PaymentChannelRulesResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **bank** | [**Array<PaymentChannelCountry>**](PaymentChannelCountry.md) | | [optional] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::PaymentChannelRulesResponse.new(bank: null) ```