![]() |
LicenseSpring Management .Net SDK 1.10.1
Easily add Software Licensing to your application
|
Customer interface. More...
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. | |
Customer interface.
|
getset |
Address set on the customer while making an order.
Implemented in LicenseSpring.Customer.
|
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".
Implemented in LicenseSpring.Customer.
|
getset |
City set on the customer while making an order.
Implemented in LicenseSpring.Customer.
|
get |
Company id of that the customer belongs to.
Implemented in LicenseSpring.Customer.
|
getset |
Name of the company the user belongs to.
Implemented in LicenseSpring.Customer.
|
getset |
Country set on the customer while making an order.
Implemented in LicenseSpring.Customer.
|
getset |
Customer email set on the customer while making an order.
Implemented in LicenseSpring.Customer.
|
getset |
Customer's first name set on the customer while making an order.
Implemented in LicenseSpring.Customer.
|
get |
Id of the customer.
Implemented in LicenseSpring.Customer.
|
get |
List of the label ids that are assigned to this customer.
Implemented in LicenseSpring.Customer.
|
get |
List of label objects that are assigned to this customer.
Implemented in LicenseSpring.Customer.
|
getset |
Customer's Last name set on the customer while making an order.
Implemented in LicenseSpring.Customer.
|
get |
If the user is also a license user id.
Implemented in LicenseSpring.Customer.
|
getset |
Phone number of the user.
Implemented in LicenseSpring.Customer.
|
getset |
Postal code set on the customer while making an order.
Implemented in LicenseSpring.Customer.
|
getset |
Reference on this customer. Can be set manually.
Implemented in LicenseSpring.Customer.
|
getset |
State set on the customer while making an order.
Implemented in LicenseSpring.Customer.
|
get |
Number of licenses this customer has ordered.
Implemented in LicenseSpring.Customer.
|
get |
Number of orders this customer has placed.
Implemented in LicenseSpring.Customer.