📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
osub_billing_schedule
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/osub_billing_schedule/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: billing_schedule_summary.pyc
a O��f�3 � @ 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 @ sp e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej d d� �Zed!d"� �Zej d#d"� �Zed$d%� �Zej d&d%� �Zed'd(� �Zej d)d(� �Zd*d+� Zd,d-� Zd.d/� Zd0S )1�BillingScheduleSummaryz= Billing schedule details related to Subscription Id �INVOICED�NOT_INVOICEDc K s� ddddddddddddd�| _ ddddd d ddd dddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a+ Initializes a new BillingScheduleSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param time_start: The value to assign to the time_start property of this BillingScheduleSummary. :type time_start: datetime :param time_end: The value to assign to the time_end property of this BillingScheduleSummary. :type time_end: datetime :param time_invoicing: The value to assign to the time_invoicing property of this BillingScheduleSummary. :type time_invoicing: datetime :param invoice_status: The value to assign to the invoice_status property of this BillingScheduleSummary. Allowed values for this property are: "INVOICED", "NOT_INVOICED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type invoice_status: str :param quantity: The value to assign to the quantity property of this BillingScheduleSummary. :type quantity: str :param net_unit_price: The value to assign to the net_unit_price property of this BillingScheduleSummary. :type net_unit_price: str :param amount: The value to assign to the amount property of this BillingScheduleSummary. :type amount: str :param billing_frequency: The value to assign to the billing_frequency property of this BillingScheduleSummary. :type billing_frequency: str :param ar_invoice_number: The value to assign to the ar_invoice_number property of this BillingScheduleSummary. :type ar_invoice_number: str :param ar_customer_transaction_id: The value to assign to the ar_customer_transaction_id property of this BillingScheduleSummary. :type ar_customer_transaction_id: str :param order_number: The value to assign to the order_number property of this BillingScheduleSummary. :type order_number: str :param product: The value to assign to the product property of this BillingScheduleSummary. :type product: oci.osub_billing_schedule.models.Product �datetime�str�Product)� time_start�time_end�time_invoicing�invoice_status�quantity�net_unit_price�amount�billing_frequency�ar_invoice_number�ar_customer_transaction_id�order_number�product� timeStart�timeEnd� timeInvoicing� invoiceStatusr �netUnitPricer �billingFrequency�arInvoiceNumber�arCustomerTransactionId�orderNumberr N)� swagger_types� attribute_map�_time_start� _time_end�_time_invoicing�_invoice_status� _quantity�_net_unit_price�_amount�_billing_frequency�_ar_invoice_number�_ar_customer_transaction_id� _order_number�_product)�self�kwargs� r1 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/osub_billing_schedule/models/billing_schedule_summary.py�__init__ sL 9��zBillingScheduleSummary.__init__c C s | j S )z� Gets the time_start of this BillingScheduleSummary. Billing schedule start date :return: The time_start of this BillingScheduleSummary. :rtype: datetime �r# �r/ r1 r1 r2 r { s z!BillingScheduleSummary.time_startc C s || _ dS )z� Sets the time_start of this BillingScheduleSummary. Billing schedule start date :param time_start: The time_start of this BillingScheduleSummary. :type: datetime Nr4 )r/ r r1 r1 r2 r � s c C s | j S )z� Gets the time_end of this BillingScheduleSummary. Billing schedule end date :return: The time_end of this BillingScheduleSummary. :rtype: datetime �r$ r5 r1 r1 r2 r � s zBillingScheduleSummary.time_endc C s || _ dS )z� Sets the time_end of this BillingScheduleSummary. Billing schedule end date :param time_end: The time_end of this BillingScheduleSummary. :type: datetime Nr6 )r/ r r1 r1 r2 r � s c C s | j S )z� Gets the time_invoicing of this BillingScheduleSummary. Billing schedule invoicing date :return: The time_invoicing of this BillingScheduleSummary. :rtype: datetime �r% r5 r1 r1 r2 r � s z%BillingScheduleSummary.time_invoicingc C s || _ dS )z� Sets the time_invoicing of this BillingScheduleSummary. Billing schedule invoicing date :param time_invoicing: The time_invoicing of this BillingScheduleSummary. :type: datetime Nr7 )r/ r r1 r1 r2 r � s c C s | j S )a� Gets the invoice_status of this BillingScheduleSummary. Billing schedule invoice status Allowed values for this property are: "INVOICED", "NOT_INVOICED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The invoice_status of this BillingScheduleSummary. :rtype: str )r&