Overview
  • Namespace
  • Class

Namespaces

  • Mypos
    • IPC

Classes

  • Base
  • Card
  • CardStore
  • Cart
  • Config
  • Customer
  • Defines
  • GetTxnStatus
  • Helper
  • IAPurchase
  • IAStoreCard
  • IAStoredCardUpdate
  • IPCGetTxnLog
  • Loader
  • MandateManagement
  • Purchase
  • Refund
  • RequestMoney
  • Response
  • Reversal

Exceptions

  • IPC_Exception

Class IAStoredCardUpdate

Process IPC method: IPCIAStoreCard. Collect, validate and send API params

Mypos\IPC\Base
Extended by Mypos\IPC\CardStore
Extended by Mypos\IPC\IAStoredCardUpdate
Namespace: Mypos\IPC
Located at IAStoredCardUpdate.php

Methods summary

public
# __construct( Mypos\IPC\Config $cnf )

Return purchase object

Return purchase object

Parameters

$cnf
public Mypos\IPC\Card
# getCard( )

Card object

Card object

Returns

Mypos\IPC\Card
public
# setCard( Mypos\IPC\Card $card )

Card object

Card object

Parameters

$card
public Mypos\IPC\Response
# process( )

Initiate API request

Initiate API request

Returns

Mypos\IPC\Response
public boolean
# validate( )

Validate all set purchase details

Validate all set purchase details

Returns

boolean

Throws

Mypos\IPC\IPC_Exception

Overrides

Mypos\IPC\CardStore::validate

Methods inherited from Mypos\IPC\CardStore

getAmount(), getCardVerification(), getCurrency(), setAmount(), setCardVerification(), setCurrency()

Methods inherited from Mypos\IPC\Base

_addPostParam(), _processHtmlPost(), _processPost(), getCnf(), getOutputFormat(), isValidSignature(), setCnf(), setOutputFormat()

Constants summary

Constants inherited from Mypos\IPC\CardStore

CARD_VERIFICATION_NO, CARD_VERIFICATION_YES

Properties summary

Properties inherited from Mypos\IPC\Base

$outputFormat

API documentation generated by ApiGen