Click or drag to resize

IPaymentScreenUpdatedContextPayments Property

Current order payments.

Namespace:  Resto.Front.Api.OperationContexts
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
IReadOnlyCollection<IPaymentItem> Payments { get; }

Property Value

Type: IReadOnlyCollectionIPaymentItem
See Also