c2g.LocalClearingSystemServiceglobal with sharing class LocalClearingSystemService implements API The service class relating to Local Clearing System custom metadata. MethodsgetLocalClearingSystemsglobal static List<c2g.LocalClearingSystem.Element> getLocalClearingSystems() This service returns a list of Local Clearing Systems (LCS). Each Local Clearing System in the list is represented as an Element, which is a global class defined in the global c2g.LocalClearingSystem class. Each Element allows you to get the PSP, Region, Payment Currency, and LCS for the related Local Clearing System. Return ValueA list of the Local Clearing System Elements. |