NAME
eBay::API::XML::DataType::WishListType
DESCRIPTION
This type contains the data for one eBay Express wish list.
SYNOPSIS
INHERITANCE
eBay::API::XML::DataType::WishListType inherits from the eBay::API::XML::BaseDataType class
Subroutines:
setDescription()
User-entered description of the wish list.
# Argument: 'xs:string'
getDescription()
Calls: GetExpressWishList
Returned: Conditionally
# Returns: 'xs:string'
setFirstName()
eBay user first name.
# Argument: 'xs:string'
getFirstName()
Calls: GetExpressWishList
Returned: Always
# Returns: 'xs:string'
setLastName()
eBay user last name.
# Argument: 'xs:string'
getLastName()
Calls: GetExpressWishList
Returned: Always
# Returns: 'xs:string'
setName()
The user-assigned name of the wish list.
# Argument: 'xs:string'
getName()
Calls: GetExpressWishList
Returned: Always
# Returns: 'xs:string'
setUserLocation()
Location of the creator of the wish list (Example: CA, United States).
# Argument: 'xs:string'
getUserLocation()
Calls: GetExpressWishList
Returned: Always
# Returns: 'xs:string'
setWishListEntry()
Product or item the user has added to the wish list. Returned only if request specifies WishListID.
# Argument: reference to an array of 'ns:WishListEntryType'
getWishListEntry()
Calls: GetExpressWishList
Returned: Conditionally
# Returns: reference to an array of 'ns:WishListEntryType'
setWishListID()
ID that uniquely identifies an eBay Express wish list.
# Argument: 'xs:string'
getWishListID()
Calls: GetExpressWishList
Returned: Always
# Returns: 'xs:string'
setWishListURL()
The URL of the wish list.
# Argument: 'xs:anyURI'
getWishListURL()
Calls: GetExpressWishList
Returned: Always
# Returns: 'xs:anyURI'