Click or drag to resize

IOperationServiceGetPaymentTypesToPayOutOnUser Method

Returns payment types that can be processed “silently”, without user interface.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
IReadOnlyList<IPaymentType> GetPaymentTypesToPayOutOnUser()

Return Value

Type: IReadOnlyListIPaymentType
See Also