ULPMPrice

data class ULPMPrice(val priceId: String, val value: Int, val model: ULPMPriceModel, val type: ULPMPriceType)

Price object to represent an item, you want to get a monthly offer for.

Constructors

Link copied to clipboard
fun ULPMPrice(priceId: String, value: Int, model: ULPMPriceModel, type: ULPMPriceType)

Init method to create a ULPMPrice object with the given parameters

Properties

Link copied to clipboard

Model of the item

Link copied to clipboard

Id of the price object. You need to ensure that it’s unique, because it will identify its offer.

Link copied to clipboard

Type of the item

Link copied to clipboard
val value: Int

Price of the item