Class AbortPayment
- Namespace
- InSite.Application.Gateways.Write
- Assembly
- Shift.Sdk.dll
public class AbortPayment : Command, ICommand
- Inheritance
-
AbortPayment
- Implements
- Inherited Members
- Extension Methods
Constructors
AbortPayment(Guid, Guid, ErrorResponse)
public AbortPayment(Guid gateway, Guid payment, ErrorResponse response)
Parameters
gatewayGuidpaymentGuidresponseErrorResponse
Properties
Payment
public Guid Payment { get; set; }
Property Value
Response
public ErrorResponse Response { get; }