Click or drag to resize

PaymentScreenUpdatedContextOrderId 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.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
public Guid OrderId { get; }

Property Value

Type: Guid
See Also