Class PaymentRedirectResult
Inheritance
System.Object
PaymentRedirectResult
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class PaymentRedirectResult : Object
Constructors
PaymentRedirectResult()
Declaration
public PaymentRedirectResult()
Properties
AuthorizationCode
Declaration
public string AuthorizationCode { get; set; }
Property Value
Type |
Description |
System.String |
|
RedirectUrl
Declaration
public string RedirectUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
ReferenceNumber
Declaration
public string ReferenceNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
TransactionNumber
Declaration
public string TransactionNumber { get; set; }
Property Value
Type |
Description |
System.String |
|