Show / Hide Table of Contents

Class PaySubscriptionReceipt

Subscription payment action response

Inheritance
object
PaySubscriptionReceipt
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.OspgatewayService.Models
Assembly: OCI.DotNetSDK.Ospgateway.dll
Syntax
public class PaySubscriptionReceipt

Properties

ApiToken

Declaration
[JsonProperty(PropertyName = "apiToken")]
public string ApiToken { get; set; }
Property Value
Type Description
string

Parameters in a token for Payment Service

HeaderId

Declaration
[Required(ErrorMessage = "HeaderId is required.")]
[JsonProperty(PropertyName = "headerId")]
public string HeaderId { get; set; }
Property Value
Type Description
string

Payment header id

Remarks

Required

UserToken

Declaration
[JsonProperty(PropertyName = "userToken")]
public string UserToken { get; set; }
Property Value
Type Description
string

Session token created for Payment Service

In this article
Back to top