Table of Contents

Class PaymentCreatedByModified

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

Constructors

PaymentCreatedByModified(Guid, Guid)

public PaymentCreatedByModified(Guid payment, Guid createdBy)

Parameters

payment Guid
createdBy Guid

Properties

CreatedBy

public Guid CreatedBy { get; set; }

Property Value

Guid

Payment

public Guid Payment { get; set; }

Property Value

Guid