Class UpdateProductExternalPaymentIdCommand
Namespace: Restaurant.Application.Requests.Product
Assembly: Restaurant.Application.dll
public class UpdateProductExternalPaymentIdCommand : IRequest<Result<Unit>>, IBaseRequest
Inheritance
object ← UpdateProductExternalPaymentIdCommand
Implements
IRequest<Result<Unit\>\>, IBaseRequest
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.MemberwiseClone\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Properties
ExternalPaymentId
[Required]
public string ExternalPaymentId { get; set; }
Property Value
ProductId
[Required]
public Guid ProductId { get; set; }
Property Value
Last modified: 21 May 2024