PaymentTransactionId Property
Contains the Transaction ID of a PayPal payment.
Object Oriented Interface
public function getPaymentTransactionId(); public function setPaymentTransactionId($value);
Procedural Interface
inpaypal_invoice_get($res, 82 ); inpaypal_invoice_set($res, 82, $value );
Default Value
''
Remarks
Contains the Transaction ID of a PayPal payment.
Note: This property is only used after a call to GetDetails is made, provided that the invoice was paid by PayPal.
Data Type
String