Skip to main content
The built-in payment terms list. Used by the SuperOffice Quote Connector to categorize quote versions.

Constructors

NSPaymentTerm()

Initializes a new instance of the NSPaymentTerm class.

Methods

GetId()

Gets the primary key (ID) for the NSPaymentTerm
Returns: CRMScript.Global.Integer - NSPaymentTerm Id. Example:

GetTooltip()

Gets the tooltip description for the NSPaymentTerm list item.
Returns: CRMScript.Global.String - NSPaymentTerm tooltip description. Example:

GetValue()

Gets the name of the NSPaymentTerm.
Returns: CRMScript.Global.String - NSPaymentTerm name. Example:

SetId(Integer)

Sets the primary key (ID) for the NSPaymentTerm
Returns: CRMScript.Global.Void Example:

SetTooltip(String)

Sets the tooltip description for the NSPaymentTerm list item.
Returns: CRMScript.Global.Void Example:

SetValue(String)

Sets the name of the NSPaymentTerm item.
Returns: CRMScript.Global.Void Example: