SalesOrder..::..CreditReasonKey Property

Gets or sets the credit reason key.

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

Syntax


public string CreditReasonKey { get; set; }
Public Property CreditReasonKey As String
	Get
	Set
public:
property String^ CreditReasonKey {
	String^ get ();
	void set (String^ value);
}

Field Value

The credit reason key.

Exceptions


ExceptionCondition
ExceptionCannot set the CreditReasonKey property on invoices, this is only valid on a credit note.