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

NAME

eBay::API::XML::DataType::ListingDurationDefinitionType

DESCRIPTION

A container node for a set of durations that apply to a certain listing type.

SYNOPSIS

INHERITANCE

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

Subroutines:

setDuration()

Specifies the length of time an auction can be open, in days. The allowed durations vary according to the type of listing. The value GTC means Good Til Canceled.

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

getDuration()

  Calls: GetCategoryFeatures
  Returned: Conditionally
  Details: DetailLevel: ReturnAll

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

setDurationSetID()

Identifies the type of listing to which the set of durations applies. The durationSetID value corresponds to the listing types returned in Category.ListingDuration (also in the call response).

# Argument: 'xs:int'

getDurationSetID()

  Calls: GetCategoryFeatures
  Returned: Conditionally
  Details: DetailLevel: ReturnAll

# Returns: 'xs:int'