Class DecrementProductStockResponse
Namespace: Restaurant.Application.Responses.Product
Assembly: Restaurant.Application.dll
public sealed class DecrementProductStockResponse
Inheritance
object ← DecrementProductStockResponse
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Properties
IsSuccess
public bool IsSuccess { get; set; }
Property Value
OutOfStockItems
public List<OutOfStockItem> OutOfStockItems { get; set; }
Property Value
List < OutOfStockItem \>
Last modified: 21 May 2024