data class ShippingOption : Priced
(source)
(common)
<init> |
ShippingOption(id: ShippingOptionIdentifier, title: String, prices: List<LabeledPrice>) |
(common)
id |
val id: ShippingOptionIdentifier |
(common)
prices |
val prices: List<LabeledPrice> |
(common)
title |
val title: String |