Table of Contents

Class PaymentCompleted

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

Constructors

PaymentCompleted(Guid, PaymentResponse)

public PaymentCompleted(Guid payment, PaymentResponse response)

Parameters

payment Guid
response PaymentResponse

Properties

Payment

public Guid Payment { get; set; }

Property Value

Guid

Response

public PaymentResponse Response { get; }

Property Value

PaymentResponse