PayInvoiceReceipt

class oci.osp_gateway.models.PayInvoiceReceipt(**kwargs)

Bases: object

Invoice payment action response

Methods

__init__(**kwargs) Initializes a new PayInvoiceReceipt object with values from keyword arguments.

Attributes

header_id [Required] Gets the header_id of this PayInvoiceReceipt.
token Gets the token of this PayInvoiceReceipt.
url Gets the url of this PayInvoiceReceipt.
__init__(**kwargs)

Initializes a new PayInvoiceReceipt object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • url (str) – The value to assign to the url property of this PayInvoiceReceipt.
  • header_id (str) – The value to assign to the header_id property of this PayInvoiceReceipt.
  • token (str) – The value to assign to the token property of this PayInvoiceReceipt.
header_id

[Required] Gets the header_id of this PayInvoiceReceipt. Payment header id

Returns:The header_id of this PayInvoiceReceipt.
Return type:str
token

Gets the token of this PayInvoiceReceipt. Token created for Payment Service

Returns:The token of this PayInvoiceReceipt.
Return type:str
url

Gets the url of this PayInvoiceReceipt. Url of the Payment Service

Returns:The url of this PayInvoiceReceipt.
Return type:str