Class CaptureView
The capture view object in Bolt
Inheritance
System.Object
    CaptureView
  Namespace: EPiServer.Commerce.Bolt.Models
Assembly: EPiServer.Commerce.Bolt.dll
Version: 14.26.0Syntax
public class CaptureView : Object
  Constructors
CaptureView()
Declaration
public CaptureView()
  Properties
Amount
The amount
Declaration
public Amount Amount { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Amount | 
Id
The id
Declaration
public string Id { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Splits
The splits
Declaration
public List<Splits> Splits { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<Splits> | 
Status
The order number
Declaration
public string Status { get; set; }
  Property Value
| Type | Description | 
|---|---|
| System.String |