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