The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::Easypost::CustomsItem

VERSION

version 0.23

SYNOPSIS

 Net::Easypost::CustomsItem->new

NAME

 Net::Easypost::CustomsItem

ATTRIBUTES

description
 string: Required, description of item being shipped
quantity
 float: Required, greater than zero
value
 float (USD): Required, greater than zero, total value (unit value * quantity)
weight
 float (oz): Required, greater than zero, total weight (unit weight * quantity)
hs_tariff_number
 string: Harmonized Tariff Schedule, e.g. "6109.10.0012" for Men's T-shirts
code
 string: SKU/UPC or other product identifier
origin_country
 string: Required, 2 char country code
currency
 string: 3 char currency code, default USD

AUTHOR

Mark Allen <mrallen1@yahoo.com>, Hunter McMillen <mcmillhj@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Mark Allen.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.