Click or drag to resize

ProductPrice Class

Data class to hold information about a product's price.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Ecommerce.LiveIntegration.ProductsProductPrice

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.Products
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public class ProductPrice

The ProductPrice type exposes the following members.

Constructors
  NameDescription
Public methodProductPrice
Initializes a new instance of the ProductPrice class
Top
Properties
  NameDescription
Public propertyAmount
Gets or sets the amount.
Public propertyId
Gets or sets the identifier.
Public propertyProductId
Gets or sets the product identifier.
Public propertyProductVariantId
Gets or sets the product variant identifier.
Public propertyQuantity
Gets or sets the quantity.
Public propertyUnitId
Gets or sets the product unit id.
Public propertyUserCustomerNumber
Gets or sets the user customer number.
Top
See Also