ePages 7.17.0 - DE_EPAGES/Klarna/API/KlarnaOperations/UpdateReservation.pm

Package DE_EPAGES::Klarna::API::KlarnaOperations::UpdateReservation

Package which handles the 'update' call to Klarna's webservices

Base
Base

Functions

call
handleXmlRpcReturn
new

call

process the Klarna 'update' web service call

Syntax
call();
Return
$hResult (refhash)
result of web service call

handleXmlRpcReturn

Function which handles the 'update' call return

Syntax
handleXmlRpcReturn( $Response );
Input
$Response (object)
Response from klarna 'update' call
Return
$hResult (refhash)
Hash with the result of the call

new

constructor of Update

Syntax
new( $LineItemContainer, $XmlRpcClient );
Input
$LineItemContainer (object)
a LineItemContainer Object
$XmlRpcClient (object)
a XMLRPC Client Object
Return
$self (object)
class object