Class PayInvoiceReceipt
Invoice payment action response
Inherited Members
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 |