Class CustomerDataContract
Inheritance
System.Object
CustomerDataContract
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(Name = "Customer", Namespace = "http://schema.evatic.com/2012/10/24")]
public class CustomerDataContract
Properties
View Source
AccountCode
Declaration
[DataMember]
public string AccountCode { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
BankCode
Declaration
[DataMember]
public string BankCode { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
BankName
Declaration
[DataMember]
public string BankName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
CalculateVat
Declaration
[DataMember]
public YesNoDataContract CalculateVat { get; set; }
Property Value
Type |
Description |
Evatic.Common.Service.DataContract.StagingTables.YesNoDataContract |
|
View Source
CreditDays
Declaration
[DataMember]
public int? CreditDays { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
View Source
CreditLimit
Declaration
[DataMember]
public decimal? CreditLimit { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
View Source
CreditTermCode
Declaration
[DataMember]
public string CreditTermCode { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
CreditTermDescription
Declaration
[DataMember]
public string CreditTermDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
CustomerCode
Declaration
[DataMember(IsRequired = true)]
public string CustomerCode { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember]
public string CustomerContactName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
CustomerName
Declaration
[DataMember]
public string CustomerName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
CustomerName2
Declaration
[DataMember]
public string CustomerName2 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
CustomerName3
Declaration
[DataMember]
public string CustomerName3 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
CustomerName4
Declaration
[DataMember]
public string CustomerName4 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
CustomerSearchName
Declaration
[DataMember]
public string CustomerSearchName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
DeliveryTerm
Declaration
[DataMember]
public string DeliveryTerm { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
DeliveryTermDescription
Declaration
[DataMember]
public string DeliveryTermDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
DepartmentCode
Declaration
[DataMember(IsRequired = true)]
public string DepartmentCode { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Email
Declaration
[DataMember]
public string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ExternalReferenceCode
Declaration
[DataMember]
public string ExternalReferenceCode { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
FixedDiscount
Declaration
[DataMember]
public decimal? FixedDiscount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
View Source
Declaration
[DataMember]
public string Information { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
InvoiceFee
Declaration
[DataMember]
public YesNoDataContract InvoiceFee { get; set; }
Property Value
Type |
Description |
Evatic.Common.Service.DataContract.StagingTables.YesNoDataContract |
|
View Source
InvoiceTax
Declaration
[DataMember]
public decimal? InvoiceTax { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Decimal> |
|
View Source
LastSavedDate
Declaration
[DataMember]
public DateTime? LastSavedDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
View Source
MeansOfDelivery
Declaration
[DataMember]
public string MeansOfDelivery { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
MeansOfDeliveryDescription
Declaration
[DataMember]
public string MeansOfDeliveryDescription { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
OpenForInvoice
Declaration
[DataMember]
public YesNoDataContract OpenForInvoice { get; set; }
Property Value
Type |
Description |
Evatic.Common.Service.DataContract.StagingTables.YesNoDataContract |
|
View Source
OrganizationNo
Declaration
[DataMember]
public string OrganizationNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
PriceListNo
Declaration
[DataMember]
public byte? PriceListNo { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Byte> |
|
View Source
SalesmanCode
Declaration
[DataMember]
public string SalesmanCode { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SalesmanName
Declaration
[DataMember]
public string SalesmanName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SortGroupCode1
Declaration
[DataMember]
public string SortGroupCode1 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SortGroupCode2
Declaration
[DataMember]
public string SortGroupCode2 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SortGroupCode3
Declaration
[DataMember]
public string SortGroupCode3 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SortGroupCode4
Declaration
[DataMember]
public string SortGroupCode4 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SortGroupCode5
Declaration
[DataMember]
public string SortGroupCode5 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Status
Declaration
[DataMember]
public CustomerStatusDataContract Status { get; set; }
Property Value
Type |
Description |
Evatic.Common.Service.DataContract.StagingTables.CustomerStatusDataContract |
|
View Source
WebAddress
Declaration
[DataMember]
public string WebAddress { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods