IProductSnapshot
public interface IProductSnapshot
Namespace
Properties
IsGiftCard
public bool IsGiftCard { get; }
Name
public string Name { get; }
Prices
public IEnumerable<ProductPrice> Prices { get; }
ProductReference
public string ProductReference { get; }
Properties
public IDictionary<string, string> Properties { get; }
Sku
public string Sku { get; }
StoreId
public Guid StoreId { get; }
TaxClassId
public Guid? TaxClassId { get; }