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 TransactionRejection

The transaction rejection details

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

Constructors

TransactionRejection()

Declaration
public TransactionRejection()

Properties

AuthRejectionDetail

The auth rejection detail

Declaration
public AuthRejection AuthRejectionDetail { get; set; }
Property Value
Type Description
AuthRejection