extends |
Base |
---|
Process IPC method: IPCMandateManagement. Collect, validate and send API params
Methods | ||
---|---|---|
public
|
__construct(Config $cnf)
|
# |
public
|
setCustomerWalletNumber(string $customerWalletNumber)
|
# |
public
|
setAction(int $action)
|
# |
public
|
setMandateText(string $mandateText)
|
# |
public
|
process(): Response
|
# |
public
|
validate(): boolean
|
# |
public
|
getMandateReference(): string
|
# |
public
|
setMandateReference(string $mandateReference)
|
# |
public
|
getCustomerWalletNumber(): string
|
# |
public
|
getAction(): int
|
# |
public
|
getMandateText(): string
|
# |
Methods inherited from Mypos\IPC\Base |
---|
isValidSignature(), getOutputFormat(), setOutputFormat(), _addPostParam(), getCnf(), setCnf(), _processHtmlPost(), _buildArrayParameters(), _processPost() |
Constants | ||
---|---|---|
public
|
MANDATE_MANAGEMENT_ACTION_REGISTER = 1
|
# |
public
|
MANDATE_MANAGEMENT_ACTION_CANCEL = 2
|
# |
Properties inherited from Mypos\IPC\Base |
---|
$outputFormat |