Click or drag to resize

PaymentScreenUpdatedContextIsEInvoice Property

Is current order has EInvoice if PaymentSplitMode value is WholeOrder. If PaymentSplitMode value is SplitByDish or SplitByPrice use newer API version.

Namespace:  Resto.Front.Api.OperationContexts
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
public bool IsEInvoice { get; }

Property Value

Type: Boolean
See Also