Click or drag to resize

ESDocumentCustomerAccountEnquiry Fields

The ESDocumentCustomerAccountEnquiry type exposes the following members.

Fields
  NameDescription
Public fieldconfigs
A dictionary of additional configurations and settings to include with each Ecommerce Standard Document. Typically documents would contain the "dataFields" key that would have a comma delimited list of record properties that are expected to contain data when reading the document's records. Any records not containing data for properties in list could then have the data set to a default when saved to a database.
(Inherited from ESDocument.)
Public fielddataTransferMode
Denotes if the data being placed into document is a complete data set, or partial data being transferred containing only data changes.
(Inherited from ESDocument.)
Public fieldmessage
Message providing details of if the data could be obtained when requesting the document. The message gives meaning to the result status.
(Inherited from ESDocument.)
Public fieldStatic memberRECORD_LINE_TYPE_INVOICE
Record Line Type - Invoice
Public fieldStatic memberRECORD_LINE_TYPE_ITEM
Record Line Type - Item
Public fieldStatic memberRECORD_LINE_TYPE_ORDER_SALE
Record Line Type - Sales Order
Public fieldStatic memberRECORD_LINE_TYPE_TEXT
Record Line Type - Text
Public fieldStatic memberRECORD_TYPE_BACKORDER
Record Type - Back Order
Public fieldStatic memberRECORD_TYPE_CREDIT
Record Type - Credit
Public fieldStatic memberRECORD_TYPE_INVOICE
Record Type - Invoice
Public fieldStatic memberRECORD_TYPE_ORDER_PURCHASE
Record Type - Purchase Order
Public fieldStatic memberRECORD_TYPE_ORDER_SALE
Record Type - Sales Order
Public fieldStatic memberRECORD_TYPE_PAYMENT
Record Type - Payment
Public fieldStatic memberRECORD_TYPE_QUOTE
Record Type - Payment
Public fieldStatic memberRECORD_TYPE_TRANSACTION
Record Type - Transaction
Public fieldresultStatus
Code that denotes if the data could be successfully obtained for the document, and if not why. See ESDocumentConstants Class for the list of status codes
(Inherited from ESDocument.)
Public fieldtotalDataRecords
The total number of records placed within document. For documents that contain multiple record lists, please check the relevant documentation to see how this number applies.
(Inherited from ESDocument.)
Public fieldversion
Version of the Ecommerce Standards Document. Verifying the version of the document is critical for systems transferring and manipulating the data.
(Inherited from ESDocument.)
Top
See Also