Package DE_EPAGES::MolliePayments::API::Requests::Profile
Helper module for generating MolliePayments profiles requests to epagesj
Package DE_EPAGES::MolliePayments::API::Requests::Profiles
Functions
getEpagesjRequestSuffixUrlPath
It returns the Profiles postfix url path from the epagesj endpoint
Syntax |
$Url = $ProfilesRequest->getEpagesjRequestSuffixUrlPath( $HttpRequestMethod ); |
Input |
|
Return |
|
getHttpHeaders
It returns required headers of the Profiles 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 profiles requests to epagesj helper constructor
Syntax |
DE_EPAGES::MolliePayments::API::Requests::Profiles->new( ); |
Input |
|
Return |
|
withFrom
Set from as part of the query params
Syntax |
$self->withFrom($ProfileId); |
Return |
|
withLimit
Set limit as part of the query params
Syntax |
$self->withLimit($Limit); |
Return |
|