Click or drag to resize

INavigatingToPaymentScreenOperationContextChequeAdditionalInfo Property

You can read or write initial value of the cheque additional info which will be used on the the payment screen.

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

Property Value

Type: ChequeAdditionalInfo
Remarks
In case of multiple plugins/handlers subscribed to the navigating to payment screen event, they will be called sequentially and all of them will have access to the same context, so each will be able to overwrite the value from previous one.
See Also