Gets the collection of all PaymentGatewayProviders defined in the config file

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public static PaymentGatewayProviderCollection Providers { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property Providers As PaymentGatewayProviderCollection
Visual C++
public:
static property PaymentGatewayProviderCollection^ Providers {
	PaymentGatewayProviderCollection^ get ();
}

Field Value

A collection of PaymentGatewayProvider instances (i.e., instances of types that extend PaymentGatewayProvider).

See Also