ShippingOption

data class ShippingOption(id: ShippingOptionIdentifier, title: String, prices: List<LabeledPrice>) : Priced

Properties

Link copied to clipboard
val id: ShippingOptionIdentifier
Link copied to clipboard
open override val prices: List<LabeledPrice>
Link copied to clipboard
val title: String