Click or drag to resize

EgaisDataBeerExceptionProductsData Property

Gets product ids and volumes on which error occured. on which error occured.

Namespace:  Resto.Front.Api.Exceptions
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public IReadOnlyCollection<(Guid productId, decimal? volume)> ProductsData { get; }

Property Value

Type: IReadOnlyCollectionValueTupleGuid, NullableDecimal
See Also