Click or drag to resize

ESDRecordOrderProductDelivery Class

Ecommerce Standards Record that holds data for a single product delivery associated to an order.
Inheritance Hierarchy
SystemObject
  EcommerceStandardsDocumentsESDRecordOrderProductDelivery

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

The ESDRecordOrderProductDelivery type exposes the following members.

Constructors
  NameDescription
Public methodESDRecordOrderProductDelivery
Initializes a new instance of the ESDRecordOrderProductDelivery class
Top
Properties
  NameDescription
Public propertydeliveryCode
Code of the delivery. May or may not be a unique identifier
Public propertydeliveryDate
Date that the products were delivered. Date is in the form of a number in milliseconds since the 01-01-1970 12:00am Epoch in UTC time-zone
Public propertydeliveryLineCode
Code of the line in the delivery. May or may not be a unique identifier
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 propertyinvoiceCode
Code of the invoice that the product delivery is associated with.
Public propertyinvoiceLineCode
Code of the line in the invoice that the product delivery is associated with.
Public propertyquantity
Quantity of product units delivered
Top
Methods
  NameDescription
Public methodsetDefaultValuesForNullMembers
sets default values for members that have no values set
Top
See Also