Table of Contents

Class MerchantAdded

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

Constructors

MerchantAdded(Guid, string, string)

public MerchantAdded(Guid tenant, string merchant, string description)

Parameters

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