AuthorizeSubscriptionPaymentDetails¶
-
class
oci.osp_gateway.models.
AuthorizeSubscriptionPaymentDetails
(**kwargs)¶ Bases:
object
Request object for a subscription payment authorization
Methods
__init__
(**kwargs)Initializes a new AuthorizeSubscriptionPaymentDetails object with values from keyword arguments. Attributes
email
[Required] Gets the email of this AuthorizeSubscriptionPaymentDetails. language_code
[Required] Gets the language_code of this AuthorizeSubscriptionPaymentDetails. subscription
[Required] Gets the subscription of this AuthorizeSubscriptionPaymentDetails. -
__init__
(**kwargs)¶ Initializes a new AuthorizeSubscriptionPaymentDetails 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 AuthorizeSubscriptionPaymentDetails.
- language_code (str) – The value to assign to the language_code property of this AuthorizeSubscriptionPaymentDetails.
- email (str) – The value to assign to the email property of this AuthorizeSubscriptionPaymentDetails.
-
email
¶ [Required] Gets the email of this AuthorizeSubscriptionPaymentDetails. User email
Returns: The email of this AuthorizeSubscriptionPaymentDetails. Return type: str
-
language_code
¶ [Required] Gets the language_code of this AuthorizeSubscriptionPaymentDetails. Language code
Returns: The language_code of this AuthorizeSubscriptionPaymentDetails. Return type: str
-
subscription
¶ [Required] Gets the subscription of this AuthorizeSubscriptionPaymentDetails.
Returns: The subscription of this AuthorizeSubscriptionPaymentDetails. Return type: oci.osp_gateway.models.Subscription
-