Class AddMerchant
- Namespace
- InSite.Application.Gateways.Write
- Assembly
- Shift.Sdk.dll
public class AddMerchant : Command, ICommand
- Inheritance
-
AddMerchant
- Implements
- Inherited Members
- Extension Methods
Constructors
AddMerchant(Guid, Guid, string, string)
public AddMerchant(Guid gateway, Guid tenant, string merchant, string description)
Parameters
Properties
Description
public string Description { get; }
Property Value
Merchant
public string Merchant { get; }
Property Value
Tenant
public Guid Tenant { get; }