interface ProcessTransactionResultInterface (View source)

Methods

string|int
getProcessorReference()

Transaction reference of the processor plaform

string|int
getReference()

Returns the reference of the transaction created on the transaction platform

processedAt()

Returns the date time at wich the transaction was processed

string
getStatusText()

The tranasction status text

array|object
getResponse()

Transaction processor response object

bool
isValidated()

Boolean value indicating validated transactions

Details

string|int getProcessorReference()

Transaction reference of the processor plaform

Return Value

string|int

string|int getReference()

Returns the reference of the transaction created on the transaction platform

Return Value

string|int

DateTimeInterface processedAt()

Returns the date time at wich the transaction was processed

Return Value

DateTimeInterface

string getStatusText()

The tranasction status text

Return Value

string

array|object getResponse()

Transaction processor response object

Return Value

array|object

bool isValidated()

Boolean value indicating validated transactions

Return Value

bool