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
gatewayGuidtenantGuidenvironmentEnvironmentNametokenstring
Properties
Environment
public EnvironmentName Environment { get; }
Property Value
Tenant
public Guid Tenant { get; }
Property Value
Token
public string Token { get; }