Order Info
@Serializable
This object represents information about an order.
Constructors
Link copied to clipboard
constructor(name: String? = null, phoneNumber: String? = null, email: String? = null, shippingAddress: ShippingAddress? = null)