Table of Contents

Class GatewayOpened

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

Constructors

GatewayOpened(Guid, GatewayType, string)

public GatewayOpened(Guid tenant, GatewayType type, string name)

Parameters

tenant Guid
type GatewayType
name string

Properties

Name

public string Name { get; }

Property Value

string

Tenant

public Guid Tenant { get; set; }

Property Value

Guid

Type

public GatewayType Type { get; }

Property Value

GatewayType