Answer Shipping Query Ok
data class AnswerShippingQueryOk(val shippingQueryId: ShippingQueryIdentifier, val shippingOptions: List<ShippingOption>) : AnswerShippingQuery
Content copied to clipboard
Constructors
Link copied to clipboard
fun AnswerShippingQueryOk(shippingQueryId: ShippingQueryIdentifier, shippingOptions: List<ShippingOption>)
Content copied to clipboard