public function createOrReplaceSalesTaxRequest($country_code, $jurisdiction_id, $sales_tax_base)
    {
        // Verify the required parameter 'country_code' is set.
        if ($country_code === null || (\is_array($country_code) && count($country_code) === 0)) {
            throw new \InvalidArgumentException('Missing the required parameter $country_code when calling createOrReplaceSalesTax');