Class CustomerImportRequestDataContract
Inheritance
System.Object
CustomerImportRequestDataContract
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]
public class CustomerImportRequestDataContract
Constructors
View Source
CustomerImportRequestDataContract()
Declaration
public CustomerImportRequestDataContract()
Properties
View Source
BankAccountNo
Declaration
[DataMember]
public string BankAccountNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
BankID
Declaration
[DataMember]
public string BankID { 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
CalculateInterest
Declaration
[DataMember]
public bool CalculateInterest { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
CalculateVat
Declaration
[DataMember]
public bool CalculateVat { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Company
Declaration
[DataMember]
public string Company { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
CreditDays
Declaration
[DataMember]
public int CreditDays { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
CreditLimit
Declaration
[DataMember]
public double CreditLimit { get; set; }
Property Value
Type |
Description |
System.Double |
|
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
CustomerAddressDataContract
Declaration
[DataMember]
public List<AddressImportRequestDataContract> CustomerAddressDataContract { get; set; }
Property Value
View Source
CustomerName
Declaration
[DataMember]
public string CustomerName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
CustomerNo
Declaration
[DataMember]
public string CustomerNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
CustomerReference
Declaration
[DataMember]
public string CustomerReference { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
DeliveryTermCode
Declaration
[DataMember]
public string DeliveryTermCode { 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
Department
Declaration
[DataMember]
public string Department { 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
ExternalSystemGuid
Declaration
[DataMember]
public Guid ExternalSystemGuid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
View Source
ExternalSystemKey
Declaration
[DataMember]
public string ExternalSystemKey { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
FixedDiscount
Declaration
[DataMember]
public double FixedDiscount { get; set; }
Property Value
Type |
Description |
System.Double |
|
View Source
HTTP
Declaration
[DataMember]
public string HTTP { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Declaration
[DataMember]
public string Information { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
InvoiceTax
Declaration
[DataMember]
public double InvoiceTax { get; set; }
Property Value
Type |
Description |
System.Double |
|
View Source
MeansOfDeliveryCode
Declaration
[DataMember]
public string MeansOfDeliveryCode { 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 bool OpenForInvoice { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
OrganizationNo
Declaration
[DataMember]
public string OrganizationNo { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
PriceList
Declaration
[DataMember]
public char PriceList { get; set; }
Property Value
Type |
Description |
System.Char |
|
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
SearchName
Declaration
public string SearchName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SortGroup1
Declaration
[DataMember]
public string SortGroup1 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SortGroup1Text
Declaration
[DataMember]
public string SortGroup1Text { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SortGroup2
Declaration
[DataMember]
public string SortGroup2 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SortGroup2Text
Declaration
[DataMember]
public string SortGroup2Text { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SortGroup3
Declaration
[DataMember]
public string SortGroup3 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SortGroup3Text
Declaration
[DataMember]
public string SortGroup3Text { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SortGroup4
Declaration
[DataMember]
public string SortGroup4 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SortGroup4Text
Declaration
[DataMember]
public string SortGroup4Text { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SortGroup5
Declaration
[DataMember]
public string SortGroup5 { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
SortGroup5Text
Declaration
[DataMember]
public string SortGroup5Text { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Status
Declaration
[DataMember]
public CustomerStatusEnumDataContract Status { get; set; }
Property Value
Type |
Description |
Evatic.Common.Service.DataContract.Customer.CustomerStatusEnumDataContract |
|
View Source
TimeZoneId
Declaration
[DataMember]
public int TimeZoneId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
UseInvoiceFee
Declaration
[DataMember]
public bool UseInvoiceFee { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
VatCode
Declaration
[DataMember]
public string VatCode { get; set; }
Property Value
Type |
Description |
System.String |
|