NAME
Shipment::Temando::WSDL::Types::DispatchDetails
VERSION
version 3.10
DESCRIPTION
Perl data type class for the XML Schema defined complexType DispatchDetails from the namespace http://' . $Shipment::Temando::WSDL::Interfaces::quoting_Service::quoting_port::ns_url . '/schema/2009_06/common.xsd.
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
reference (min/maxOccurs: 0/1)
carrierName (min/maxOccurs: 0/1)
carrierId (min/maxOccurs: 0/1)
accountNo (min/maxOccurs: 0/1)
creatorId (min/maxOccurs: 0/1)
currency (min/maxOccurs: 0/1)
changedCarrier (min/maxOccurs: 0/1)
consignmentEdited (min/maxOccurs: 0/1)
consignmentNumber (min/maxOccurs: 0/1)
consignmentDate (min/maxOccurs: 0/1)
deliveryMethod (min/maxOccurs: 0/1)
rateName (min/maxOccurs: 0/1)
description (min/maxOccurs: 0/1)
distanceMeasurementType (min/maxOccurs: 0/1)
weightMeasurementType (min/maxOccurs: 0/1)
length (min/maxOccurs: 0/1)
width (min/maxOccurs: 0/1)
height (min/maxOccurs: 0/1)
actualWeight (min/maxOccurs: 0/1)
chargeableWeight (min/maxOccurs: 0/1)
actualCubic (min/maxOccurs: 0/1)
chargeableCubic (min/maxOccurs: 0/1)
actualQuantity (min/maxOccurs: 0/1)
chargeableQuantity (min/maxOccurs: 0/1)
basePrice (min/maxOccurs: 0/1)
surcharges (min/maxOccurs: 0/1)
tax (min/maxOccurs: 0/1)
totalPrice (min/maxOccurs: 0/1)
originZoneName (min/maxOccurs: 0/1)
originContactName (min/maxOccurs: 0/1)
originCompanyName (min/maxOccurs: 0/1)
originStreet (min/maxOccurs: 0/1)
originSuburb (min/maxOccurs: 0/1)
originState (min/maxOccurs: 0/1)
originCode (min/maxOccurs: 0/1)
originCountry (min/maxOccurs: 0/1)
originPhone1 (min/maxOccurs: 0/1)
originPhone2 (min/maxOccurs: 0/1)
originFax (min/maxOccurs: 0/1)
originEmail (min/maxOccurs: 0/1)
destinationZoneName (min/maxOccurs: 0/1)
destinationContactName (min/maxOccurs: 0/1)
destinationCompanyName (min/maxOccurs: 0/1)
destinationStreet (min/maxOccurs: 0/1)
destinationSuburb (min/maxOccurs: 0/1)
destinationState (min/maxOccurs: 0/1)
destinationCode (min/maxOccurs: 0/1)
destinationCountry (min/maxOccurs: 0/1)
destinationPhone1 (min/maxOccurs: 0/1)
destinationPhone2 (min/maxOccurs: 0/1)
destinationFax (min/maxOccurs: 0/1)
destinationEmail (min/maxOccurs: 0/1)
NAME
Shipment::Temando::WSDL::Types::DispatchDetails
METHODS
new
Constructor. The following data structure may be passed to new():
{ # Shipment::Temando::WSDL::Types::DispatchDetails
reference => $some_value, # CarrierReference
carrierName => $some_value, # CompanyName
carrierId => $some_value, # CarrierId
accountNo => $some_value, # CarrierAccountNumber
creatorId => $some_value, # CarrierCreatorId
currency => $some_value, # CurrencyType
changedCarrier => $some_value, # YesNoOption
consignmentEdited => $some_value, # YesNoOption
consignmentNumber => $some_value, # ConsignmentNumber
consignmentDate => $some_value, # Date
deliveryMethod => $some_value, # DeliveryMethod
rateName => $some_value, # RateName
description => $some_value, # ItemDescription
distanceMeasurementType => $some_value, # DistanceMeasurementType
weightMeasurementType => $some_value, # WeightMeasurementType
length => $some_value, # Length
width => $some_value, # Width
height => $some_value, # Height
actualWeight => $some_value, # Weight
chargeableWeight => $some_value, # Weight
actualCubic => $some_value, # Cubic
chargeableCubic => $some_value, # Cubic
actualQuantity => $some_value, # Quantity
chargeableQuantity => $some_value, # Quantity
basePrice => $some_value, # CurrencyAmount
surcharges => $some_value, # CurrencyAmount
tax => $some_value, # CurrencyAmount
totalPrice => $some_value, # CurrencyAmount
originZoneName => $some_value, # ZoneName
originContactName => $some_value, # ContactName
originCompanyName => $some_value, # CompanyName
originStreet => $some_value, # Address
originSuburb => $some_value, # Suburb
originState => $some_value, # State
originCode => $some_value, # PostalCode
originCountry => $some_value, # CountryCode
originPhone1 => $some_value, # Phone
originPhone2 => $some_value, # Phone
originFax => $some_value, # Fax
originEmail => $some_value, # Email
destinationZoneName => $some_value, # ZoneName
destinationContactName => $some_value, # ContactName
destinationCompanyName => $some_value, # CompanyName
destinationStreet => $some_value, # Address
destinationSuburb => $some_value, # Suburb
destinationState => $some_value, # State
destinationCode => $some_value, # PostalCode
destinationCountry => $some_value, # CountryCode
destinationPhone1 => $some_value, # Phone
destinationPhone2 => $some_value, # Phone
destinationFax => $some_value, # Fax
destinationEmail => $some_value, # Email
},
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.