Gets or sets a reference to the financial terms for this COrder.

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public string TermsCode { get; set; }
Visual Basic (Declaration)
Public Property TermsCode As String
Visual C++
public:
property String^ TermsCode {
	String^ get ();
	void set (String^ value);
}

Field Value

A code representing a pre-defined financial terms definition. Like NET30, for example.

Remarks

The value must not be greater than 5 characters long and must already be defined in iMIS in the Financial Terms reference table; otherwise an error is reported. The allowed values can be found in FinancialTerms.

See Also