  | ProductPriceAmount Property  | 
 
            Gets or sets the amount.
            
 
    Namespace: 
   Dynamicweb.Ecommerce.LiveIntegration.Products
    Assembly:
   Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntaxpublic Nullable<double> Amount { get; set; }Public Property Amount As Nullable(Of Double)
	Get
	Set
Property Value
Type: 
NullableDoubleThe amount.
See Also