Click or drag to resize

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

Parameters

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

Return Value

Type: String
See Also