Class ProcessPaymentResultWithOrderId
- Namespace
- Rescope.Commerce.Core.Models
- Assembly
- Rescope.Commerce.Core.dll
public class ProcessPaymentResultWithOrderId
- Inheritance
-
ProcessPaymentResultWithOrderId
- Inherited Members
-
Constructors
ProcessPaymentResultWithOrderId(Guid)
public ProcessPaymentResultWithOrderId(Guid orderId)
Parameters
orderId
Guid
Properties
AdditionalData
public Dictionary<string, string> AdditionalData { get; set; }
Property Value
- Dictionary<string, string>
OrderId
public Guid OrderId { get; }
Property Value
- Guid
Status
public ProcessPaymentStatus Status { get; set; }
Property Value
- ProcessPaymentStatus
TotalAmount
public decimal TotalAmount { get; set; }
Property Value
- decimal
TransactionalAmount
public decimal TransactionalAmount { get; set; }
Property Value
- decimal