Class AddressModel
Namespace: Ayuda.BMS.Splash.PI.SDK.Models
Properties
Address1
Type: string. Max length: 255
Declaration
public string Address1 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Address2
Optional. Type: string. Max length: 255
Declaration
public string Address2 { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AddressID
Type: Guid. Automatically generated upon creation.
Declaration
public Guid AddressID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
AddressTypeID
Type: Guid
Declaration
public Guid AddressTypeID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
City
Type: string. Max length: 255
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CountryID
Optional. Type: Guid
Declaration
public Guid? CountryID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
CountryName
OptType: String. Maximum length: 255. The name of the country.
Declaration
public string CountryName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PostalCode
Optional. Type: string. Max length: 15
Declaration
public string PostalCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StateCode
Optional. Type: String. Maximum length: 16. The code of the state.
Declaration
public string StateCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StateID
Optional. Type: Guid
Declaration
public Guid? StateID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
StateName
Optional. Type: String. Maximum length: 255. The name of the state.
Declaration
public string StateName { get; set; }
Property Value
Type | Description |
---|---|
System.String |