NAME

Shipment::FedEx::WSDL::RateTypes::NaftaCertificateOfOriginDetail

VERSION

version 3.10

DESCRIPTION

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

Data required to produce a Certificate of Origin document.

PROPERTIES

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

  • Format (min/maxOccurs: 0/1)

  • BlanketPeriod (min/maxOccurs: 0/1)

  • ImporterSpecification (min/maxOccurs: 0/1)

  • SignatureContact (min/maxOccurs: 0/1)

  • ProducerSpecification (min/maxOccurs: 0/1)

  • Producers (min/maxOccurs: 0/unbounded)

  • CustomerImageUsages (min/maxOccurs: 0/unbounded)

NAME

Shipment::FedEx::WSDL::RateTypes::NaftaCertificateOfOriginDetail

METHODS

new

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

{ # Shipment::FedEx::WSDL::RateTypes::NaftaCertificateOfOriginDetail
  Format =>  { # Shipment::FedEx::WSDL::RateTypes::ShippingDocumentFormat
    Dispositions =>  { # Shipment::FedEx::WSDL::RateTypes::ShippingDocumentDispositionDetail
      DispositionType => $some_value, # ShippingDocumentDispositionType
      Grouping => $some_value, # ShippingDocumentGroupingType
      EMailDetail =>  { # Shipment::FedEx::WSDL::RateTypes::ShippingDocumentEMailDetail
        EMailRecipients =>  { # Shipment::FedEx::WSDL::RateTypes::ShippingDocumentEMailRecipient
          RecipientType => $some_value, # EMailNotificationRecipientType
          Address =>  $some_value, # string
        },
        Grouping => $some_value, # ShippingDocumentEMailGroupingType
      },
      PrintDetail =>  { # Shipment::FedEx::WSDL::RateTypes::ShippingDocumentPrintDetail
        PrinterId =>  $some_value, # string
      },
    },
    TopOfPageOffset =>  { # Shipment::FedEx::WSDL::RateTypes::LinearMeasure
      Value =>  $some_value, # decimal
      Units => $some_value, # LinearUnits
    },
    ImageType => $some_value, # ShippingDocumentImageType
    StockType => $some_value, # ShippingDocumentStockType
    ProvideInstructions =>  $some_value, # boolean
    Localization =>  { # Shipment::FedEx::WSDL::RateTypes::Localization
      LanguageCode =>  $some_value, # string
      LocaleCode =>  $some_value, # string
    },
  },
  BlanketPeriod =>  { # Shipment::FedEx::WSDL::RateTypes::DateRange
    Begins =>  $some_value, # date
    Ends =>  $some_value, # date
  },
  ImporterSpecification => $some_value, # NaftaImporterSpecificationType
  SignatureContact =>  { # 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
  },
  ProducerSpecification => $some_value, # NaftaProducerSpecificationType
  Producers =>  { # Shipment::FedEx::WSDL::RateTypes::NaftaProducer
    Id =>  $some_value, # string
    Producer =>  { # Shipment::FedEx::WSDL::RateTypes::Party
      AccountNumber =>  $some_value, # string
      Tins =>  { # Shipment::FedEx::WSDL::RateTypes::TaxpayerIdentification
        TinType => $some_value, # TinType
        Number =>  $some_value, # string
        Usage =>  $some_value, # string
      },
      Contact => {}, # Shipment::FedEx::WSDL::RateTypes::Contact
      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
      },
    },
  },
  CustomerImageUsages =>  { # Shipment::FedEx::WSDL::RateTypes::CustomerImageUsage
    Type => $some_value, # CustomerImageUsageType
    Id => $some_value, # ImageId
  },
},

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.