Package DE_EPAGES::Klarna::API::KlarnaOperations::BaseOperation
Base Klarna operation class. Meant to be inherited by the implementation class of operations
Functions
_GetLastName
Function returns the last name
Syntax |
my $LastName = _GetLastName($Address); |
Input |
|
Return |
|
_buildDigest
build the complete Base65 digest
Syntax |
_buildDigest( $aItemsForCheckSum ); |
Input |
|
Return |
|
generateRequestHeader
assamble the header data
Syntax |
generateRequestHeader(); |
Return |
|
getPclass
Function returns pclass id number.
Syntax |
my $Encoding = getPclass($LineItemContainer); |
Input |
|
Return |
|
getRequestData
assamble Header and body data
Syntax |
getRequestData( ); |
Return |
|
setInputData
Set the input data into a member function
Syntax |
setInputData( $InputData ); |
Input |
|