Business-CanadaPost

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

            readytoship [1 or 0])

            readytoship specifies that you have the item already boxed or
            prepared for shipment.

            If this is set to 0, then Canada Post server's will calculate
            the most appropriate box listed in your account profile, and use
            it for its dimensions and shipping cost.

OBJECT METHODS
    Most errors are fatal. The tool tries to guess for you if a value seems
    out of whack.

  "geterror"
    Used to fetch the error set when a function return 0 for failure.

    Example:

            $object->getrequest or print "Error: " . $object->geterror() . "\n";

  "setlanguage"

README.mkdn  view on Meta::CPAN


(quantity, weight, length, width, height, description, readytoship [1 or 0])

readytoship specifies that you have the item already boxed or prepared for shipment.

If this is set to 0, then Canada Post server's will calculate the most appropriate box
listed in your account profile, and use it for its dimensions and shipping cost.

# OBJECT METHODS

Most errors are fatal.  The tool tries to guess for you if a value seems
out of whack.

## `geterror`

Used to fetch the error set when a function return 0 for failure.

Example:

	$object->getrequest or print "Error: " . $object->geterror() . "\n";

lib/Business/CanadaPost.pm  view on Meta::CPAN


readytoship specifies that you have the item already boxed or prepared for shipment.

If this is set to 0, then Canada Post server's will calculate the most appropriate box
listed in your account profile, and use it for its dimensions and shipping cost.

=back

=head1 OBJECT METHODS

Most errors are fatal.  The tool tries to guess for you if a value seems
out of whack.

=head2 C<geterror>

Used to fetch the error set when a function return 0 for failure.

Example:

	$object->getrequest or print "Error: " . $object->geterror() . "\n";



( run in 0.791 second using v1.01-cache-2.11-cpan-748bfb374f4 )