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

NAME

Shipment::FedEx::WSDL::ShipTypes::CommercialInvoice

VERSION

version 0.16

DESCRIPTION

Perl data type class for the XML Schema defined complexType CommercialInvoice from the namespace http://fedex.com/ws/ship/v9.

CommercialInvoice element is required for electronic upload of CI data. It will serve to create/transmit an Electronic Commercial Invoice through the FedEx Systems. Customers are responsible for printing their own Commercial Invoice.If you would likeFedEx to generate a Commercial Invoice and transmit it to Customs. for clearance purposes, you need to specify that in the ShippingDocumentSpecification element. If you would like a copy of the Commercial Invoice that FedEx generated returned to you in reply it needs to be specified in the ETDDetail/RequestedDocumentCopies element. Commercial Invoice support consists of maximum of 99 commodity line items.

PROPERTIES

The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:

  • Comments (min/maxOccurs: 0/99)

  • FreightCharge (min/maxOccurs: 0/1)

  • TaxesOrMiscellaneousCharge (min/maxOccurs: 0/1)

  • PackingCosts (min/maxOccurs: 0/1)

  • HandlingCosts (min/maxOccurs: 0/1)

  • SpecialInstructions (min/maxOccurs: 0/1)

  • DeclarationStatment (min/maxOccurs: 0/1)

  • PaymentTerms (min/maxOccurs: 0/1)

  • Purpose (min/maxOccurs: 0/1)

  • CustomerInvoiceNumber (min/maxOccurs: 0/1)

  • OriginatorName (min/maxOccurs: 0/1)

  • TermsOfSale (min/maxOccurs: 0/1)

NAME

Shipment::FedEx::WSDL::ShipTypes::CommercialInvoice

METHODS

new

Constructor. The following data structure may be passed to new():

 { # Shipment::FedEx::WSDL::ShipTypes::CommercialInvoice
   Comments =>  $some_value, # string
   FreightCharge =>  { # Shipment::FedEx::WSDL::ShipTypes::Money
     Currency =>  $some_value, # string
     Amount =>  $some_value, # decimal
   },
   TaxesOrMiscellaneousCharge => {}, # Shipment::FedEx::WSDL::ShipTypes::Money
   PackingCosts => {}, # Shipment::FedEx::WSDL::ShipTypes::Money
   HandlingCosts => {}, # Shipment::FedEx::WSDL::ShipTypes::Money
   SpecialInstructions =>  $some_value, # string
   DeclarationStatment =>  $some_value, # string
   PaymentTerms =>  $some_value, # string
   Purpose => $some_value, # PurposeOfShipmentType
   CustomerInvoiceNumber =>  $some_value, # string
   OriginatorName =>  $some_value, # string
   TermsOfSale => $some_value, # TermsOfSaleType
 },

AUTHOR

Generated by SOAP::WSDL

AUTHOR

Andrew Baerg <baergaj@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Andrew Baerg.

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