fscsm_currency
fscsm_currency modify -code currencycode
fscsm_currency export -file output-file
Use this command to change the unit of currency to be used for billing in Cloud Services Management. This command also outputs the unit of currency currently being used.
Changes the unit of currency.
In currencycode, specify an ISO 4217 currency code. If a currency not contained in the following table is specified, the ISO 4217 code for the language (country) specified in the OS region format settings is displayed instead of the currency symbol. If you would like to display a symbol for such a currency instead of a code, specify a language (country) in which that currency is generally used in the region settings of your OS.
Currency Code | Unit of Currency | Currency Symbol | Number of Decimal Places |
---|---|---|---|
USD | United States Dollar | $ | 2 |
JPY | Japanese Yen | ¥ | 0 |
EUR | Euro | € | 2 |
SGD | Singapore Dollar | S$ | 2 |
Outputs the information about the currently configured unit of currency as a text file.
In output-file, specify the file name using a character string containing alphanumeric characters, hyphens ("-"), underscores ("_"), and periods ("."). When the specified file already exists, an error occurs.
The information is output as shown below:
currency.code = USD currency.symbol = $ currency.fraction.digits = 2
When changing the unit of currency to the Euro
>fscsm_currency modify -code EUR<RETURN>
When outputting unit of currency information as a file
>fscsm_currency export -file currency.txt<RETURN>