Class Capture
The capture object in Bolt
Inheritance
System.Object
Capture
Namespace: EPiServer.Commerce.Bolt.Models
Assembly: EPiServer.Commerce.Bolt.dll
Version: 14.26.0Syntax
public class Capture : Object
Constructors
Capture()
Declaration
public Capture()
Properties
Amount
The amount
Declaration
public int Amount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Currency
The currency
Declaration
public string Currency { 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 |