Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 572 Bytes

File metadata and controls

24 lines (18 loc) · 572 Bytes

MessenteApi::Price

Properties

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

Example

require 'messente_api'

instance = MessenteApi::Price.new(
  country: EE,
  name: Estonia,
  prefix: 372,
  networks: null
)