Owneat Technical Guide main Help

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

Guid

CustomerName

public string CustomerName { get; init; }

Property Value

string

OrderedAmount

public double OrderedAmount { get; init; }

Property Value

double

TableId

public Guid TableId { get; init; }

Property Value

Guid

Last modified: 21 May 2024