Click or drag to resize

IOrderDetailedVatInvoiceParamaters Property

Vat invoice info for each guest by guest id.

Namespace:  Resto.Front.Api.Data.Orders
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
IReadOnlyDictionary<Guid, VatInvoiceParamaters> DetailedVatInvoiceParamaters { get; }

Property Value

Type: IReadOnlyDictionaryGuid, VatInvoiceParamaters
See Also