Class SCl4LicenseCustomer
- Namespace
- SWConfigDataClientLib.Proxies.Admin
- Assembly
- IpPbxCDSClientLib.dll
Customer information for generating license requests.
public class SCl4LicenseCustomer
- Inheritance
-
SCl4LicenseCustomer
Constructors
SCl4LicenseCustomer()
public SCl4LicenseCustomer()
Properties
City
public string City { get; set; }
Property Value
CompanyName
public string CompanyName { get; set; }
Property Value
ContactName
public string ContactName { get; set; }
Property Value
EmailAddress
public string EmailAddress { get; set; }
Property Value
State
public string State { get; set; }
Property Value
StreetAddress
public string StreetAddress { get; set; }
Property Value
ZIPCode
public string ZIPCode { get; set; }