Package DE_EPAGES::MolliePayments::API::MolliePaymentsClient
Service for Mollie
Functions
doGetRequest
It calls (get) and retrieves the response information from epagesj MolliePayments project and filters
Syntax |
$Response = $self->doGetRequest(); |
Return |
|
doPostRequest
It calls (post) and retrieves the response information from epagesj MolliePayments project and filters
Syntax |
$Response = $self->doPostRequest(); |
Return |
|
doPutRequest
It calls (put) and retrieves the response information from epagesj MolliePayments project and filters
Syntax |
$Response = $self->doPutRequest(); |
Return |
|
new
Instantiates a new MolliePaymentsClient with Epagesj Rest client set.
Syntax |
DE_EPAGES::Mollie::API::MolliePaymentsClient->new( %args ); |
Input |
|
Return |
|
withTestMode
Stores a variable in MolliePaymentsClient object.
Syntax |
$Client = DE_EPAGES::Mollie::API::MolliePaymentsClient->withTestMode( $IsTestMode ); |
Input |
|
Return |
|