Owneat Technical Guide main Help

Class DecreaseTableOutstandingBalanceCommand

Namespace: Ordering.Application.Requests.Handlers.Table
Assembly: Ordering.Application.dll

public sealed class DecreaseTableOutstandingBalanceCommand : IRequest<Result<Table>>, IBaseRequest

Inheritance

object ← DecreaseTableOutstandingBalanceCommand

Implements

IRequest<Result<Table\>\>, IBaseRequest

Inherited Members

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

Properties

CustomerIdentifier

[Required] public string CustomerIdentifier { get; init; }

Property Value

string

PaymentAmount

[Required] public double PaymentAmount { get; init; }

Property Value

double

Table

[Required] public Table Table { get; init; }

Property Value

Table

Last modified: 21 May 2024