Class CapturePaymentResult
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
Amount
public decimal Amount { get; set; }
Property Value
Status
public CapturePaymentResultType Status { get; }