Class PayInvoiceDetails
Request object for invoice payment
Inherited Members
Namespace: Oci.OspgatewayService.Models
Assembly: OCI.DotNetSDK.Ospgateway.dll
Syntax
public class PayInvoiceDetailsProperties
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 |