PayPal\Api\PaymentSummary::setOther PHP Method

setOther() public method

Total Amount paid/refunded via other sources.
public setOther ( PayPal\Api\Currency $other )
$other PayPal\Api\Currency
    public function setOther($other)
    {
        $this->other = $other;
        return $this;
    }