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

NAME

eBay::API::XML::DataType::WishListEntryType

DESCRIPTION

This type contains details about the product or item a user has added to a wish list.

SYNOPSIS

INHERITANCE

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

Subroutines:

setCreationDate()

Date the item or product was added to the wish list.

# Argument: 'xs:dateTime'

getCreationDate()

# Returns: 'xs:dateTime'

setItem()

Item details, returned if the wish list entry is an item, as opposed to a product.

# Argument: 'ns:ItemType'

getItem()

# Returns: 'ns:ItemType'

setNotes()

Notes the user has entered about the product or item, only returned if notes exist.

# Argument: 'xs:string'

getNotes()

# Returns: 'xs:string'

setProduct()

Product details, returned if the wish list entry is a product, as opposed to an item.

# Argument: 'ns:ExpressProductType'

getProduct()

# Returns: 'ns:ExpressProductType'

setQuantityReceived()

Quantity of the item or product already received by the user.

# Argument: 'xs:int'

getQuantityReceived()

# Returns: 'xs:int'

setQuantityWanted()

User-specified desired quantity of the item or product.

# Argument: 'xs:int'

getQuantityWanted()

# Returns: 'xs:int'