ePages 7.48.0 - DE_EPAGES/MolliePayments/API/MolliePaymentsClient.pm

Package DE_EPAGES::MolliePayments::API::MolliePaymentsClient

Service for Mollie

Functions

doGetRequest
doPostRequest
doPutRequest
new
withTestMode

doGetRequest

It calls (get) and retrieves the response information from epagesj MolliePayments project and filters

Syntax
$Response = $self->doGetRequest();
Return
$Response (hash.ref)
filtered response hash

doPostRequest

It calls (post) and retrieves the response information from epagesj MolliePayments project and filters

Syntax
$Response = $self->doPostRequest();
Return
$Response (hash.ref)
filtered response hash

doPutRequest

It calls (put) and retrieves the response information from epagesj MolliePayments project and filters

Syntax
$Response = $self->doPutRequest();
Return
$Response (hash.ref)
filtered response hash

new

Instantiates a new MolliePaymentsClient with Epagesj Rest client set.

Syntax
DE_EPAGES::Mollie::API::MolliePaymentsClient->new( %args );
Input
$RequestObject (object)
request object to handle
Return
MolliePaymentsClient (DE_EPAGES::MolliePayments::API::MolliePaymentsClient)
object

withTestMode

Stores a variable in MolliePaymentsClient object.

Syntax
$Client = DE_EPAGES::Mollie::API::MolliePaymentsClient->withTestMode( $IsTestMode );
Input
$IsTestMode (integer)
true (1) or false (0)
Return
$MolliePaymentsClient (DE_EPAGES::MolliePayments::API::MolliePaymentsClient)
MolliePaymentsClient object