Skip to main content
Carrier object for Currency.

Constructors

NSCurrency()

Initializes a new instance of the NSCurrency class.

Methods

GetId()

Gets the primary key (ID) for the NSCurrency
Returns: CRMScript.Global.Integer Example:

GetTooltip()

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

GetValue()

Gets the name of the NSCurrency.
Returns: CRMScript.Global.String Example:

SetId(Integer)

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

SetTooltip(String)

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

SetValue(String)

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