ShippingOption

fun ShippingOption(    id: ShippingOptionIdentifier,     title: String,     prices: List<LabeledPrice>)