Gets the default PaymentGatewayProvider as 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 PaymentGatewayProvider Provider { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property Provider As PaymentGatewayProvider
Visual C++
public:
static property PaymentGatewayProvider^ Provider {
	PaymentGatewayProvider^ get ();
}

Field Value

A PaymentGatewayProvider (i.e., an instance of a type that extends PaymentGatewayProvider), for example, PayflowProPaymentGatewayProvider.

See Also