Documentation

GatewayRequest
in package

Table of Contents

Properties

$txAmount  : mixed
$txCardExpiryMonth  : mixed
$txCardExpiryYear  : mixed
$txCardholderAddress  : mixed
$txCardholderEmailAddress  : mixed
$txCardholderFirstName  : mixed
$txCardholderLastName  : mixed
$txCardholderName  : mixed
$txCardholderPostalCode  : mixed
$txCardNumber  : mixed
$txCustomerBillingCountry  : mixed
$txCustomerID  : mixed
$txCustomerIPAddress  : mixed
$txCVN  : mixed
$txInvoiceDescription  : mixed
$txInvoiceReference  : mixed
$txOption1  : mixed
$txOption2  : mixed
$txOption3  : mixed
$txTransactionNumber  : mixed

Methods

__construct()  : mixed
CardExpiryMonth()  : mixed
CardExpiryYear()  : mixed
CardHolderName()  : mixed
CardNumber()  : mixed
CreateNode()  : mixed
Builds a simple XML Node
CustomerBillingCountry()  : mixed
CustomerIPAddress()  : mixed
CVN()  : mixed
EwayCustomerID()  : mixed
EwayOption1()  : mixed
EwayOption2()  : mixed
EwayOption3()  : mixed
GetTransactionNumber()  : mixed
InvoiceAmount()  : mixed
InvoiceDescription()  : mixed
InvoiceReference()  : mixed
PurchaserAddress()  : mixed
PurchaserEmailAddress()  : mixed
PurchaserFirstName()  : mixed
PurchaserLastName()  : mixed
PurchaserPostalCode()  : mixed
replaceEntities()  : string
replace XML entities
ToXml()  : mixed
TransactionNumber()  : mixed

Properties

Methods

CardExpiryMonth()

public CardExpiryMonth(mixed $value) : mixed
Parameters
$value : mixed

CardExpiryYear()

public CardExpiryYear(mixed $value) : mixed
Parameters
$value : mixed

CardHolderName()

public CardHolderName(mixed $value) : mixed
Parameters
$value : mixed

CreateNode()

Builds a simple XML Node

public CreateNode(mixed $NodeName, mixed $NodeValue) : mixed

'NodeName' is the anem of the node being created. 'NodeValue' is its value

Parameters
$NodeName : mixed
$NodeValue : mixed

CustomerBillingCountry()

public CustomerBillingCountry(mixed $value) : mixed
Parameters
$value : mixed

CustomerIPAddress()

public CustomerIPAddress(mixed $value) : mixed
Parameters
$value : mixed

EwayCustomerID()

public EwayCustomerID(mixed $value) : mixed
Parameters
$value : mixed

InvoiceAmount()

public InvoiceAmount(mixed $value) : mixed
Parameters
$value : mixed

InvoiceDescription()

public InvoiceDescription(mixed $value) : mixed
Parameters
$value : mixed

InvoiceReference()

public InvoiceReference(mixed $value) : mixed
Parameters
$value : mixed

PurchaserAddress()

public PurchaserAddress(mixed $value) : mixed
Parameters
$value : mixed

PurchaserEmailAddress()

public PurchaserEmailAddress(mixed $value) : mixed
Parameters
$value : mixed

PurchaserFirstName()

public PurchaserFirstName(mixed $value) : mixed
Parameters
$value : mixed

PurchaserLastName()

public PurchaserLastName(mixed $value) : mixed
Parameters
$value : mixed

PurchaserPostalCode()

public PurchaserPostalCode(mixed $value) : mixed
Parameters
$value : mixed

replaceEntities()

replace XML entities

public static replaceEntities(string $string) : string
// replace XML entites: $string = self::replaceEntities('This string contains < & >.');
Parameters
$string : string

string where XML special chars should be replaced

Return values
string

string with replaced chars

TransactionNumber()

public TransactionNumber(mixed $value) : mixed
Parameters
$value : mixed

        
On this page

Search results