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