Class Void
The void object in Bolt
Inheritance
System.Object
Void
Namespace: EPiServer.Commerce.Bolt.Models
Assembly: EPiServer.Commerce.Bolt.dll
Version: 14.26.0Syntax
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 |