docs/PaymentChannelRulesResponse.md in velopayments-2.23.78.beta1 vs docs/PaymentChannelRulesResponse.md in velopayments-2.26.124.beta1

- old
+ new

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