The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

eBay::API::XML::DataType::UnitOfMeasurementType

DESCRIPTION

Provides a mapping between suggested unit of measure strings and other, less popular strings.

SYNOPSIS

INHERITANCE

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

Subroutines:

setAlternateText()

A synonym for the unit of measure (such as a fully spelled out name like "inches" instead of the standard abbreviation). This can be used to help a seller map unit names they use in their own catalog to unit names that are more popular on eBay.

# Argument: reference to an array of 'xs:string'

getAlternateText()

  Calls: GeteBayDetails
  Returned: Conditionally

# Returns: reference to an array of 'xs:string'

setSuggestedText()

The preferred way to specify a given unit of measure name, such as "in." (instead of "inches" or the " (double quote) symbol).

# Argument: 'xs:string'

getSuggestedText()

  Calls: GeteBayDetails
  Returned: Conditionally

# Returns: 'xs:string'