eBay::API::XML::DataType::ShippingPackageDetailsType - eBay::API::XML::DataType::ShippingPackageDetailsType documentation


eBay-API documentation  | view source Contained in the eBay-API distribution.

Index


NAME

Top

eBay::API::XML::DataType::ShippingPackageDetailsType

DESCRIPTION

Top

Details about type of package used to ship an item.

SYNOPSIS

Top

INHERITANCE

Top

eBay::API::XML::DataType::ShippingPackageDetailsType inherits from the eBay::API::XML::BaseDataType class

Subroutines:

Top

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'


eBay-API documentation  | view source Contained in the eBay-API distribution.