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

Constructors

NSPaymentType()

Initializes a new instance of the NSPaymentType class.

Methods

GetId()

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

GetTooltip()

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

GetValue()

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

SetId(Integer)

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

SetTooltip(String)

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

SetValue(String)

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