Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class AuthorizeResponse

The authorize reponse objecct

Inheritance
System.Object
AuthorizeResponse
Namespace: EPiServer.Commerce.Bolt.Models
Assembly: EPiServer.Commerce.Bolt.dll
Version: 14.26.0
Syntax
public class AuthorizeResponse : Object

Constructors

AuthorizeResponse()

Declaration
public AuthorizeResponse()

Properties

ErrorMessage

The error message

Declaration
public string ErrorMessage { get; set; }
Property Value
Type Description
System.String

IsVerifiedDeviceSaved

Is verified device saved

Declaration
public bool IsVerifiedDeviceSaved { get; set; }
Property Value
Type Description
System.Boolean

OrderNumber

The order number

Declaration
public string OrderNumber { get; set; }
Property Value
Type Description
System.String

RedirectUrl

The redirect url

Declaration
public string RedirectUrl { get; set; }
Property Value
Type Description
System.String

Transaction

The transaction

Declaration
public Transaction Transaction { get; set; }
Property Value
Type Description
Transaction