PaySubscriptionReceipt¶
-
class
oci.osp_gateway.models.
PaySubscriptionReceipt
(**kwargs)¶ Bases:
object
Subscription payment action response
Methods
__init__
(**kwargs)Initializes a new PaySubscriptionReceipt object with values from keyword arguments. Attributes
api_token
Gets the api_token of this PaySubscriptionReceipt. header_id
[Required] Gets the header_id of this PaySubscriptionReceipt. user_token
Gets the user_token of this PaySubscriptionReceipt. -
__init__
(**kwargs)¶ Initializes a new PaySubscriptionReceipt 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 PaySubscriptionReceipt.
- api_token (str) – The value to assign to the api_token property of this PaySubscriptionReceipt.
- user_token (str) – The value to assign to the user_token property of this PaySubscriptionReceipt.
-
api_token
¶ Gets the api_token of this PaySubscriptionReceipt. Parameters in a token for Payment Service
Returns: The api_token of this PaySubscriptionReceipt. Return type: str
-
header_id
¶ [Required] Gets the header_id of this PaySubscriptionReceipt. Payment header id
Returns: The header_id of this PaySubscriptionReceipt. Return type: str
-
user_token
¶ Gets the user_token of this PaySubscriptionReceipt. Session token created for Payment Service
Returns: The user_token of this PaySubscriptionReceipt. Return type: str
-