ShippingOption

@Serializable
data class ShippingOption(val id: String, val title: String, val prices: List<LabeledPrice>)

This object represents one shipping option.

Api reference

Constructors

Link copied to clipboard
constructor(id: String, title: String, prices: List<LabeledPrice>)

Properties

Link copied to clipboard
val id: String

Shipping option identifier

Link copied to clipboard

List of price portions

Link copied to clipboard

Option title