PayInvoiceDetails¶
-
class
oci.osp_gateway.models.
PayInvoiceDetails
(**kwargs)¶ Bases:
object
Request object for invoice payment
Methods
__init__
(**kwargs)Initializes a new PayInvoiceDetails object with values from keyword arguments. Attributes
email
[Required] Gets the email of this PayInvoiceDetails. language_code
Gets the language_code of this PayInvoiceDetails. return_url
Gets the return_url of this PayInvoiceDetails. -
__init__
(**kwargs)¶ Initializes a new PayInvoiceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - language_code (str) – The value to assign to the language_code property of this PayInvoiceDetails.
- return_url (str) – The value to assign to the return_url property of this PayInvoiceDetails.
- email (str) – The value to assign to the email property of this PayInvoiceDetails.
-
email
¶ [Required] Gets the email of this PayInvoiceDetails. User email
Returns: The email of this PayInvoiceDetails. Return type: str
-
language_code
¶ Gets the language_code of this PayInvoiceDetails. Language code
Returns: The language_code of this PayInvoiceDetails. Return type: str
-
return_url
¶ Gets the return_url of this PayInvoiceDetails. Callback URL
Returns: The return_url of this PayInvoiceDetails. Return type: str
-