Class OutstandingBalanceIncreasedEvent
Namespace: Ordering.Domain.Aggregates.TableAggregate.Events
Assembly: Ordering.Domain.dll
public sealed class OutstandingBalanceIncreasedEvent : IDomainEvent, INotification
Inheritance
object ← OutstandingBalanceIncreasedEvent
Implements
IDomainEvent, INotification
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Properties
CustomerId
public Guid CustomerId { get; init; }
Property Value
CustomerName
public string CustomerName { get; init; }
Property Value
OrderedAmount
public double OrderedAmount { get; init; }
Property Value
TableId
public Guid TableId { get; init; }
Property Value
Last modified: 21 May 2024