Name

USPS_MAILTYPE —

SYNOPSIS

DESCRIPTION

VARIABLE TYPE

Catalog variable

EXAMPLES

No examples are available at this time. We do consider this a problem and will try to supply some.

NOTES

AVAILABILITY

USPS_MAILTYPE is available in Interchange versions:

4.6.0-5.9.0 (git-head)

SOURCE

Interchange 5.9.0:

Source: code/UserTag/usps_query.tag
Line 79 (context shows lines 69-83)

return;
}

  if ($service eq 'PARCEL') {
if ($weight < .375 or $weight > 35) {
    $machinable = 'False';
}
  }

  if ($opt->{country}) {
$mailtype = lc ($opt->{mailtype} || $::Variable->{USPS_MAILTYPE} || 'package');
unless ($mailtypes{$mailtype}) {
    $error_msg = "unknown mail type '$mailtype'.";
    return;
}

AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!