📂 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
›
onesubscription
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/onesubscription/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: billing_schedule_summary.pyc
a O��fR8 � @ 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 �str�datetime�BillingScheduleProduct) �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�subscribedServiceId� timeStart�timeEnd� timeInvoicing� invoiceStatusr �netUnitPricer �billingFrequency�arInvoiceNumber�arCustomerTransactionId�orderNumberr N)� swagger_types� 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� r4 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/onesubscription/models/billing_schedule_summary.py�__init__ sR =��zBillingScheduleSummary.__init__c C s | j S )z� Gets the subscribed_service_id of this BillingScheduleSummary. SPM internal Subscribed Service ID :return: The subscribed_service_id of this BillingScheduleSummary. :rtype: str �r% �r2 r4 r4 r5 r � s z,BillingScheduleSummary.subscribed_service_idc C s || _ dS )z� Sets the subscribed_service_id of this BillingScheduleSummary. SPM internal Subscribed Service ID :param subscribed_service_id: The subscribed_service_id of this BillingScheduleSummary. :type: str Nr7 )r2 r r4 r4 r5 r � s 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&