format.Currency

Note:

JavaScript does not include an enumeration type. The SuiteScript 2.0 documentation uses the term enumeration (or enum) to describe a plain JavaScript object with a flat, map-like structure. In this object, each key points to a read-only string value.

Enum Description

Holds the values for the currency code.

Type

enum

Module

N/format/i18n Module

Sibling Module Members

N/format/i18n Module Members

Since

2019.1

Value

Currency values depend on the company.

Values

  • AED

  • CAD

  • CZK

  • EEK

  • EUR

  • GBP

  • IDR

  • INR

  • JPY

  • USD

  • UYU

Syntax

Important:

The following code snippet shows the syntax for this member. It is not a functional example. For a complete script example, see N/format/i18n Module Script Samples.

            // Add additional code
...
var curFormatter = format.getCurrencyFormatter({
    currency: format.Currency.USD
});
...// Add additional code 

          

General Notices