ePages 6.15.1 - DE_EPAGES/IGFS/API/Settings.pm

Package DE_EPAGES::IGFS::API::Settings

a values holder for IGFS Settings

@EXPORT_OK
IGFS_Logging
IGFS_OnlineServiceURL
IGFS_OnlineServiceTestURL
IGFS_BatchServiceURL
IGFS_BatchServiceTestURL
IGFS_AdminURL
IGFS_AdminTestURL
getInitServiceUrl
getBatchServiceUrl

Functions

Create
getBatchServiceUrl
getInitServiceUrl

Create

the factory method

Syntax
$Settings = DE_EPAGES::IGFS::API::Settings->Create($Logging);
Input
$Logging (boolean)
true to enable comunication logging, false otherwise
Return
$Settings (object)
new DE_EPAGES::IGFS::API::Settings

getBatchServiceUrl

Description

Syntax
$ServiceUrl = getBatchServiceUrl( $isTestingTransaction );
Input
$isTestingTransaction (boolean)
true for test env, false otherwise
Return
$ServiceUrl (String)
the batch service url

getInitServiceUrl

Description

Syntax
$ServiceUrl = getInitServiceUrl( $isTestingTransaction );
Input
$isTestingTransaction (boolean)
true for test env, false otherwise
Return
$ServiceUrl (String)
the init service url