data class ShippingQuery
(source)
(common)
<init> |
ShippingQuery(id: ShippingQueryIdentifier, user: User, invoicePayload: InvoicePayload, shippingAddress: ShippingAddress) |
(common)
id |
val id: ShippingQueryIdentifier |
(common)
invoicePayload |
val invoicePayload: InvoicePayload |
(common)
shippingAddress |
val shippingAddress: ShippingAddress |
(common)
user |
val user: User |
(common)
createAnswerError |
fun ShippingQuery.createAnswerError(error: String): AnswerShippingQueryError |
(common)
createAnswerOk |
fun ShippingQuery.createAnswerOk(shippingOptions: List<ShippingOption>): AnswerShippingQueryOk |