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

NAME

Shipment::FedEx::WSDL::RateTypes::FreightShipmentDetail

VERSION

version 0.12

DESCRIPTION

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

Data applicable to shipments using FEDEX_FREIGHT and FEDEX_NATIONAL_FREIGHT services.

PROPERTIES

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

  • FedExFreightAccountNumber (min/maxOccurs: 0/1)

  • FedExFreightBillingContactAndAddress (min/maxOccurs: 0/1)

  • FedExNationalFreightAccountNumber (min/maxOccurs: 0/1)

  • FedExNationalFreightBillingContactAndAddress (min/maxOccurs: 0/1)

  • Role (min/maxOccurs: 0/1)

  • PaymentType (min/maxOccurs: 0/1)

  • DeclaredValuePerUnit (min/maxOccurs: 0/1)

  • DeclaredValueUnits (min/maxOccurs: 0/1)

  • LiabilityCoverageDetail (min/maxOccurs: 0/1)

  • Coupons (min/maxOccurs: 0/unbounded)

  • TotalHandlingUnits (min/maxOccurs: 0/1)

  • ClientDiscountPercent (min/maxOccurs: 0/1)

  • PalletWeight (min/maxOccurs: 0/1)

  • ShipmentDimensions (min/maxOccurs: 0/1)

  • Comment (min/maxOccurs: 0/1)

  • SpecialServicePayments (min/maxOccurs: 0/unbounded)

  • LineItems (min/maxOccurs: 0/unbounded)

NAME

Shipment::FedEx::WSDL::RateTypes::FreightShipmentDetail

METHODS

new

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

 { # Shipment::FedEx::WSDL::RateTypes::FreightShipmentDetail
   FedExFreightAccountNumber =>  $some_value, # string
   FedExFreightBillingContactAndAddress =>  { # Shipment::FedEx::WSDL::RateTypes::ContactAndAddress
     Contact =>  { # Shipment::FedEx::WSDL::RateTypes::Contact
       ContactId =>  $some_value, # string
       PersonName =>  $some_value, # string
       Title =>  $some_value, # string
       CompanyName =>  $some_value, # string
       PhoneNumber =>  $some_value, # string
       PhoneExtension =>  $some_value, # string
       PagerNumber =>  $some_value, # string
       FaxNumber =>  $some_value, # string
       EMailAddress =>  $some_value, # string
     },
     Address =>  { # Shipment::FedEx::WSDL::RateTypes::Address
       StreetLines =>  $some_value, # string
       City =>  $some_value, # string
       StateOrProvinceCode =>  $some_value, # string
       PostalCode =>  $some_value, # string
       UrbanizationCode =>  $some_value, # string
       CountryCode =>  $some_value, # string
       Residential =>  $some_value, # boolean
     },
   },
   FedExNationalFreightAccountNumber =>  $some_value, # string
   FedExNationalFreightBillingContactAndAddress => {}, # Shipment::FedEx::WSDL::RateTypes::ContactAndAddress
   Role => $some_value, # FreightShipmentRoleType
   PaymentType => $some_value, # FreightAccountPaymentType
   DeclaredValuePerUnit =>  { # Shipment::FedEx::WSDL::RateTypes::Money
     Currency =>  $some_value, # string
     Amount =>  $some_value, # decimal
   },
   DeclaredValueUnits =>  $some_value, # string
   LiabilityCoverageDetail =>  { # Shipment::FedEx::WSDL::RateTypes::LiabilityCoverageDetail
     CoverageType => $some_value, # LiabilityCoverageType
     CoverageAmount => {}, # Shipment::FedEx::WSDL::RateTypes::Money
   },
   Coupons =>  $some_value, # string
   TotalHandlingUnits =>  $some_value, # nonNegativeInteger
   ClientDiscountPercent =>  $some_value, # decimal
   PalletWeight =>  { # Shipment::FedEx::WSDL::RateTypes::Weight
     Units => $some_value, # WeightUnits
     Value =>  $some_value, # decimal
   },
   ShipmentDimensions =>  { # Shipment::FedEx::WSDL::RateTypes::Dimensions
     Length => $some_value, # atomic
     Width => $some_value, # atomic
     Height => $some_value, # atomic
     Units => $some_value, # LinearUnits
   },
   Comment =>  $some_value, # string
   SpecialServicePayments =>  { # Shipment::FedEx::WSDL::RateTypes::FreightSpecialServicePayment
     SpecialService => $some_value, # ShipmentSpecialServiceType
     PaymentType => $some_value, # FreightAccountPaymentType
   },
   LineItems =>  { # Shipment::FedEx::WSDL::RateTypes::FreightShipmentLineItem
     FreightClass => $some_value, # FreightClassType
     Packaging => $some_value, # PhysicalPackagingType
     Description =>  $some_value, # string
     Weight => {}, # Shipment::FedEx::WSDL::RateTypes::Weight
     Dimensions => {}, # Shipment::FedEx::WSDL::RateTypes::Dimensions
     Volume =>  { # Shipment::FedEx::WSDL::RateTypes::Volume
       Units => $some_value, # VolumeUnits
       Value =>  $some_value, # decimal
     },
   },
 },

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.