OrderInfo

Information about an order

Members

Functions

isNull
bool isNull()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

email
string email;

User email

name
string name;

User name

phone_number
string phone_number;

User's phone number

shipping_address
ShippingAddress shipping_address;

User shipping address

See Also

Meta