ruạṛ
a O��fu � @ 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 )�PayInvoiceReceiptz) Invoice payment action response c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )aV Initializes a new PayInvoiceReceipt object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param url: The value to assign to the url property of this PayInvoiceReceipt. :type url: str :param header_id: The value to assign to the header_id property of this PayInvoiceReceipt. :type header_id: str :param token: The value to assign to the token property of this PayInvoiceReceipt. :type token: str �str)�url� header_id�tokenr �headerIdr N)� swagger_types� attribute_map�_url� _header_id�_token)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/osp_gateway/models/pay_invoice_receipt.py�__init__ s ��zPayInvoiceReceipt.__init__c C s | j S )z� Gets the url of this PayInvoiceReceipt. Url of the Payment Service :return: The url of this PayInvoiceReceipt. :rtype: str �r �r r r r r 2 s zPayInvoiceReceipt.urlc C s || _ dS )z� Sets the url of this PayInvoiceReceipt. Url of the Payment Service :param url: The url of this PayInvoiceReceipt. :type: str Nr )r r r r r r >