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

NAME

eBay::API::XML::Call::AddSecondChanceItem::AddSecondChanceItemResponseType

DESCRIPTION

AddSecondChanceItem response for a new Second Chance Offer listing.

SYNOPSIS

INHERITANCE

eBay::API::XML::Call::AddSecondChanceItem::AddSecondChanceItemResponseType inherits from the eBay::API::XML::ResponseDataType class

Subroutines:

setEndTime()

Indicates the date and time when the second chance offer listing expires, at which time the listing ends (if the recipient user does not purchase the item first).

# Argument: 'xs:dateTime'

getEndTime()

  Returned: Always
#    Returns: 'xs:dateTime'

setItemID()

Contains the item ID for the new second chance offer listing. Different from the original ItemID passed in the request.

MaxLength: 19 (Note: The eBay database specifies 38. Currently, Item IDs are usually 9 to 12 digits)

# Argument: 'ns:ItemIDType'

getItemID()

  Returned: Always
#    Returns: 'ns:ItemIDType'

setStartTime()

Indicates the date and time when the the new second chance offer listing became active and the recipient user could purchase the item.

# Argument: 'xs:dateTime'

getStartTime()

  Returned: Always
#    Returns: 'xs:dateTime'