Sha256: 05c56f4db08b637d45fc9e2e64745e1ca85bd8cfb362ab88b9f1bfadb3e3d7f9
Contents?: true
Size: 504 Bytes
Versions: 3
Compression:
Stored size: 504 Bytes
Contents
# 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 ```ruby require 'messente_api' instance = MessenteApi::PriceInfo.new( part_price: null, parts_count: null, total_price: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
messente_api-2.3.0 | docs/PriceInfo.md |
messente_api-2.2.0 | docs/PriceInfo.md |
messente_api-2.1.0 | docs/PriceInfo.md |