Class TAddress
This class has information related to address
Inheritance
System.Object
TAddress
Namespace: EDIPlatformFinance.BusinessLayer.Operational
Assembly: EDIPlatformFinance.BusinessLayer.Core.dll
Syntax
[Serializable]
[DataContract]
public class TAddress
Properties
City
Declaration
[DataMember(EmitDefaultValue = false)]
public string City { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | City name |
Country
Declaration
[DataMember(EmitDefaultValue = false)]
public string Country { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | 2 digit ISO Country code |
PostCode
Declaration
[DataMember(EmitDefaultValue = false)]
public string PostCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | Postcode details |
Street
Declaration
[DataMember(EmitDefaultValue = false)]
public string Street { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | Street details |
Subentity1
Declaration
[DataMember(EmitDefaultValue = false)]
public string Subentity1 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | Address subentity 1 details |
Subentity2
Declaration
[DataMember(EmitDefaultValue = false)]
public string Subentity2 { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | Address subentity 2 details |