Click or drag to resize

CustomerPartialEntity Class

Represents a view of a customer and associated attributes.
Inheritance Hierarchy
SystemObject
  EntityObject
    AMCS.Elemos.IntegrationService.Entity.CustomerCustomerPartialEntity

Namespace:  AMCS.Elemos.IntegrationService.Entity.Customer
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class CustomerPartialEntity : EntityObject, 
	IPartialEntity

The CustomerPartialEntity type exposes the following members.

Properties
  NameDescription
Public propertyAlternativeSearchReference
Gets or sets the alternative search reference.
Public propertyARAccountCode
Gets or sets the ar account code.
Public propertyBankIDNumber
Gets or sets the bank identifier number.
Public propertyBillToCustomer
Gets or sets the bill to customer.
Public propertyCommissionCategory
Gets or sets the commission category.
Public propertyCompanyId
Gets or sets the company identifier.
Public propertyContacts
Gets or sets the contacts.
Public propertyCountry
Gets or sets the country.
Public propertyCreditController
Gets or sets the credit controller.
Public propertyCreditLimit
Gets or sets the credit limit.
Public propertyCurrency
Gets or sets the currency.
Public propertyCurrencyId
Gets or sets the currency identifier.
Public propertyCurrencySymbol
Gets or sets the currency symbol.
Public propertyCustomerCategory
Gets or sets the customer category.
Public propertyCustomerGroup
Gets or sets the customer group.
Public propertyCustomerId
Gets or sets the customer identifier.
Public propertyCustomerName
Gets or sets the name of the customer.
Public propertyCustomerSince
Gets or sets the customer since.
Public propertyCustomerSites
Gets or sets the customer sites.
Public propertyCustomerStateId
Gets or sets the customer state identifier.
Public propertyDirectDebitRunConfiguration
Gets or sets the direct debit run configuration.
Public propertyDirectDebits
Gets or sets the direct debits.
Public propertyHqLocationId
Gets or sets the hq location identifier.
Public propertyInvoiceText
Gets or sets the invoice text.
Public propertyNotes
Gets or sets the notes.
Public propertyOrderText
Gets or sets the order text.
Public propertyPaymentTerm
Gets or sets the payment term.
Public propertySalesRep
Gets or sets the sales rep.
Public propertySystemCustomerTypeId
Gets or sets the SystemCustomerType identifier.
Public propertyTaxRegistrationNumber
Gets or sets the tax registration number.
Public propertyTaxRule
Gets or sets the tax rule.
Top
Methods
  NameDescription
Public methodGetId
Returns EntityObject the primary key id of the object, or null
(Overrides EntityObject.GetId.)
Top
See Also