Show / Hide Table of Contents

Class PayInvoiceReceipt

Invoice payment action response

Inheritance
object
PayInvoiceReceipt
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 PayInvoiceReceipt

Properties

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

Token

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

Token created for Payment Service

Url

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

Url of the Payment Service

In this article
Back to top