public static IList<IPaymentProvider> GetProviders( bool includeConfigured, bool includeGiftCertProvider, bool sortByName )
Parameters
- includeConfigured
- Whether to include already configured gateways or not. Default is false
- includeGiftCertProvider
- Whether to include gift certificate payment provider. Default is false
- sortByName
- Whether to sort by name. Default is true
Return Value
List of instances of classes implementing IPaymentProvider