GeneralResponse

The GeneralResponse class contains the status of a response and return code, which was delivered by mPAY24 as an answer of your request

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 basic values from the response from mPAY24: status and return code

GeneralResponse(string $response) 
inherited

Arguments

$response

string

The SOAP response from mPAY24 (in XML form)

Get the status of the request, which was sent to mPAY24

getStatus() 
inherited

Get the return code from the request, which was sent to mPAY24

getReturnCode() 
inherited

Set the status in the response, which was delivered by mPAY24

setStatus(string $status) 
inherited

Arguments

$status

string

Status

Set the return code in the response, which was delivered by mPAY24

setReturnCode(string $returnCode) 
inherited

Arguments

$returnCode

string

Return code

Properties

The status of the request, which was sent to mPAY24

status

The return code from the request, which was sent to mPAY24

returnCode