Table of Contents

Class ModifyPaymentCreatedBy

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

Constructors

ModifyPaymentCreatedBy(Guid, Guid, Guid)

public ModifyPaymentCreatedBy(Guid gateway, Guid payment, Guid createdBy)

Parameters

gateway Guid
payment Guid
createdBy Guid

Properties

CreatedBy

public Guid CreatedBy { get; set; }

Property Value

Guid

Payment

public Guid Payment { get; set; }

Property Value

Guid