Function Hook_ecommerce_tax_taxjar->post_param_tax_code

Definitions

sources/hooks/systems/ecommerce_tax/taxjar.php

  • Read a tax value from the POST environment specific for this tax service.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Parameters

Name Type Passed by reference? Variadic? Default Set Range Description
$name string No No required parameter N/A N/A Variable name

Returns

  • The value (blank: there are no POST parameters present specific for this tax service)
  • Type: string
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Read a tax value from the POST environment specific for this tax service.
 *
 * @param  string $name Variable name
 * @return string The value (blank: there are no POST parameters present specific for this tax service)
 */

public function post_param_tax_code(string $name) : string