📂 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: subscribed_service_payment_term.cpython-39.pyc
a ���f2 � @ 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� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Zd d!� Zd"S )#�SubscribedServicePaymentTermz Payment Term details c K sd ddddddddd�| _ ddddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d | _ d S )a� Initializes a new SubscribedServicePaymentTerm 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 SubscribedServicePaymentTerm. :type name: str :param value: The value to assign to the value property of this SubscribedServicePaymentTerm. :type value: str :param description: The value to assign to the description property of this SubscribedServicePaymentTerm. :type description: str :param is_active: The value to assign to the is_active property of this SubscribedServicePaymentTerm. :type is_active: bool :param time_created: The value to assign to the time_created property of this SubscribedServicePaymentTerm. :type time_created: datetime :param created_by: The value to assign to the created_by property of this SubscribedServicePaymentTerm. :type created_by: str :param time_updated: The value to assign to the time_updated property of this SubscribedServicePaymentTerm. :type time_updated: datetime :param updated_by: The value to assign to the updated_by property of this SubscribedServicePaymentTerm. :type updated_by: str �str�boolZdatetime)�name�value�description� is_active�time_created� created_by�time_updated� updated_byr r r ZisActiveZtimeCreatedZ createdByZtimeUpdatedZ updatedByN) Z swagger_typesZ attribute_map�_name�_value�_description� _is_active� _time_created�_created_by� _time_updated�_updated_by)�self�kwargs� r �^/usr/lib/python3.9/site-packages/oci/onesubscription/models/subscribed_service_payment_term.py�__init__ s4 '��z%SubscribedServicePaymentTerm.__init__c C s | j S )z� Gets the name of this SubscribedServicePaymentTerm. Payment Term name :return: The name of this SubscribedServicePaymentTerm. :rtype: str �r �r r r r r W s z!SubscribedServicePaymentTerm.namec C s || _ dS )z� Sets the name of this SubscribedServicePaymentTerm. Payment Term name :param name: The name of this SubscribedServicePaymentTerm. :type: str Nr )r r r r r r c s c C s | j S )z� Gets the value of this SubscribedServicePaymentTerm. Payment Term value :return: The value of this SubscribedServicePaymentTerm. :rtype: str �r r r r r r o s z"SubscribedServicePaymentTerm.valuec C s || _ dS )z� Sets the value of this SubscribedServicePaymentTerm. Payment Term value :param value: The value of this SubscribedServicePaymentTerm. :type: str Nr )r r r r r r { s c C s | j S )z� Gets the description of this SubscribedServicePaymentTerm. Payment term Description :return: The description of this SubscribedServicePaymentTerm. :rtype: str �r r r r r r � s z(SubscribedServicePaymentTerm.descriptionc C s || _ dS )z� Sets the description of this SubscribedServicePaymentTerm. Payment term Description :param description: The description of this SubscribedServicePaymentTerm. :type: str Nr! )r r r r r r � s c C s | j S )z� Gets the is_active of this SubscribedServicePaymentTerm. Payment term active flag :return: The is_active of this SubscribedServicePaymentTerm. :rtype: bool �r r r r r r � s z&SubscribedServicePaymentTerm.is_activec C s || _ dS )z� Sets the is_active of this SubscribedServicePaymentTerm. Payment term active flag :param is_active: The is_active of this SubscribedServicePaymentTerm. :type: bool Nr"