Tim Keefer > eBay-API > eBay::API::XML::DataType::ListingDurationDefinitionType

Download:
eBay-API-0.25.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View/Report Bugs
Source  

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'

syntax highlighting: