time); $this->_model = new TaxcodeModel((array)$response); } public function getTaxRateRef(): Collection { return collect($this->SalesTaxRateList->TaxRateDetail) ->pluck('TaxRateRef.value'); } }