Class AuthorizationReverse

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

Mypos\IPC\Base
Extended byMypos\IPC\AuthorizationReverse
Namespace: Mypos\IPC
Located at AuthorizationReverse.php

Methods summary

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

Return purchase object

public Mypos\IPC\AuthorizationReverse
#setOrderID( string $orderID )

Purchase identifier - must be unique

public Mypos\IPC\AuthorizationReverse
#setCurrency( string $currency )

ISO-4217 Three letter currency code

public Mypos\IPC\AuthorizationReverse
#setAmount( mixed $amount )

The amount for completion

public Mypos\IPC\Response
#process( )

Initiate API request

public boolean
#validate( )

Validate all set purchase details

public string
#getCurrency( )

ISO-4217 Three letter currency code

public string
#getOrderID( )

Purchase identifier

public mixed
#getAmount( )

The amount for completion

Properties summary

Properties inherited from Mypos\IPC\Base

$outputFormat