SellingPrice Constructor (String, Decimal, Decimal, Boolean)

Namespace:  JiwaFinancials.Jiwa.JiwaInventory.PriceUpdate.DebtorClassEntry
Assembly:  JiwaInventory (in JiwaInventory.dll)

Syntax


public SellingPrice(
	string RecID,
	decimal Price,
	decimal ForwardPrice,
	bool PriceIsIncGST
)
Public Sub New ( _
	RecID As String, _
	Price As Decimal, _
	ForwardPrice As Decimal, _
	PriceIsIncGST As Boolean _
)
public:
SellingPrice(
	String^ RecID, 
	Decimal^ Price, 
	Decimal^ ForwardPrice, 
	bool^ PriceIsIncGST
)

Parameters

RecID
Type: String
Price
Type: Decimal
ForwardPrice
Type: Decimal
PriceIsIncGST
Type: Boolean