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 BoltOptions

Bolt configuration options

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

Constructors

BoltOptions()

Declaration
public BoltOptions()

Properties

ApiKey

The api key

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

AutoCapture

Auto capture on Authorize call

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

DivisionPublicId

The division publid id

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

EnvironmentType

The environment type

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

PublishableKey

The publishable key

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

SigningSecret

The signing secret

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