Owneat Technical Guide main Help

Class RedeemAnExpenseReportCommand

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

public sealed class RedeemAnExpenseReportCommand : IRequest<Result<Unit>>, IBaseRequest

Inheritance

object ← RedeemAnExpenseReportCommand

Implements

IRequest<Result<Unit\>\>, IBaseRequest

Inherited Members

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

Properties

CustomerEmail

[Required] [EmailAddress] public string CustomerEmail { get; set; }

Property Value

string

CustomerGuid

[Required] [JsonIgnore] public Guid CustomerGuid { get; set; }

Property Value

Guid

GuestsCount

[Required] [Range(0, 2147483647, ErrorMessage = "Quantity must be greater or equal to 0.")] public int GuestsCount { get; set; }

Property Value

int

TableGuid

[Required] [JsonIgnore] public Guid TableGuid { get; set; }

Property Value

Guid

Last modified: 21 May 2024