◆ __construct()
◆ getBaseUrl()
Retrieves the base URL.
- Returns
- null|string The base URL or null if not set.
◆ getConfig()
Retrieves the entire configuration array.
- Returns
- array The configuration settings.
◆ getCredentials()
Retrieves the Credentials instance.
- Returns
- Credentials The credentials object.
◆ getParameters()
Retrieves the Parameters instance.
- Returns
- ParametersInterface The parameters interface.
◆ getProduction()
Retrieves the production mode status.
- Returns
- bool True if in production mode, false otherwise.
◆ setBaseUrl()
| setBaseUrl |
( |
string |
$baseUrl | ) |
|
Sets the base URL for payment processing.
- Parameters
-
| string | $baseUrl | The base URL. |
- Returns
- self Returns the instance of the class for method chaining.
◆ setConfig()
Sets up the configuration array.
Combines credentials and other parameters into a single configuration array.
◆ setCredentials()
Sets the Credentials instance.
- Parameters
-
| Credentials | $credentials | The credentials object. |
- Returns
- self Returns the instance of the class for method chaining.
◆ setParameters()
Sets the Parameters instance.
- Parameters
-
| Parameters | $parameters | The parameters object. |
- Returns
- self Returns the instance of the class for method chaining.
The documentation for this class was generated from the following file: