PayPal\Api\FundingSource::setNegativeBalanceAmount PHP Method

setNegativeBalanceAmount() public method

Additional amount to be pulled from the instrument to recover a negative balance on the buyer's account that is owed to PayPal.
public setNegativeBalanceAmount ( PayPal\Api\Currency $negative_balance_amount )
$negative_balance_amount PayPal\Api\Currency
    public function setNegativeBalanceAmount($negative_balance_amount)
    {
        $this->negative_balance_amount = $negative_balance_amount;
        return $this;
    }