Table of Contents

Class ProcessPaymentResult

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

Constructors

ProcessPaymentResult()

public ProcessPaymentResult()

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 ProcessPaymentStatus Status { get; set; }

Property Value

ProcessPaymentStatus