PayPal\Api\CustomAmount::setAmount PHP Method

setAmount() public method

The custom amount value. Valid range is from -999999.99 to 999999.99.
public setAmount ( PayPal\Api\Currency $amount )
$amount PayPal\Api\Currency
    public function setAmount($amount)
    {
        $this->amount = $amount;
        return $this;
    }