Class MandateManagement
Process IPC method: IPCMandateManagement. Collect, validate and send API params
- Mypos\IPC\Base
-
Mypos\IPC\MandateManagement
Methods summary
public
|
|
public
string
|
#
getMandateReferece( )
Unique identifier of the agreement (mandate) between the merchant and the client (debtor). Up to 127 characters. |
public
|
#
setMandateReferece( string $mandateReferece )
Unique identifier of the agreement (mandate) between the merchant and the client (debtor). Up to 127 characters. |
public
string
|
|
public
|
#
setCustomerWalletNumber( string $customerWalletNumber )
Identifier of the client’s (debtor’s) myPOS account |
public
integer
|
|
public
|
|
public
string
|
|
public
|
#
setMandateText( string $mandateText )
Text supplied from the merchant, so the client can easily identify the Mandate. |
public
|
|
public
boolean
|
Methods inherited from Mypos\IPC\Base
_addPostParam()
,
_processHtmlPost()
,
_processPost()
,
getCnf()
,
getOutputFormat()
,
isValidSignature()
,
setCnf()
,
setOutputFormat()
Constants summary
integer |
MANDATE_MANAGEMENT_ACTION_REGISTER
|
#
1
|
integer |
MANDATE_MANAGEMENT_ACTION_CANCEL
|
#
2
|