Owneat Technical Guide main Help

Class TableOutstandingBalanceDecreasedEvent

Namespace: Ordering.Domain.Aggregates.TableAggregate.Events
Assembly: Ordering.Domain.dll

public class TableOutstandingBalanceDecreasedEvent : IDomainEvent, INotification

Inheritance

object ← TableOutstandingBalanceDecreasedEvent

Implements

IDomainEvent, INotification

Inherited Members

object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.MemberwiseClone\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)

Properties

CustomerName

public string CustomerName { get; init; }

Property Value

string

IsReleasable

public bool IsReleasable { get; init; }

Property Value

bool

PaidAmount

public double PaidAmount { get; init; }

Property Value

double

TableId

public Guid TableId { get; init; }

Property Value

Guid

Last modified: 21 May 2024