Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 471 Bytes

File metadata and controls

22 lines (16 loc) · 471 Bytes

MessenteApi::PriceNetworksInner

Properties

Name Type Description Notes
name String The name of the network
price String The price for sending a message to this network
mccmnc Float The MCCMNC code for the network

Example

require 'messente_api'

instance = MessenteApi::PriceNetworksInner.new(
  name: Tele2,
  price: 0.01,
  mccmnc: 24602
)