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 Transaction

The transaction object in Bolt

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

Constructors

Transaction()

Declaration
public Transaction()

Properties

Amount

The amount object

Declaration
public Amount Amount { get; set; }
Property Value
Type Description
Amount

Authorization

The authorization

Declaration
public Authorization Authorization { get; set; }
Property Value
Type Description
Authorization

Capture

The capture

Declaration
public CaptureView Capture { get; set; }
Property Value
Type Description
CaptureView

Captures

The captures

Declaration
public List<CaptureView> Captures { get; set; }
Property Value
Type Description
System.Collections.Generic.List<CaptureView>

CreditStatus

The credit status

Declaration
public CreditStatus CreditStatus { get; set; }
Property Value
Type Description
CreditStatus

Date

The date

Declaration
public Nullable<long> Date { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

ErrorMessage

The error message

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

FromConsumer

The from consumer

Declaration
public ConsumerSelfView FromConsumer { get; set; }
Property Value
Type Description
ConsumerSelfView

FromCreditCard

The from credit card

Declaration
public CreditCardView FromCreditCard { get; set; }
Property Value
Type Description
CreditCardView

Id

The id

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

IndemnificationDecision

The indemnification decision

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

IndemnificationReason

The indemnification reason

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

LastFour

The last four

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

LastViewedUtc

The last viewed utc

Declaration
public long LastViewedUtc { get; set; }
Property Value
Type Description
System.Int64

Merchant

The merchant

Declaration
public Merchant Merchant { get; set; }
Property Value
Type Description
Merchant

MerchantDivision

The merchant division

Declaration
public MerchantDivision MerchantDivision { get; set; }
Property Value
Type Description
MerchantDivision

MerchantOrderNumber

The merchant order number

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

OrderDecision

The order decision

Declaration
public OrderDecision OrderDecision { get; set; }
Property Value
Type Description
OrderDecision

Processor

The processor

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

Reference

The reference

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

RequestedRefundAmount

The requested refund amount

Declaration
public Amount RequestedRefundAmount { get; set; }
Property Value
Type Description
Amount

ReviewTicket

The review ticket

Declaration
public ReviewTicket ReviewTicket { get; set; }
Property Value
Type Description
ReviewTicket

RiskInsights

The risks insights

Declaration
public RiskInsight RiskInsights { get; set; }
Property Value
Type Description
RiskInsight

RiskReviewStatus

The risk review status

Declaration
public string RiskReviewStatus { 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 status

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

ToConsumer

The to consumer

Declaration
public ConsumerSelfView ToConsumer { get; set; }
Property Value
Type Description
ConsumerSelfView

ToCreditCard

The to credit card

Declaration
public CreditCardView ToCreditCard { get; set; }
Property Value
Type Description
CreditCardView

TotalRefundAmount

The total refund amount

Declaration
public Amount TotalRefundAmount { get; set; }
Property Value
Type Description
Amount

Type

The type

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

ViewStatus

The view status

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