Click or drag to resize

ESDRecordCustomerAccountEnquiryBackOrderLine Class

Ecommerce Standard Record holding data for a customer account back order line
Inheritance Hierarchy
SystemObject
  EcommerceStandardsDocumentsESDRecordCustomerAccountEnquiryBackOrderLine

Namespace:  EcommerceStandardsDocuments
Assembly:  EcommerceStandardsDocuments.Library (in EcommerceStandardsDocuments.Library.dll) Version: 1.4.0.0 (1.0.0.0)

The ESDRecordCustomerAccountEnquiryBackOrderLine type exposes the following members.

Constructors
  NameDescription
Public methodESDRecordCustomerAccountEnquiryBackOrderLine
Initializes a new instance of the ESDRecordCustomerAccountEnquiryBackOrderLine class
Top
Properties
  NameDescription
Public propertycurrencyCode
ISO currency code that denotes the currency that all monetary amounts stored as in the line
Public propertydescription
text to describe any details of the line.
Public propertydrop
Data Record OPeration. Denotes an operation that may need to be performed on the record when it is being processed. Set null, or set it to one of the ESD_RECORD_OPERATION constants in the ESDocumentConstants class to allow the record to be inserted, updated, deleted, or ignored.
Public propertyinternalID
Stores an identifier that is relevant only to the system referencing and storing the record for its own needs.
Public propertykeyBackOrderLineID
Key that allows the customer account back order line record to be uniquely identified and linked to.
Public propertykeyLocationID
Key of the location record associated to the line.
Public propertylanguage
Language that all text is described in. Set it to one of the LANG constants in the ESDocumentConstants class
Public propertylineItemCode
Code that allows the line to be identified with. May or may not be unique.
Public propertylineItemID
ID that allows the line to be identified with. May or may not be unique.
Public propertylineType
Defines the type of data that the line represents. Set it to one of the constants prefixed with RECORD_LINE_TYPE_ in the ESDocumentCustomerAccountEnquiry class
Public propertylocationCode
Code of the location associated to the line.
Public propertypriceExTax
monetary price for a single unit excluding tax amount.
Public propertypriceIncTax
monetary price for a single unit including tax amount.
Public propertypriceTax
monetary price for the amount of tax applied to a single unit.
Public propertyquantityBackordered
Quantity back ordered for the line.
Public propertyquantityDelivered
Quantity delivered for the line.
Public propertyquantityOrdered
Quantity ordered for the line.
Public propertyreferenceLineCode
Code of the line that it may reference from another record
Public propertyreferenceLineItemCode
Item code of a line that it may reference from another record
Public propertytaxCode
tax code set for the line
Public propertytaxCodeRatePercent
pecentage amount associated with the taxcode that has been used to calculate the line tax.
Public propertytotalPriceExTax
monetary price for the total quantity of units excluding tax amount.
Public propertytotalPriceIncTax
monetary price for the total quantity of units including tax amount.
Public propertytotalPriceTax
monetary price for the amount of tax applied to the total quantity of units.
Public propertyunit
label of the unit that any quantities set to the line represent.
Public propertyUNSPSC
United Nations Standard Products and Service Code. Stores a standard code defined by the United Nations classifying objects.
Top
See Also