Table of Contents

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

gateway Guid
payment Guid
response ErrorResponse

Properties

Payment

public Guid Payment { get; set; }

Property Value

Guid

Response

public ErrorResponse Response { get; }

Property Value

ErrorResponse