📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
onesubscription
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/onesubscription/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: billing_schedule_summary.cpython-39.opt-1.pyc
a ���f�8 � @ 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 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(� �Zed*d+� �Zej d,d+� �Zd-d.� Zd/d0� Zd1d2� Zd3S )4�BillingScheduleSummaryz= Billing schedule details related to Subscription Id �INVOICED�NOT_INVOICEDc K s� dddddddddddddd� | _ ddddd d ddd ddddd� | _d| _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 subscribed_service_id: The value to assign to the subscribed_service_id property of this BillingScheduleSummary. :type subscribed_service_id: str :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.onesubscription.models.BillingScheduleProduct �strZdatetimeZBillingScheduleProduct) �subscribed_service_id� time_start�time_end�time_invoicing�invoice_status�quantity�net_unit_price�amount�billing_frequency�ar_invoice_number�ar_customer_transaction_id�order_number�productZsubscribedServiceIdZ timeStartZtimeEndZ timeInvoicingZ invoiceStatusr ZnetUnitPricer ZbillingFrequencyZarInvoiceNumberZarCustomerTransactionIdZorderNumberr N)Z swagger_typesZ attribute_map�_subscribed_service_id�_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� r&