ePages 6.17.43 - DE_EPAGES/PayPalExpress/API/Webservice/Response.pm

Package DE_EPAGES::PayPalExpress::API::Webservice::Response

handle the response from paypal and provide public methods to access

Functions

getAddressData
new

getAddressData

return the address which was send from paypal in a epages format the mapping you will find in: DE_EPAGES::PayPalExpress::API::Constants

Syntax
getAddressData( );
Return
$hAddressData (refhash)
addess data

new

constuctor

Syntax
new( );
Input
$hResponse (refhash)
the response from paypal
Return
$self (DE_EPAGES::PayPalExpress::API::Webservice::Request)
self