fscsm_currency
fscsm_currency modify -code Currencycodefscsm_currency export -file output-fileUse this command to change the currency unit to be used for billing in Cloud Services Management. This command also outputs the currency unit being used.
Changes the currency unit.
In Currencycode, specify an ISO 4217 currency code. If currency not written in the following table is specified, the ISO 4217 code is displayed as currency sign depending on language specified on [Region] >> [Format:] of OS. For displaying currency sign, specify language, where the currency is generally used, to [Region] >> [Format:] of OS.
Currency Code | Currency Unit | Currency Sign | 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 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 currency unit to Euro
>fscsm_currency modify -code EUR<RETURN>
When outputting currency unit information as a file
>fscsm_currency export -file currency.txt<RETURN>