Click or drag to resize

IPaymentScreenUpdatedContextOrderId Property

Current order Id. The current order GetOrderById(Guid) may be missing data that has not yet been saved. Use another PaymentScreenUpdatedContext properties for actual order information.

Namespace:  Resto.Front.Api.OperationContexts
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
Guid OrderId { get; }

Property Value

Type: Guid
See Also