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
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 DetokenizedReponse
Constructors
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 |