OrgnizationSubsCurrency¶
-
class
oci.onesubscription.models.
OrgnizationSubsCurrency
(**kwargs)¶ Bases:
object
Currency details
Methods
__init__
(**kwargs)Initializes a new OrgnizationSubsCurrency object with values from keyword arguments. Attributes
iso_code
[Required] Gets the iso_code of this OrgnizationSubsCurrency. name
Gets the name of this OrgnizationSubsCurrency. std_precision
Gets the std_precision of this OrgnizationSubsCurrency. -
__init__
(**kwargs)¶ Initializes a new OrgnizationSubsCurrency 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 OrgnizationSubsCurrency.
- iso_code (str) – The value to assign to the iso_code property of this OrgnizationSubsCurrency.
- std_precision (int) – The value to assign to the std_precision property of this OrgnizationSubsCurrency.
-
iso_code
¶ [Required] Gets the iso_code of this OrgnizationSubsCurrency. Currency Code
Returns: The iso_code of this OrgnizationSubsCurrency. Return type: str
-
name
¶ Gets the name of this OrgnizationSubsCurrency. Currency name
Returns: The name of this OrgnizationSubsCurrency. Return type: str
-
std_precision
¶ Gets the std_precision of this OrgnizationSubsCurrency. Standard Precision of the Currency
Returns: The std_precision of this OrgnizationSubsCurrency. Return type: int
-