Click or drag to resize

IOrderDetailedVatInvoiceParameters 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, VatInvoiceParameters> DetailedVatInvoiceParameters { get; }

Property Value

IReadOnlyDictionaryGuid, VatInvoiceParameters
See Also