📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
osub_organization_subscription
›
📁 models
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/osub_organization_subscription/models
💾
Free:
47.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: currency.py
# coding: utf-8 # Copyright (c) 2016, 2024, Oracle and/or its affiliates. All rights reserved. # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20210501 from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401 from oci.decorators import init_model_state_from_kwargs @init_model_state_from_kwargs class Currency(object): """ Currency details """ def __init__(self, **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): :param name: The value to assign to the name property of this Currency. :type name: str :param iso_code: The value to assign to the iso_code property of this Currency. :type iso_code: str :param std_precision: The value to assign to the std_precision property of this Currency. :type std_precision: int """ self.swagger_types = { 'name': 'str', 'iso_code': 'str', 'std_precision': 'int' } self.attribute_map = { 'name': 'name', 'iso_code': 'isoCode', 'std_precision': 'stdPrecision' } self._name = None self._iso_code = None self._std_precision = None @property def name(self): """ Gets the name of this Currency. Currency name :return: The name of this Currency. :rtype: str """ return self._name @name.setter def name(self, name): """ Sets the name of this Currency. Currency name :param name: The name of this Currency. :type: str """ self._name = name @property def iso_code(self): """ **[Required]** Gets the iso_code of this Currency. Currency Code :return: The iso_code of this Currency. :rtype: str """ return self._iso_code @iso_code.setter def iso_code(self, iso_code): """ Sets the iso_code of this Currency. Currency Code :param iso_code: The iso_code of this Currency. :type: str """ self._iso_code = iso_code @property def std_precision(self): """ Gets the std_precision of this Currency. Standard Precision of the Currency :return: The std_precision of this Currency. :rtype: int """ return self._std_precision @std_precision.setter def std_precision(self, std_precision): """ Sets the std_precision of this Currency. Standard Precision of the Currency :param std_precision: The std_precision of this Currency. :type: int """ self._std_precision = std_precision def __repr__(self): return formatted_flat_dict(self) def __eq__(self, other): if other is None: return False return self.__dict__ == other.__dict__ def __ne__(self, other): return not self == other
💾 Simpan Perubahan
❌ Batal
📤 Upload
📁 Buat Folder
Nama
Ukuran
Dimodifikasi
Permission
Aksi
📁 __pycache__
-
2025-10-14 09:43
0755
✍️
🗑️
💻
__init__.py
762 B
2024-09-24 14:38
0644
✏️ Edit
⬇
✍️
🗑️
💻
currency.py
3.4 KB
2024-09-24 14:38
0644
✏️ Edit
⬇
✍️
🗑️
💻
subscription_summary.py
7.9 KB
2024-09-24 14:38
0644
✏️ Edit
⬇
✍️
🗑️
✍️ Rename:
Nama Baru:
Batal
💾 Simpan