Owneat Technical Guide main Help

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

bool

Identifier

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

Property Value

string

IsPaymentFirst

[Required] public bool IsPaymentFirst { get; init; }

Property Value

bool

OneSignalId

public Guid? OneSignalId { get; init; }

Property Value

Guid?

TableId

[Required] public Guid TableId { get; init; }

Property Value

Guid

Last modified: 21 May 2024