Click or drag to resize

ESDRecordCustomerAccountEnquiryProductPrice Class

Holds a product's price based on a specific account price that is used for the web
Inheritance Hierarchy
SystemObject
  EcommerceStandardsDocumentsESDRecordCustomerAccountEnquiryProductPrice

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

The ESDRecordCustomerAccountEnquiryProductPrice type exposes the following members.

Constructors
  NameDescription
Public methodESDRecordCustomerAccountEnquiryProductPrice
Initializes a new instance of the ESDRecordCustomerAccountEnquiryProductPrice class
Top
Properties
  NameDescription
Public propertycurrencyCode
ISO currency code that denotes the currency that all monetary amounts stored in
Public propertydiscountCode
Code of the entity that the pricing was discounted with.
Public propertydiscountType
Type of discount applied to the pricing.
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 propertyisDiscounted
Either Y or N. If Y then denotes that the pricing has been discounted.
Public propertykeyProductID
Key of the product record that links the price to the product
Public propertyproductCode
Code of the product record
Public propertyquantity
Quantity of units that the price applies against
Public propertytaxRate
Tax rate as a percentage that is used to calculate the tax price
Public propertytotalPriceExTax
Montary price for for total quantity of units, excluding tax
Public propertytotalPriceIncTax
Montary price for for total quantity of units, including tax
Public propertytotalPriceTax
Montary tax price for for total quantity of units
Public propertyunitPriceExTax
Monetary price for each unit excluding tax
Public propertyunitPriceIncTax
Monetary price for each unit including tax
Public propertyunitPriceTax
Monetary price of tax applied to a single unit
Top
See Also