📂 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
›
onesubscription
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/onesubscription/models/__pycache__
💾
Free:
47.3 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: invoice_line_summary.cpython-39.pyc
a ���f� � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�InvoiceLineSummaryz Invoice Line c K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )aW Initializes a new InvoiceLineSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this InvoiceLineSummary. :type id: str :param product: The value to assign to the product property of this InvoiceLineSummary. :type product: oci.onesubscription.models.InvoicingProduct :param ar_invoice_number: The value to assign to the ar_invoice_number property of this InvoiceLineSummary. :type ar_invoice_number: str :param data_center: The value to assign to the data_center property of this InvoiceLineSummary. :type data_center: str :param time_start: The value to assign to the time_start property of this InvoiceLineSummary. :type time_start: datetime :param time_end: The value to assign to the time_end property of this InvoiceLineSummary. :type time_end: datetime �strZInvoicingProductZdatetime)�id�product�ar_invoice_number�data_center� time_start�time_endr r ZarInvoiceNumberZ dataCenterZ timeStartZtimeEndN)Z swagger_typesZ attribute_map�_id�_product�_ar_invoice_number�_data_center�_time_start� _time_end)�self�kwargs� r �S/usr/lib/python3.9/site-packages/oci/onesubscription/models/invoice_line_summary.py�__init__ s( � � zInvoiceLineSummary.__init__c C s | j S )z� **[Required]** Gets the id of this InvoiceLineSummary. SPM Invoice Line internal identifier :return: The id of this InvoiceLineSummary. :rtype: str �r �r r r r r I s zInvoiceLineSummary.idc C s || _ dS )z� Sets the id of this InvoiceLineSummary. SPM Invoice Line internal identifier :param id: The id of this InvoiceLineSummary. :type: str Nr )r r r r r r U s c C s | j S )z� **[Required]** Gets the product of this InvoiceLineSummary. :return: The product of this InvoiceLineSummary. :rtype: oci.onesubscription.models.InvoicingProduct �r r r r r r a s zInvoiceLineSummary.productc C s || _ dS )z� Sets the product of this InvoiceLineSummary. :param product: The product of this InvoiceLineSummary. :type: oci.onesubscription.models.InvoicingProduct Nr )r r r r r r k s c C s | j S )z� Gets the ar_invoice_number of this InvoiceLineSummary. AR Invoice Number for Invoice Line :return: The ar_invoice_number of this InvoiceLineSummary. :rtype: str �r r r r r r u s z$InvoiceLineSummary.ar_invoice_numberc C s || _ dS )z� Sets the ar_invoice_number of this InvoiceLineSummary. AR Invoice Number for Invoice Line :param ar_invoice_number: The ar_invoice_number of this InvoiceLineSummary. :type: str Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the data_center of this InvoiceLineSummary. Data Center Attribute. :return: The data_center of this InvoiceLineSummary. :rtype: str �r r r r r r � s zInvoiceLineSummary.data_centerc C s || _ dS )z� Sets the data_center of this InvoiceLineSummary. Data Center Attribute. :param data_center: The data_center of this InvoiceLineSummary. :type: str Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the time_start of this InvoiceLineSummary. Usage start time :return: The time_start of this InvoiceLineSummary. :rtype: datetime �r r r r r r � s zInvoiceLineSummary.time_startc C s || _ dS )z� Sets the time_start of this InvoiceLineSummary. Usage start time :param time_start: The time_start of this InvoiceLineSummary. :type: datetime Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the time_end of this InvoiceLineSummary. Usage end time :return: The time_end of this InvoiceLineSummary. :rtype: datetime �r r r r r r � s zInvoiceLineSummary.time_endc C s || _ dS )z� Sets the time_end of this InvoiceLineSummary. Usage end time :param time_end: The time_end of this InvoiceLineSummary. :type: datetime Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zInvoiceLineSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zInvoiceLineSummary.__eq__c C s | |k S r r r# r r r �__ne__� s zInvoiceLineSummary.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r! r% r&