Class DetokenizedReponse
NOTE: This is a pre-release API that is UNSTABLE and might not satisfy the compatibility requirements as denoted by its associated normal version.
The response from a tokenized request.
Inheritance
System.Object
    DetokenizedReponse
  Namespace: EPiServer.Commerce.Order.Payments.Tokenization
Assembly: EPiServer.Business.Commerce.dll
Version: 14.26.0Syntax
public class DetokenizedReponse : ObjectConstructors
DetokenizedReponse()
Declaration
public DetokenizedReponse()Properties
Content
The content from tokenized request.
Declaration
public string Content { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
IsSuccess
Gets or sets a value indicating if the overall operation was a success.
Declaration
public bool IsSuccess { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
Message
The error message from tokenized request.
Declaration
public string Message { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
StatusCode
The status code from tokenized request.
Declaration
public string StatusCode { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | 
