PayPal\Api\PayoutItem::setAmount PHP Method

setAmount() public method

The amount of money to pay the receiver.
public setAmount ( PayPal\Api\Currency $amount )
$amount PayPal\Api\Currency
    public function setAmount($amount)
    {
        $this->amount = $amount;
        return $this;
    }