PayPal\Api\ShippingAddress::getPreferredAddress PHP Method

getPreferredAddress() public method

Shipping Address marked as preferred by Payer.
Deprecation: Not publicly available
public getPreferredAddress ( ) : boolean
return boolean
    public function getPreferredAddress()
    {
        return $this->preferred_address;
    }