ShippingOption

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

Properties

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