__init__(self,
multiplier=' k ' ,
monetaryUnit=' CNY ' ,
energyUnit=0.0,
value=0.0,
*args,
**kw_args)
(Constructor)
|
|
Initialises a new 'AccountingUnit' instance.
- Parameters:
multiplier - Multiplier for the 'energyUnit' or 'monetaryUnit'. Values are:
"k", "d", "n", "M",
"none", "G", "micro",
"T", "c", "m", "p"
monetaryUnit - Unit of currency. Values are: "CNY", "EUR",
"INR", "AUD", "CHF",
"DKK", "other", "RUR",
"SEK", "GBP", "JPY",
"NOK", "CAD", "USD"
energyUnit - Unit of service.
value - Value expressed in applicable units.
- Overrides:
object.__init__
|