Table of Contents

Class PaymentAborted

Namespace
InSite.Domain.Payments
Assembly
Shift.Sdk.dll
public class PaymentAborted : Change, IChange
Inheritance
PaymentAborted
Implements
Inherited Members
Extension Methods

Constructors

PaymentAborted(Guid, ErrorResponse)

public PaymentAborted(Guid payment, ErrorResponse response)

Parameters

payment Guid
response ErrorResponse

Properties

Payment

public Guid Payment { get; set; }

Property Value

Guid

Response

public ErrorResponse Response { get; }

Property Value

ErrorResponse