TargetUpdatePriceLevel.PriceLevel Field
Specifies the price level (price list) entity.
Syntax
[Visual Basic .NET]
Public Field PriceLevel As pricelevel
[C#]
public pricelevel PriceLevel;
[JScript]
public var PriceLevel : pricelevel;
Remarks
To update fields in a price level (price list), create an instance of the pricelevel class and set the fields that you wish to update. Only those fields that are set will be updated in the database.
See Also