The financial "terms" to use in financial transactions with this Contact. e.g., "Net 30"

Namespace: Asi.iBO.ContactManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

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

See Also