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
IsReleasable
public bool IsReleasable { get; init; }
Property Value
PaidAmount
public double PaidAmount { get; init; }
Property Value
TableId
public Guid TableId { get; init; }
Property Value
Last modified: 21 May 2024