DebtorClassBatch..::..QuantityBreak Property

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

Syntax


public decimal QuantityBreak { get; set; }
Public Property QuantityBreak As Decimal
	Get
	Set
public:
property Decimal^ QuantityBreak {
	Decimal^ get ();
	void set (Decimal^ value);
}