Class CreateCustomerCommand
Namespace: Ordering.Application.Requests.Handlers.Customer
Assembly: Ordering.Application.dll
public sealed class CreateCustomerCommand : IRequest<Result<Customer>>, IBaseRequest
Inheritance
object ← CreateCustomerCommand
Implements
IRequest<Result<Customer\>\>, IBaseRequest
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Properties
HasToPay
[Required]
public bool HasToPay { get; init; }
Property Value
Identifier
[Required]
public string Identifier { get; init; }
Property Value
IsPaymentFirst
[Required]
public bool IsPaymentFirst { get; init; }
Property Value
OneSignalId
public Guid? OneSignalId { get; init; }
Property Value
Guid?
TableId
[Required]
public Guid TableId { get; init; }
Property Value
Last modified: 21 May 2024