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