PriceScheme..::..GetPrice Method
Namespace:
JiwaFinancials.Jiwa.JiwaPriceSchemes
Assembly: JiwaPriceSchemes (in JiwaPriceSchemes.dll)
Assembly: JiwaPriceSchemes (in JiwaPriceSchemes.dll)
Syntax
public void GetPrice( PriceScheme..::..PriceSchemePriceChangeOrigin PriceChangeOrigin, Object OrderLineObject, string InventoryID, string DebtorID, DateTime OrderDate, string LogicalID, decimal Quantity, ref decimal Price, ref bool PriceIsIncTax )
Public Sub GetPrice ( _ PriceChangeOrigin As PriceScheme..::..PriceSchemePriceChangeOrigin, _ OrderLineObject As Object, _ InventoryID As String, _ DebtorID As String, _ OrderDate As DateTime, _ LogicalID As String, _ Quantity As Decimal, _ ByRef Price As Decimal, _ ByRef PriceIsIncTax As Boolean _ )
Parameters
- PriceChangeOrigin
- Type: JiwaFinancials.Jiwa.JiwaPriceSchemes..::..PriceScheme..::..PriceSchemePriceChangeOrigin
- OrderLineObject
- Type: Object
- InventoryID
- Type: String
- DebtorID
- Type: String
- OrderDate
- Type: DateTime
- LogicalID
- Type: String
- Quantity
- Type: Decimal
- Price
- Type: Decimal%
- PriceIsIncTax
- Type: Boolean%