Class ProductBaseVerificationData
Namespace: Restaurant.Domain.Base.Assets
Assembly: Restaurant.Domain.dll
public class ProductBaseVerificationData
Inheritance
object ← ProductBaseVerificationData
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.MemberwiseClone\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Properties
BaseId
public Guid BaseId { get; set; }
Property Value
ExpectedPrice
public double ExpectedPrice { get; set; }
Property Value
ProductBaseType
public string ProductBaseType { get; set; }
Property Value
Last modified: 21 May 2024