TransactionId Property
Merchant-generated transaction Id used for all transactions.
Object Oriented Interface
public function getTransactionId(); public function setTransactionId($value);
Procedural Interface
inpay_recurringbilling_get($res, 101 ); inpay_recurringbilling_set($res, 101, $value );
Default Value
''
Remarks
This property is used to send a merchant-generated transaction id to the Gateway, if the gateway supports that feature.
Data Type
String