Class StateModel
Namespace: Ayuda.BMS.Splash.PI.SDK.Models
Properties
Code
Type: string. Maximum length: 16 characters.
Declaration
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CountryID
Type: Guid
Declaration
public Guid CountryID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Name
Type: string. Maximum length: 10 characters
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StateID
Type: Guid
Declaration
public Guid StateID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |