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 TokenizationOptions

NOTE: This is a pre-release API that is UNSTABLE and might not satisfy the compatibility requirements as denoted by its associated normal version.

Contains options for tokenization service.

Inheritance
System.Object
TokenizationOptions
Namespace: EPiServer.Commerce.Order.Payments.Tokenization
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0
Syntax
public class TokenizationOptions : Object

Constructors

TokenizationOptions()

Declaration
public TokenizationOptions()

Properties

ApiKey

Gets or sets the api key.

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

Defined by the episerver:tokenization.ApiKey AppSetting.

ClientSecretKey

Gets or sets the client secret key.

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

Defined by the episerver:tokenization.ClientSecretKey AppSetting.

TestMode

Indicates the tokenization service is test or production.

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

Defined by the episerver:tokenization.TestMode AppSetting. Default value is false.

TokenizationId

Gets or sets the tokenization Id.

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

Defined by the episerver:tokenization.TokenizationId AppSetting.