Class TinyAddressDataContract
Inheritance
System.Object
TinyAddressDataContract
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Evatic.Common.dll
Syntax
[DataContract(Namespace = "http://schema.evatic.com/2012/10/24")]
public class TinyAddressDataContract
Properties
View Source
Address1
Declaration
[DataMember]
public string Address1 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Address2
Declaration
[DataMember]
public string Address2 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Address3
Declaration
[DataMember]
public string Address3 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
AddressCode
Declaration
[DataMember]
public string AddressCode { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
AreaCode
Declaration
[DataMember]
public string AreaCode { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
AreaGuid
Declaration
[DataMember]
public Guid? AreaGuid { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
View Source
Country
Declaration
[DataMember]
public string Country { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
CountryName
Declaration
[DataMember]
public string CountryName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ExternalSystemKey
Declaration
[DataMember]
public string ExternalSystemKey { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Fax
Declaration
[DataMember]
public string Fax { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
InvoiceAsEmail
Declaration
[DataMember]
public bool InvoiceAsEmail { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
InvoiceAsEmailAddress
Declaration
[DataMember]
public string InvoiceAsEmailAddress { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Name
Declaration
[DataMember]
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Phone
Declaration
[DataMember]
public string Phone { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
PostalCode
Declaration
[DataMember]
public string PostalCode { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
PostalDescription
Declaration
[DataMember]
public string PostalDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
RowNo
Declaration
[DataMember]
public decimal? RowNo { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
View Source
TimezoneId
Declaration
[DataMember]
public int? TimezoneId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
View Source
TimezoneName
Declaration
[DataMember]
public string TimezoneName { get; set; }
Property Value
Type |
Description |
System.String |
|