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
CardToken
public string? CardToken { get; set; }
Property Value
- string
Status
public ProcessPaymentStatus Status { get; set; }
Property Value
- ProcessPaymentStatus