Class SelectRemainingOrderLineItemsCommand
Namespace: Ordering.Application.Requests.Handlers.Table
Assembly: Ordering.Application.dll
public sealed class SelectRemainingOrderLineItemsCommand : IRequest<Result<Table>>, IBaseRequest
Inheritance
object ← SelectRemainingOrderLineItemsCommand
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
PayingCustomerId
[Required]
public Guid PayingCustomerId { get; init; }
Property Value
TableGuid
[Required]
[JsonIgnore]
public Guid TableGuid { get; set; }
Property Value
Last modified: 21 May 2024