LicenseSpring Management .Net SDK 1.10.1
Easily add Software Licensing to your application
Loading...
Searching...
No Matches
LicenseSpring.ICustomer Interface Reference

Customer interface. More...

Inheritance diagram for LicenseSpring.ICustomer:
LicenseSpring.Customer

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.
 

Detailed Description

Customer interface.

Property Documentation

◆ Address

string LicenseSpring.ICustomer.Address
getset

Address set on the customer while making an order.

Implemented in LicenseSpring.Customer.

◆ AllLabelNames

string LicenseSpring.ICustomer.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".

Implemented in LicenseSpring.Customer.

◆ City

string LicenseSpring.ICustomer.City
getset

City set on the customer while making an order.

Implemented in LicenseSpring.Customer.

◆ Company

uint LicenseSpring.ICustomer.Company
get

Company id of that the customer belongs to.

Implemented in LicenseSpring.Customer.

◆ CompanyName

string LicenseSpring.ICustomer.CompanyName
getset

Name of the company the user belongs to.

Implemented in LicenseSpring.Customer.

◆ Country

string LicenseSpring.ICustomer.Country
getset

Country set on the customer while making an order.

Implemented in LicenseSpring.Customer.

◆ Email

string LicenseSpring.ICustomer.Email
getset

Customer email set on the customer while making an order.

Implemented in LicenseSpring.Customer.

◆ FirstName

string LicenseSpring.ICustomer.FirstName
getset

Customer's first name set on the customer while making an order.

Implemented in LicenseSpring.Customer.

◆ ID

ulong LicenseSpring.ICustomer.ID
get

Id of the customer.

Implemented in LicenseSpring.Customer.

◆ LabelIds

uint [] LicenseSpring.ICustomer.LabelIds
get

List of the label ids that are assigned to this customer.

Implemented in LicenseSpring.Customer.

◆ Labels

CustomerLabel [] LicenseSpring.ICustomer.Labels
get

List of label objects that are assigned to this customer.

Implemented in LicenseSpring.Customer.

◆ LastName

string LicenseSpring.ICustomer.LastName
getset

Customer's Last name set on the customer while making an order.

Implemented in LicenseSpring.Customer.

◆ LicenseUserID

uint LicenseSpring.ICustomer.LicenseUserID
get

If the user is also a license user id.

Implemented in LicenseSpring.Customer.

◆ Phone

string LicenseSpring.ICustomer.Phone
getset

Phone number of the user.

Implemented in LicenseSpring.Customer.

◆ Postcode

string LicenseSpring.ICustomer.Postcode
getset

Postal code set on the customer while making an order.

Implemented in LicenseSpring.Customer.

◆ Reference

string LicenseSpring.ICustomer.Reference
getset

Reference on this customer. Can be set manually.

Implemented in LicenseSpring.Customer.

◆ State

string LicenseSpring.ICustomer.State
getset

State set on the customer while making an order.

Implemented in LicenseSpring.Customer.

◆ TotalLicenses

uint LicenseSpring.ICustomer.TotalLicenses
get

Number of licenses this customer has ordered.

Implemented in LicenseSpring.Customer.

◆ TotalOrders

uint LicenseSpring.ICustomer.TotalOrders
get

Number of orders this customer has placed.

Implemented in LicenseSpring.Customer.


The documentation for this interface was generated from the following file: