World is now on Opti ID! Learn more

Class Authorize

Authorize request in Bolt

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

Constructors

Authorize()

Declaration
public Authorize()

Properties

AutoCapture

Auto capture or manually trigger

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

Cart

The cart

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

ConsumerId

The consumer id

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

CreateBoltAccount

Create bolt account

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

CreditCard

The credit card

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

DivisionId

The division id

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

OrderToken

The order token

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

PreviousTansactionId

The previous transaction id

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

ProcessingInitiator

The processing initiator

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

ShippingAddress

The shipping address

Declaration
public CreateAddress ShippingAddress { get; set; }
Property Value
Type Description
CreateAddress

Source

The source

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

UserIdentifier

The user identifier object

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

UserIdentity

The user identity object

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