AuthorizeSubscriptionPaymentReceipt¶
-
class
oci.osp_gateway.models.
AuthorizeSubscriptionPaymentReceipt
(**kwargs)¶ Bases:
object
Subscription payment authorization response
Methods
__init__
(**kwargs)Initializes a new AuthorizeSubscriptionPaymentReceipt object with values from keyword arguments. Attributes
api_token
Gets the api_token of this AuthorizeSubscriptionPaymentReceipt. header_id
[Required] Gets the header_id of this AuthorizeSubscriptionPaymentReceipt. user_token
Gets the user_token of this AuthorizeSubscriptionPaymentReceipt. -
__init__
(**kwargs)¶ Initializes a new AuthorizeSubscriptionPaymentReceipt object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - header_id (str) – The value to assign to the header_id property of this AuthorizeSubscriptionPaymentReceipt.
- api_token (str) – The value to assign to the api_token property of this AuthorizeSubscriptionPaymentReceipt.
- user_token (str) – The value to assign to the user_token property of this AuthorizeSubscriptionPaymentReceipt.
-
api_token
¶ Gets the api_token of this AuthorizeSubscriptionPaymentReceipt. Parameters in a token for Payment Service
Returns: The api_token of this AuthorizeSubscriptionPaymentReceipt. Return type: str
-
header_id
¶ [Required] Gets the header_id of this AuthorizeSubscriptionPaymentReceipt. Payment header id
Returns: The header_id of this AuthorizeSubscriptionPaymentReceipt. Return type: str
-
user_token
¶ Gets the user_token of this AuthorizeSubscriptionPaymentReceipt. Session token created for Payment Service
Returns: The user_token of this AuthorizeSubscriptionPaymentReceipt. Return type: str
-