NAME

Shipment::FedEx::WSDL::ShipTypes::FreightShipmentDetail

VERSION

version 3.10

DESCRIPTION

Perl data type class for the XML Schema defined complexType FreightShipmentDetail from the namespace http://fedex.com/ws/ship/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)

  • PrintedReferences (min/maxOccurs: 0/unbounded)

  • Role (min/maxOccurs: 0/1)

  • PaymentType (min/maxOccurs: 0/1)

  • CollectTermsType (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)

  • HazardousMaterialsEmergencyContactNumber (min/maxOccurs: 0/1)

  • LineItems (min/maxOccurs: 0/unbounded)

NAME

Shipment::FedEx::WSDL::ShipTypes::FreightShipmentDetail

METHODS

new

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

{ # Shipment::FedEx::WSDL::ShipTypes::FreightShipmentDetail
  FedExFreightAccountNumber =>  $some_value, # string
  FedExFreightBillingContactAndAddress =>  { # Shipment::FedEx::WSDL::ShipTypes::ContactAndAddress
    Contact =>  { # Shipment::FedEx::WSDL::ShipTypes::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::ShipTypes::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
    },
  },
  PrintedReferences =>  { # Shipment::FedEx::WSDL::ShipTypes::PrintedReference
    Type => $some_value, # PrintedReferenceType
    Value =>  $some_value, # string
  },
  Role => $some_value, # FreightShipmentRoleType
  PaymentType => $some_value, # FreightAccountPaymentType
  CollectTermsType => $some_value, # FreightCollectTermsType
  DeclaredValuePerUnit =>  { # Shipment::FedEx::WSDL::ShipTypes::Money
    Currency =>  $some_value, # string
    Amount =>  $some_value, # decimal
  },
  DeclaredValueUnits =>  $some_value, # string
  LiabilityCoverageDetail =>  { # Shipment::FedEx::WSDL::ShipTypes::LiabilityCoverageDetail
    CoverageType => $some_value, # LiabilityCoverageType
    CoverageAmount => {}, # Shipment::FedEx::WSDL::ShipTypes::Money
  },
  Coupons =>  $some_value, # string
  TotalHandlingUnits =>  $some_value, # nonNegativeInteger
  ClientDiscountPercent =>  $some_value, # decimal
  PalletWeight =>  { # Shipment::FedEx::WSDL::ShipTypes::Weight
    Units => $some_value, # WeightUnits
    Value =>  $some_value, # decimal
  },
  ShipmentDimensions =>  { # Shipment::FedEx::WSDL::ShipTypes::Dimensions
    Length =>  $some_value, # nonNegativeInteger
    Width =>  $some_value, # nonNegativeInteger
    Height =>  $some_value, # nonNegativeInteger
    Units => $some_value, # LinearUnits
  },
  Comment =>  $some_value, # string
  SpecialServicePayments =>  { # Shipment::FedEx::WSDL::ShipTypes::FreightSpecialServicePayment
    SpecialService => $some_value, # ShipmentSpecialServiceType
    PaymentType => $some_value, # FreightAccountPaymentType
  },
  HazardousMaterialsEmergencyContactNumber =>  $some_value, # string
  LineItems =>  { # Shipment::FedEx::WSDL::ShipTypes::FreightShipmentLineItem
    FreightClass => $some_value, # FreightClassType
    ClassProvidedByCustomer =>  $some_value, # boolean
    HandlingUnits =>  $some_value, # nonNegativeInteger
    Packaging => $some_value, # PhysicalPackagingType
    Pieces =>  $some_value, # nonNegativeInteger
    NmfcCode =>  $some_value, # string
    HazardousMaterials => $some_value, # HazardousCommodityOptionType
    BillOfLadingNumber =>  $some_value, # string
    PurchaseOrderNumber =>  $some_value, # string
    Description =>  $some_value, # string
    Weight => {}, # Shipment::FedEx::WSDL::ShipTypes::Weight
    Dimensions => {}, # Shipment::FedEx::WSDL::ShipTypes::Dimensions
    Volume =>  { # Shipment::FedEx::WSDL::ShipTypes::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) 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.