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 Void

The void object in Bolt

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

Constructors

Void()

Declaration
public Void()

Properties

CreditCardTransactionId

The credit card transaction id

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

SkipHhookNotification

Skip hook notification

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

TransactionReference

The transaction reference

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