Table of Contents

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

gateway Guid
tenant Guid
merchant string
description string

Properties

Description

public string Description { get; }

Property Value

string

Merchant

public string Merchant { get; }

Property Value

string

Tenant

public Guid Tenant { get; }

Property Value

Guid