SalesOrder..::..CreditNote Property

Gets or sets a value indicating whether [credit note].

Namespace:  JiwaFinancials.Jiwa.JiwaSales.SalesOrder
Assembly:  JiwaSales (in JiwaSales.dll)

Syntax


public bool CreditNote { get; set; }
Public Property CreditNote As Boolean
	Get
	Set
public:
property bool^ CreditNote {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if [credit note]; otherwise, false.