Table of Contents

Class CapturePaymentResult

Namespace
Rescope.Commerce.Core.Models
Assembly
Rescope.Commerce.Core.dll
public class CapturePaymentResult
Inheritance
CapturePaymentResult
Inherited Members

Constructors

CapturePaymentResult(CapturePaymentResultType)

public CapturePaymentResult(CapturePaymentResultType status)

Parameters

status CapturePaymentResultType

Properties

AdditionalData

public Dictionary<string, string> AdditionalData { get; set; }

Property Value

Dictionary<string, string>

Amount

public decimal Amount { get; set; }

Property Value

decimal

Status

public CapturePaymentResultType Status { get; }

Property Value

CapturePaymentResultType