ShippingQuery

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

Constructors

Link copied to clipboard
constructor(id: ShippingQueryIdentifier, 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