| Name | Type | Description | Notes |
|---|---|---|---|
| country | String | The alpha-2 code for the country | |
| name | String | The name of the country | |
| prefix | String | The country code prefix | |
| networks | Array<PriceNetworksInner> | A list of networks available in the country |
require 'messente_api'
instance = MessenteApi::Price.new(
country: EE,
name: Estonia,
prefix: 372,
networks: null
)