Click or drag to resize

IOperationServiceGetPaymentTypesToPayOutOnUser Method

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

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

Return Value

Type: ListIPaymentType
See Also