TransactionStatusResponse

Extends \GeneralResponse

The TransactionStatusResponse class contains a generalResponse object and all the parameters, returned with the confirmation from mPAY24

author mPAY24 GmbH <support@mpay24.com>
version $Id: MPay24Api.php 5522 2013-06-24 13:08:35Z anna $
filesource MPay24Api.php
license http://ec.europa.eu/idabc/eupl.html EUPL, Version 1.1

Methods

Sets the values for a transaction from the response from mPAY24: STATUS, PRICE, CURRENCY, LANGUAGE, etc

TransactionStatusResponse(string $response) 
inherited

Arguments

$response

string

The SOAP response from mPAY24 (in XML form)

Get the count of all the paramerters for a transaction

getParamCount() 
inherited

Get the parameters for a transaction, returned from mPAY24

getParams() 
inherited

Get the parameter's value, returned from mPAY24

getParam(string $i) 
inherited

Arguments

$i

string

The name of a parameter (for example: STATUS, PRICE, CURRENCY, etc)

Set a value for a parameter

setParam(string $name, string $value) 
inherited

Arguments

$name

string

The name of a parameter (for example: STATUS, PRICE, CURRENCY, etc)

$value

string

The value of the parameter

Get the object, that contains the basic values from the response from mPAY24: status and return code

getGeneralResponse() 
inherited

Properties

An object, that represents the basic values from the response from mPAY24: status and return code

generalResponse

A list with all the parameters for a transaction

params

The count of all the paramerters for a transaction

paramCount