-
Name of the user
Declaration
Swift
public let name: String
-
Phone number of the user
Declaration
Swift
public let phoneNumber: String
-
Email address of the user
Declaration
Swift
public let emailAddress: String
-
Shipping address for this order; may be null
Declaration
Swift
public let shippingAddress: Address?
-
Order information
Declaration
Swift
public init(name: String, phoneNumber: String, emailAddress: String, shippingAddress: Address?)
Parameters
name
Name of the user
phoneNumber
Phone number of the user
emailAddress
Email address of the user
shippingAddress
Shipping address for this order; may be null