Table of Contents

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

gateway Guid
payment Guid
response PaymentResponse

Properties

Payment

public Guid Payment { get; set; }

Property Value

Guid

Response

public PaymentResponse Response { get; }

Property Value

PaymentResponse