LicenseSpring .Net SDK 7.30.0
Easily add Software Licensing to your application
Loading...
Searching...
No Matches
LicenseSpring.Customer Class Reference

Class that encapsulates information about the customer. More...

Inheritance diagram for LicenseSpring.Customer:
LicenseSpring.ICustomer

Public Member Functions

 Customer ()
 Customer constructor.
 
 Customer (string email)
 Customer constructor.
 

Properties

string Address [get, set]
 Customer address.
 
string City [get, set]
 Customer city.
 
string Company [get, set]
 Customer company name.
 
string Country [get, set]
 Customer country.
 
string Email [get, set]
 Customer email address.It's required field if you pass customer info to ILicenseManager.CreateOrder
 
string FirstName [get, set]
 Customer first name.
 
string LastName [get, set]
 Customer last name.
 
string Metadata [get, set]
 Customer metadata.
 
string Phone [get, set]
 Customer phone number.
 
string Postcode [get, set]
 Customer postcode/zipcode.
 
string Reference [get, set]
 Customer reference.
 
string State [get, set]
 Customer state.
 
- Properties inherited from LicenseSpring.ICustomer

Detailed Description

Class that encapsulates information about the customer.

See ILicense.Owner method

Constructor & Destructor Documentation

◆ Customer()

LicenseSpring.Customer.Customer ( string  email)

Customer constructor.

Parameters
emailCustomer email

Property Documentation

◆ Address

string LicenseSpring.Customer.Address
getset

Customer address.

Implements LicenseSpring.ICustomer.

◆ City

string LicenseSpring.Customer.City
getset

Customer city.

Implements LicenseSpring.ICustomer.

◆ Company

string LicenseSpring.Customer.Company
getset

Customer company name.

Implements LicenseSpring.ICustomer.

◆ Country

string LicenseSpring.Customer.Country
getset

Customer country.

Implements LicenseSpring.ICustomer.

◆ Email

string LicenseSpring.Customer.Email
getset

Customer email address.It's required field if you pass customer info to ILicenseManager.CreateOrder

Implements LicenseSpring.ICustomer.

◆ FirstName

string LicenseSpring.Customer.FirstName
getset

Customer first name.

Implements LicenseSpring.ICustomer.

◆ LastName

string LicenseSpring.Customer.LastName
getset

Customer last name.

Implements LicenseSpring.ICustomer.

◆ Metadata

string LicenseSpring.Customer.Metadata
getset

Customer metadata.

Implements LicenseSpring.ICustomer.

◆ Phone

string LicenseSpring.Customer.Phone
getset

Customer phone number.

Implements LicenseSpring.ICustomer.

◆ Postcode

string LicenseSpring.Customer.Postcode
getset

Customer postcode/zipcode.

Implements LicenseSpring.ICustomer.

◆ Reference

string LicenseSpring.Customer.Reference
getset

Customer reference.

Implements LicenseSpring.ICustomer.

◆ State

string LicenseSpring.Customer.State
getset

Customer state.

Implements LicenseSpring.ICustomer.


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