Gets the collection of all PaymentGatewayProviders defined in the config file
Namespace:
Asi.iBO.CommerceAssembly: 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 (); } |