PayPal\Api\Transaction::getPurchaseUnitReferenceId PHP Method

getPurchaseUnitReferenceId() public method

Identifier to the purchase unit corresponding to this sale transaction
Deprecation: Use #getReferenceId instead
    public function getPurchaseUnitReferenceId()
    {
        return $this->purchase_unit_reference_id;
    }