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.ApiAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntaxstring GetPaymentSystemKey(
IPaymentType paymentType
)
Parameters
- paymentType IPaymentType
-
Payment type
Return Value
String
See Also