Class ProcessPaymentResult
public class ProcessPaymentResult
- Inheritance
-
ProcessPaymentResult
- Inherited Members
Constructors
ProcessPaymentResult()
public ProcessPaymentResult()
Properties
AdditionalData
public Dictionary<string, string> AdditionalData { get; set; }
Property Value
Amount
public decimal Amount { get; set; }
Property Value
Status
public ProcessPaymentStatus Status { get; set; }