📂 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
›
osp_gateway
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/osp_gateway/models/__pycache__
💾
Free:
48.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: authorize_subscription_payment_details.cpython-39.opt-1.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 d d� Z dd� Zdd� ZdS )�#AuthorizeSubscriptionPaymentDetailszA Request object for a subscription payment authorization c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new AuthorizeSubscriptionPaymentDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param subscription: The value to assign to the subscription property of this AuthorizeSubscriptionPaymentDetails. :type subscription: oci.osp_gateway.models.Subscription :param language_code: The value to assign to the language_code property of this AuthorizeSubscriptionPaymentDetails. :type language_code: str :param email: The value to assign to the email property of this AuthorizeSubscriptionPaymentDetails. :type email: str ZSubscription�str)�subscription� language_code�emailr ZlanguageCoder N)Z swagger_typesZ attribute_map� _subscription�_language_code�_email)�self�kwargs� r �a/usr/lib/python3.9/site-packages/oci/osp_gateway/models/authorize_subscription_payment_details.py�__init__ s ��z,AuthorizeSubscriptionPaymentDetails.__init__c C s | j S )z� **[Required]** Gets the subscription of this AuthorizeSubscriptionPaymentDetails. :return: The subscription of this AuthorizeSubscriptionPaymentDetails. :rtype: oci.osp_gateway.models.Subscription �r �r r r r r 4 s z0AuthorizeSubscriptionPaymentDetails.subscriptionc C s || _ dS )z� Sets the subscription of this AuthorizeSubscriptionPaymentDetails. :param subscription: The subscription of this AuthorizeSubscriptionPaymentDetails. :type: oci.osp_gateway.models.Subscription Nr )r r r r r r >