Class CardStore
Base API Class. Contains basic API-connection methods.
- Mypos\IPC\Base
-
Mypos\IPC\CardStore
Direct known subclasses
Methods summary
public
float
|
|
public
|
|
public
|
#
setCardVerification( integer $cardVerification )
Specify whether the inputted card data to be verified or not before storing |
public
boolean
|
|
public
integer
|
#
getCardVerification( )
Specify whether the inputted card data to be verified or not before storing |
public
string
|
#
getCurrency( )
ISO-4217 Three letter currency code Used in the request if CardVerification = CARD_VERIFICATION_YES. |
public
|
#
setCurrency( string $currency )
ISO-4217 Three letter currency code Used in the request if CardVerification = CARD_VERIFICATION_YES. |
Methods inherited from Mypos\IPC\Base
_addPostParam()
,
_processHtmlPost()
,
_processPost()
,
getCnf()
,
getOutputFormat()
,
isValidSignature()
,
setCnf()
,
setOutputFormat()
Constants summary
integer |
CARD_VERIFICATION_NO
|
#
1
|
integer |
CARD_VERIFICATION_YES
|
#
2
|