PayPal\Api\ShippingCost::setTax PHP Method

setTax() public method

The tax percentage on the shipping amount.
public setTax ( Tax $tax )
$tax Tax
    public function setTax($tax)
    {
        $this->tax = $tax;
        return $this;
    }