PayPal\Api\PotentialPayerInfo::setBillingAddress PHP Method

setBillingAddress() public method

Billing address of the potential payer.
Deprecation: Not publicly available
public setBillingAddress ( Address $billing_address )
$billing_address Address
    public function setBillingAddress($billing_address)
    {
        $this->billing_address = $billing_address;
        return $this;
    }