Class AuthRejection
The auth rejection object in Bolt
Inheritance
System.Object
AuthRejection
Namespace: EPiServer.Commerce.Bolt.Models
Assembly: EPiServer.Commerce.Bolt.dll
Version: 14.26.0Syntax
public class AuthRejection : Object
Constructors
AuthRejection()
Declaration
public AuthRejection()
Properties
ReasonCode
The reason code
Declaration
public string ReasonCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReasonDescription
The reason description
Declaration
public string ReasonDescription { get; set; }
Property Value
Type | Description |
---|---|
System.String |