Package DE_EPAGES::MolliePayments::API::Requests::Methods
Helper module for generating MolliePayments Methods requests to epagesj
Functions
getEpagesjRequestSuffixUrlPath
It returns the Methods postfix url path from the epagesj endpoint
Syntax |
$Url = $MethodsRequest->getEpagesjRequestSuffixUrlPath( $HttpRequestMethod ); |
Input |
|
Return |
|
getHttpHeaders
It returns required headers of the Methods request
Syntax |
$hRequestHeader = $self->getHttpHeaders( $HttpRequestMethod ); |
Input |
|
Return |
|
getQueryParams
It returns the query Params of the Methods request
Syntax |
$QueryParams = $self->getQueryParams(); |
Input |
|
Return |
|
new
MolliePayments Methods requests to epagesj helper constructor
Syntax |
DE_EPAGES::MolliePayments::API::Requests::Methods->new($hMethodsData); |
Input |
|
Return |
|
withProfileId
Set profile id as part of the payload
Syntax |
$self->withProfileId($ProfileId); |
Return |
|