ShippingQuery

data class ShippingQuery(val id: ShippingQueryId, val from: User, val invoicePayload: InvoicePayload, val shippingAddress: ShippingAddress) : FromUser

Constructors

Link copied to clipboard
constructor(id: ShippingQueryId, from: User, invoicePayload: InvoicePayload, shippingAddress: ShippingAddress)

Properties

Link copied to clipboard
open override val from: User

The source User of this type

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val user: User

Functions