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.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
string GetPaymentSystemKey(
	IPaymentType paymentType
)

Parameters

paymentType
Type: Resto.Front.Api.Data.PaymentsIPaymentType
Payment type

Return Value

Type: String
See Also