![]() |
LicenseSpring Management .Net SDK 1.10.1
Easily add Software Licensing to your application
|
Class that holds information about customer. More...
Public Member Functions | |
Customer () | |
Order default constructor. | |
Properties | |
string | Address [get, set] |
Address set on the customer while making an order. | |
string | AllLabelNames [get] |
All names of the labels that are assigned to this customer, appended in one consecutive String. If the customer has two labels, e.g. Customer and Loyal, this will say "customerloyal". | |
string | City [get, set] |
City set on the customer while making an order. | |
uint | Company [get] |
Company id of that the customer belongs to. | |
string | CompanyName [get, set] |
Name of the company the user belongs to. | |
string | Country [get, set] |
Country set on the customer while making an order. | |
string | Email [get, set] |
Customer email set on the customer while making an order. | |
string | FirstName [get, set] |
Customer's first name set on the customer while making an order. | |
ulong | ID [get] |
Id of the customer. | |
uint[] | LabelIds [get] |
List of the label ids that are assigned to this customer. | |
CustomerLabel[] | Labels [get] |
List of label objects that are assigned to this customer. | |
string | LastName [get, set] |
Customer's Last name set on the customer while making an order. | |
uint | LicenseUserID [get] |
If the user is also a license user id. | |
string | Phone [get, set] |
Phone number of the user. | |
string | Postcode [get, set] |
Postal code set on the customer while making an order. | |
string | Reference [get, set] |
Reference on this customer. Can be set manually. | |
string | State [get, set] |
State set on the customer while making an order. | |
uint | TotalLicenses [get] |
Number of licenses this customer has ordered. | |
uint | TotalOrders [get] |
Number of orders this customer has placed. | |
![]() |
Class that holds information about customer.
|
getset |
Address set on the customer while making an order.
Implements LicenseSpring.ICustomer.
|
get |
All names of the labels that are assigned to this customer, appended in one consecutive String. If the customer has two labels, e.g. Customer and Loyal, this will say "customerloyal".
Implements LicenseSpring.ICustomer.
|
getset |
City set on the customer while making an order.
Implements LicenseSpring.ICustomer.
|
get |
Company id of that the customer belongs to.
Implements LicenseSpring.ICustomer.
|
getset |
Name of the company the user belongs to.
Implements LicenseSpring.ICustomer.
|
getset |
Country set on the customer while making an order.
Implements LicenseSpring.ICustomer.
|
getset |
Customer email set on the customer while making an order.
Implements LicenseSpring.ICustomer.
|
getset |
Customer's first name set on the customer while making an order.
Implements LicenseSpring.ICustomer.
|
get |
Id of the customer.
Implements LicenseSpring.ICustomer.
|
get |
List of the label ids that are assigned to this customer.
Implements LicenseSpring.ICustomer.
|
get |
List of label objects that are assigned to this customer.
Implements LicenseSpring.ICustomer.
|
getset |
Customer's Last name set on the customer while making an order.
Implements LicenseSpring.ICustomer.
|
get |
If the user is also a license user id.
Implements LicenseSpring.ICustomer.
|
getset |
Phone number of the user.
Implements LicenseSpring.ICustomer.
|
getset |
Postal code set on the customer while making an order.
Implements LicenseSpring.ICustomer.
|
getset |
Reference on this customer. Can be set manually.
Implements LicenseSpring.ICustomer.
|
getset |
State set on the customer while making an order.
Implements LicenseSpring.ICustomer.
|
get |
Number of licenses this customer has ordered.
Implements LicenseSpring.ICustomer.
|
get |
Number of orders this customer has placed.
Implements LicenseSpring.ICustomer.