Package DE_EPAGES::MolliePayments::API::Requests::OrdersLines
Helper module for generating MolliePayments orders lines requests to epagesj
Functions
- getEpagesjRequestSuffixUrlPath
- getHttpHeaders
- getPayload
- getQueryParams
- handleResponse
- new
- withOrderLineItem
- withOrderLineItemIdList
getEpagesjRequestSuffixUrlPath
It returns the orders lines postfix url path from the epagesj endpoint
Syntax |
$Url = $OrdersLinesRequest->getEpagesjRequestSuffixUrlPath( $HttpRequestMethod ); |
Input |
|
Return |
|
getHttpHeaders
It returns required headers of the orders lines request
Syntax |
$hRequestHeader = $self->getHttpHeaders( $HttpRequestMethod ); |
Input |
|
Return |
|
getPayload
It returns the body payload of the orders lines request
Syntax |
$hPayload = $self->getPayload( $HttpRequestMethod ); |
Input |
|
Return |
|
getQueryParams
It returns the query Params of the Methods request
Syntax |
$QueryParams = $self->getQueryParams(); |
Input |
|
Return |
|
handleResponse
It returns the response filtered
Syntax |
$hFilteredResponse = $self->handleResponse($hResponse); |
Input |
|
Return |
|
new
MolliePayments orders lines requests to epagesj helper constructor
Syntax |
DE_EPAGES::MolliePayments::API::Requests::OrdersLines->new( ); |
Input |
|
Return |
|
withOrderLineItem
It adds to the object required order line information for patch (put) an order line
Syntax |
$self->withOrderLineItem( $hLineItem ); |
Input |
|
withOrderLineItemIdList
It adds to the object required order line information for cancelling a list of order lines
Syntax |
$self->withOrderLineItemIdList( $aLineItemIDs ); |
Input |
|