Gets the default PaymentGatewayProvider as 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 PaymentGatewayProvider Provider { get; }
Visual Basic
Public Shared ReadOnly Property Provider As PaymentGatewayProvider
	Get
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