Currency

class oci.osub_organization_subscription.models.Currency(**kwargs)

Bases: object

Currency details

Methods

__init__(**kwargs) Initializes a new Currency object with values from keyword arguments.

Attributes

iso_code [Required] Gets the iso_code of this Currency.
name Gets the name of this Currency.
std_precision Gets the std_precision of this Currency.
__init__(**kwargs)

Initializes a new Currency object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • name (str) – The value to assign to the name property of this Currency.
  • iso_code (str) – The value to assign to the iso_code property of this Currency.
  • std_precision (int) – The value to assign to the std_precision property of this Currency.
iso_code

[Required] Gets the iso_code of this Currency. Currency Code

Returns:The iso_code of this Currency.
Return type:str
name

Gets the name of this Currency. Currency name

Returns:The name of this Currency.
Return type:str
std_precision

Gets the std_precision of this Currency. Standard Precision of the Currency

Returns:The std_precision of this Currency.
Return type:int