World is now on Opti ID! Learn more

Class Authorization

The authorization object in Bolt

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

Constructors

Authorization()

Declaration
public Authorization()

Properties

Auth

The auth

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

AvsResponse

The avs response

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

CvvResponse

The cvv response

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

Processor

The processor

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

Reason

The reason

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

Status

The status

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