Sha256: cb92428675fe63c0b0423ccfa330c4990e87f50ee8d08cb60abe596cfa6503e3
Contents?: true
Size: 501 Bytes
Versions: 5
Compression:
Stored size: 501 Bytes
Contents
# VeloPayments::PaymentChannelCountry ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **iso_country_code** | **String** | The ISO code for the country | **rules** | [**Array<PaymentChannelRule>**](PaymentChannelRule.md) | The rules for the given country | ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::PaymentChannelCountry.new(iso_country_code: US, rules: null) ```
Version data entries
5 entries across 5 versions & 1 rubygems