ePages 7.47.0 - DE_EPAGES/MolliePayments/API/MolliePaymentsService.pm

Package DE_EPAGES::MolliePayments::API::MolliePaymentsService

Service for Mollie

Functions

doGetRequest
doPostRequest
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

new

Instantiates a new MolliePaymentsService with Epagesj Rest client set.

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

withTestMode

Stores a variable in MolliePaymentsService object.

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