Click or drag to resize

PaymentScreenUpdatedContextPayments Property

Current order payments.

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

Property Value

Type: IReadOnlyCollectionIPaymentItem
See Also