Show / Hide Table of Contents

Class PayInvoiceDetails

Request object for invoice payment

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

Properties

Email

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

User email

Remarks

Required

LanguageCode

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

Language code

ReturnUrl

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

Callback URL

In this article
Back to top