eBay::API::XML::Call::AddSecondChanceItem::AddSecondChanceItemResponseType - eBay::API::XML::Call::AddSecondChanceItem::AddSecondChanceItemResponseType documentation


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

Index


NAME

Top

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

DESCRIPTION

Top

AddSecondChanceItem response for a new Second Chance Offer listing.

SYNOPSIS

Top

INHERITANCE

Top

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

Subroutines:

Top

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'


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