PaySubscriptionDetails

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

Bases: object

Request object for paying a subscription

Methods

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

Attributes

email [Required] Gets the email of this PaySubscriptionDetails.
language_code [Required] Gets the language_code of this PaySubscriptionDetails.
subscription [Required] Gets the subscription of this PaySubscriptionDetails.
__init__(**kwargs)

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

Parameters:
  • subscription (oci.osp_gateway.models.Subscription) – The value to assign to the subscription property of this PaySubscriptionDetails.
  • language_code (str) – The value to assign to the language_code property of this PaySubscriptionDetails.
  • email (str) – The value to assign to the email property of this PaySubscriptionDetails.
email

[Required] Gets the email of this PaySubscriptionDetails. User email

Returns:The email of this PaySubscriptionDetails.
Return type:str
language_code

[Required] Gets the language_code of this PaySubscriptionDetails. Language code

Returns:The language_code of this PaySubscriptionDetails.
Return type:str
subscription

[Required] Gets the subscription of this PaySubscriptionDetails.

Returns:The subscription of this PaySubscriptionDetails.
Return type:oci.osp_gateway.models.Subscription