Interface PayURequestInterface
It is used to represent all request that can be send to PayU. It is not any form of cURL request. It collect informations about method, path and data. Note that path is not absolute here.
Interface PayURequestInterface
Direct known implementers
Indirect known implementers
Team3\PayU\Communication\Request\OrderCancelRequest
,
Team3\PayU\Communication\Request\OrderCreateRequest
,
Team3\PayU\Communication\Request\OrderRetrieveRequest
,
Team3\PayU\Communication\Request\RefundRequest
Namespace: Team3\PayU\Communication\Request
Package: Team3\PayU\Communication\Request
Located at Team3/PayU/Communication/Request/PayURequestInterface.php
Package: Team3\PayU\Communication\Request
Located at Team3/PayU/Communication/Request/PayURequestInterface.php
Methods summary
public
|
|
public
string
|
|
public
string
|
Magic methods summary
Constants summary
string |
METHOD_POST
|
#
'POST'
|
string |
METHOD_GET
|
#
'GET'
|
string |
METHOD_DELETE
|
#
'DELETE'
|