PriceCalculation Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public PriceCalculation (int weightData, int tare, decimal unitPrice, decimal unitPriceX, int weightUnitX, int weightNumeratorX, int weightDenominatorX, decimal price);
new Microsoft.PointOfService.PriceCalculation : int * int * decimal * decimal * int * int * int * decimal -> Microsoft.PointOfService.PriceCalculation
Public Sub New (weightData As Integer, tare As Integer, unitPrice As Decimal, unitPriceX As Decimal, weightUnitX As Integer, weightNumeratorX As Integer, weightDenominatorX As Integer, price As Decimal)
Parameters
- weightData
- Int32
- tare
- Int32
- unitPrice
- Decimal
- unitPriceX
- Decimal
- weightUnitX
- Int32
- weightNumeratorX
- Int32
- weightDenominatorX
- Int32
- price
- Decimal