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