public decimal GetPriceScheme( string DebtorID, string InventoryID, decimal Quantity, DateTime OrderDate )
Public Function GetPriceScheme ( _ DebtorID As String, _ InventoryID As String, _ Quantity As Decimal, _ OrderDate As DateTime _ ) As Decimal
public: Decimal^ GetPriceScheme( String^ DebtorID, String^ InventoryID, Decimal^ Quantity, DateTime^ OrderDate )