NAME
eBay::API::XML::DataType::ShippingPackageDetailsType
DESCRIPTION
Details about type of package used to ship an item.
SYNOPSIS
INHERITANCE
eBay::API::XML::DataType::ShippingPackageDetailsType inherits from the eBay::API::XML::BaseDataType class
Subroutines:
setDefault()
Indicates if the package type is the default for the specified site.
# Argument: 'xs:boolean'
isDefault()
Calls: GeteBayDetails
Returned: Conditionally
# Returns: 'xs:boolean'
setDescription()
Full name of the shipping package for display purposes.
# Argument: 'xs:string'
getDescription()
Calls: GeteBayDetails
Returned: Conditionally
# Returns: 'xs:string'
setPackageID()
Numeric identifier. Some applications use this ID to look up shipping packages more efficiently.
# Argument: 'xs:int'
getPackageID()
Calls: GeteBayDetails
Returned: Conditionally
# Returns: 'xs:int'
setShippingPackage()
Value used for the shipping package. For a list of valid values that you can cache for future use, call GeteBayDetails with DetailName set to ShippingPackageDetails.
# Argument: 'ns:ShippingPackageCodeType'
getShippingPackage()
Calls: GeteBayDetails
Returned: Conditionally
# Returns: 'ns:ShippingPackageCodeType'