Table of Contents

Class ActivateMerchant

Namespace
InSite.Application.Gateways.Write
Assembly
Shift.Sdk.dll
public class ActivateMerchant : Command, ICommand
Inheritance
ActivateMerchant
Implements
Inherited Members
Extension Methods

Constructors

ActivateMerchant(Guid, Guid, EnvironmentName, string)

public ActivateMerchant(Guid gateway, Guid tenant, EnvironmentName environment, string token)

Parameters

gateway Guid
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