PayPal\PayPalAPI\AddressVerifyRequestType::__construct PHP Method

__construct() public method

Constructor with arguments
public __construct ( $Email = null, $Street = null, $Zip = null )
    public function __construct($Email = null, $Street = null, $Zip = null)
    {
        $this->Email = $Email;
        $this->Street = $Street;
        $this->Zip = $Zip;
    }
AddressVerifyRequestType