Table of Contents

Class MerchantActivated

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

Constructors

MerchantActivated(Guid, EnvironmentName, string)

public MerchantActivated(Guid tenant, EnvironmentName environment, string token)

Parameters

tenant Guid
environment EnvironmentName
token string

Properties

Environment

public EnvironmentName Environment { get; }

Property Value

EnvironmentName

Tenant

public Guid Tenant { get; }

Property Value

Guid

Token

public string Token { get; }

Property Value

string