Class BusinessModel
Namespace: Ayuda.BMS.Splash.PI.SDK.Models
Properties
AnnualRevenueInMillions
Optional. Type: double
Declaration
public double? AnnualRevenueInMillions { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
ClientTypeID
Optional. Type: Guid
Declaration
public Guid? ClientTypeID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Code
Type: string. Maximum length: 16
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Description
Optional. Type: string. Maximum length: nvarchar(max)
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
FaxNumber
Optional. Type: string. Maximum length: 40
Declaration
public string FaxNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsLive
Type: bool
Declaration
public bool IsLive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Type: string. Maximum length: 255
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NumberOfEmployees
Optional. Type: int
Declaration
public int? NumberOfEmployees { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
OfficeID
Optional. Type: Guid
Declaration
public Guid? OfficeID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
PhoneNumber
Optional. Type: string. Maximum length: 40
Declaration
public string PhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PhoneNumber2
Optional. Type: string. Maximum length: 40
Declaration
public string PhoneNumber2 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Rating
Optional. Type: string. Maximum length: 50
Declaration
public string Rating { get; set; }
Property Value
Type | Description |
---|---|
System.String |
WebsiteURL
Optional. Type: string. Maximum length: 512
Declaration
public string WebsiteURL { get; set; }
Property Value
Type | Description |
---|---|
System.String |