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
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Commerce.Order.Payments.Tokenization
Assembly: EPiServer.Business.Commerce.dll
Version: 13.30.0Syntax
public class TokenizationOptions
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.