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.3.0

Syntax

C#
public static PaymentGatewayProviderCollection Providers { get; }
Visual Basic
Public Shared ReadOnly Property Providers As PaymentGatewayProviderCollection
	Get
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