TransactionTime Property
Local transaction time from the original authorization response.
Object Oriented Interface
public function getTransactionTime(); public function setTransactionTime($value);
Procedural Interface
inpaydirect_tsysdetailrecord_get($res, 42 ); inpaydirect_tsysdetailrecord_set($res, 42, $value );
Default Value
'000000'
Remarks
This six digit field contains a local transaction time associated with the transaction being settled. If the transaction was authorized on-line, this field must contain the value returned in the original authorization response message. If the transaction was processed off-line, this field must contain a Point of Sale (POS) device generated time. This field must appear in HHMMSS format.
Data Type
String