Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 504 Bytes

File metadata and controls

22 lines (16 loc) · 504 Bytes

MessenteApi::PriceInfo

Properties

Name Type Description Notes
part_price String price per message part - relevant mostly for SMS
parts_count Integer the number of parts the message consists of
total_price String total price for the message

Example

require 'messente_api'

instance = MessenteApi::PriceInfo.new(
  part_price: null,
  parts_count: null,
  total_price: null
)