Function Hook_ecommerce_tax_taxjar->get_tax_service_label
Definitions
sources/hooks/systems/ecommerce_tax/taxjar.php
- Get the name of this tax service.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: string
Returns
- The name of the tax service
- Type: SHORT_TEXT
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Get the name of this tax service.
*
* @return SHORT_TEXT The name of the tax service
*/
public function get_tax_service_label() : string
* Get the name of this tax service.
*
* @return SHORT_TEXT The name of the tax service
*/
public function get_tax_service_label() : string

