Click or drag to resize

IOperationServiceGetPaymentSystemKey Method

Tries to return a string for matching the payment type to the payment system if it exists, elseway returns empty string.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
string GetPaymentSystemKey(
	IPaymentType paymentType
)

Parameters

paymentType  IPaymentType
Payment type

Return Value

String
See Also