OrderCustomerInfo
The customer information for a Vendr order
public class OrderCustomerInfo
Namespace
Properties
CustomerReference
Gets the unique reference of the customer of the order
public string CustomerReference { get; }
Gets the email address of the customer of the order
public string Email { get; }
FirstName
Gets the first name of the customer of the order
public string FirstName { get; }
LastName
Gets the last name of the customer of the order
public string LastName { get; }