ePages 6.17.40 - DE_EPAGES/Mediafinanz/API/Buergel.pm

Package DE_EPAGES::Mediafinanz::API::Buergel

Soap functions for Buergel.

@EXPORT_OK
GetConCheckBasicScore
GetConCheckScore
GetConCheckPlusScore
GetRiskCheckAdvancedScore
GetRiskCheckStandardScore
GetConCheckInternationalScore

Functions

GetConCheckBasicScore
GetConCheckInternationalScore
GetConCheckPlusScore
GetConCheckScore
GetRiskCheckAdvancedScore
GetRiskCheckStandardScore

GetConCheckBasicScore

call soap function getConCheckBasicScore

Syntax
my $score = GetConCheckBasicScore($clientid, $Basket);
Input
$clientid (string)
client id
$Basket (object)
basket object
Return
$score (integer)
accumio score value, undef on error

GetConCheckInternationalScore

call soap function getConCheckInternationalATScore or getConCheckInternationalCHScore

Syntax
my $score = GetConCheckInternationalScore($Country, $clientid, $Basket);
Input
$Country (string)
country id
$clientid (string)
client id
$Basket (object)
basket object
Return
$score (integer)
accumio score value, undef on error

GetConCheckPlusScore

call soap function getConCheckPlusScore

Syntax
my $score = GetConCheckPlusScore($clientid, $Basket);
Input
$clientid (string)
client id
$Basket (object)
basket object
Return
$score (integer)
accumio score value, undef on error

GetConCheckScore

call soap function getConCheckScore

Syntax
my $score = GetConCheckScore($clientid, $Basket);
Input
$clientid (string)
client id
$Basket (object)
basket object
Return
$score (integer)
accumio score value, undef on error

GetRiskCheckAdvancedScore

call soap function getRiskCheckAdvancedScore

Syntax
my $score = GetRiskCheckAdvancedScore($clientid, $Basket);
Input
$clientid (string)
client id
$Basket (object)
basket object
Return
$score (integer)
accumio score value, undef on error

GetRiskCheckStandardScore

call soap function getRiskCheckStandardScore

Syntax
my $score = GetRiskCheckStandardScore($clientid, $Basket);
Input
$clientid (string)
client id
$Basket (object)
basket object
Return
$score (integer)
accumio score value, undef on error