This would make everything residential. There is no way to tell it appears, so the alternative might be to add a checkbox for someone to check if it is commercial named isCommercial with the value of "1" and make the code something like:
$UPS_XML .= "</Address></Shipper><ShipTo><Address>";
if (isset($_POST["isCommercial"])) {
$UPS_XML .= "<ResidentialAddressIndica tor/>";
}