Click or drag to resize

INotificationServiceConfirmEInvoiceNumberProcessed Property

Notifies whether the number was used successfully. If true, the counter moves to the next number. If false, the same number will be issued again to ensure continuity of EInvoice numbering.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
INotification<(Guid orderId, bool isEInvoiceNumberSuccessfullyProcessed), bool> ConfirmEInvoiceNumberProcessed { get; }

Property Value

Type: INotificationValueTupleGuid, Boolean, Boolean
See Also