NAME
Shipment::FedEx::WSDL::RateTypes::CommercialInvoice
VERSION
version 3.10
DESCRIPTION
Perl data type class for the XML Schema defined complexType CommercialInvoice from the namespace http://fedex.com/ws/rate/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)
PurposeOfShipmentDescription (min/maxOccurs: 0/1)
CustomerInvoiceNumber (min/maxOccurs: 0/1)
OriginatorName (min/maxOccurs: 0/1)
TermsOfSale (min/maxOccurs: 0/1)
NAME
Shipment::FedEx::WSDL::RateTypes::CommercialInvoice
METHODS
new
Constructor. The following data structure may be passed to new():
{
# Shipment::FedEx::WSDL::RateTypes::CommercialInvoice
Comments
=>
$some_value
,
# string
FreightCharge
=> {
# Shipment::FedEx::WSDL::RateTypes::Money
Currency
=>
$some_value
,
# string
Amount
=>
$some_value
,
# decimal
},
TaxesOrMiscellaneousCharge
=> {},
# Shipment::FedEx::WSDL::RateTypes::Money
PackingCosts
=> {},
# Shipment::FedEx::WSDL::RateTypes::Money
HandlingCosts
=> {},
# Shipment::FedEx::WSDL::RateTypes::Money
SpecialInstructions
=>
$some_value
,
# string
DeclarationStatment
=>
$some_value
,
# string
PaymentTerms
=>
$some_value
,
# string
Purpose
=>
$some_value
,
# PurposeOfShipmentType
PurposeOfShipmentDescription
=>
$some_value
,
# string
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) 2018 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.