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 CaptureView

The capture view object in Bolt

Inheritance
System.Object
CaptureView
Namespace: EPiServer.Commerce.Bolt.Models
Assembly: EPiServer.Commerce.Bolt.dll
Version: 14.26.0
Syntax
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