/**
  * Extract tax records from a gifting payload.
  *
  * @return EbayEnterprise_Tax_Model_Record[]
  */
 protected function _extractGiftingTaxRecords()
 {
     return $this->_taxFactory->createTaxRecordsForTaxContainer(EbayEnterprise_Tax_Model_Record::SOURCE_ADDRESS_GIFTING, $this->_quoteId, $this->_addressId, $this->_shipGroup->getGiftPricing());
 }