PayPal\Api\PayoutItem::setReceiver PHP Method

setReceiver() public method

The receiver of the payment. Corresponds to the recipient_type value in the request.
public setReceiver ( string $receiver )
$receiver string
    public function setReceiver($receiver)
    {
        $this->receiver = $receiver;
        return $this;
    }