Package DE_EPAGES::MolliePayments::API::Requests::BaseRequest
Helper module for generating MolliePayments requests to epagesj
Functions
- getEpagesjRequestSuffixUrlPath
- getHttpHeaders
- getPaymentMethod
- getQueryParams
- getShop
- handleResponse
- new
getEpagesjRequestSuffixUrlPath
It returns the request postfix url path from the epagesj endpoint. Must be implemented in child class.
Syntax |
$Url = $ProfilesRequest->getEpagesjRequestSuffixUrlPath( $HttpRequestMethod ); |
Input |
|
Return |
|
getHttpHeaders
It returns required headers of the request. Must be implemented in child class.
Syntax |
$hRequestHeader = $self->getHttpHeaders( $HttpRequestMethod ); |
Input |
|
Return |
|
getPaymentMethod
It returns the PaymentMethodMolliePayments object from data
Syntax |
$PaymentMethod = $self->getPaymentMethod(); |
Return |
|
getQueryParams
It returns the query Params of the Methods request
Syntax |
$QueryParams = $self->getQueryParams(); |
Input |
|
Return |
|
getShop
It returns the shop object from state URL argument
Syntax |
$Shop = $self->getShop(); |
Return |
|
handleResponse
It returns the response filtered Must be implemented in child class
Syntax |
$hFilteredResponse = $self->handleResponse($hResponse); |
Input |
|
Return |
|
new
MolliePayments requests to epagesj helper constructor
Syntax |
DE_EPAGES::MolliePayments::API::Requests::BaseRequest->new( ); |
Input |
|
Return |
|