Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_MyeBaySelectionType.h
Trading_MyeBaySelectionType.m

Overview

Specifies how to return the result list for My eBay features such as saved
searches, favorite sellers, and second chance offers.

@ingroup EBayAPIInterface

Tasks

  •   include

    Specifies whether or not to include the container in the response.
    Set the value to true to return the default set of fields for the
    container. Not needed if you set a value for at least one other field
    in the container.



    If you set DetailLevel to ReturnAll, set Include to false to exclude
    the container from the response.

    property
  •   includeItemCount

    Specifies whether or not to include the item count in the response.
    Set the value to true to return the default set of fields for the
    container. Not needed if you set a value for at least one other field
    in the container.



    If you set DetailLevel to ReturnAll, set Include to false to exclude
    the container from the response.

    property
  •   includeFavoriteSellerCount

    Specifies whether or not to include FavoriteSellerCount in the response.
    Set the value to true to return the default set of fields for the
    container. Not needed if you set a value for at least one other field
    in the container.



    If you set DetailLevel to ReturnAll, set Include to false to exclude
    the container from the response.

    property
  •   sort

    Specifies the sort order of the result. Default is Ascending.

    property
  •   maxResults

    Specifies the maximum number of items in the returned list.
    If not specified, returns all items in the list.

    property
  •   userDefinedListName

    Specifies that only the user defined list whose name matches
    the given name should be in the returned list. If the user does
    not have a matching record, no data is returned. If this
    element is omitted, the information for all records is returned.
    For use only within the UserDefinedLists element.

    property
  •   includeListContents

    Specify true to return the full user defined list contents in
    the response’s UserDefinedList containers. A value of
    false means only a summary of the user defined list will be
    returned. The default value is false.

    property
  •   any

    (public property)

    property

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Trading_MyeBaySelectionType.h

include

Specifies whether or not to include the container in the response.
Set the value to true to return the default set of fields for the
container. Not needed if you set a value for at least one other field
in the container.



If you set DetailLevel to ReturnAll, set Include to false to exclude
the container from the response.

@property (nonatomic, retain) NSNumber *include

Discussion

Specifies whether or not to include the container in the response.
Set the value to true to return the default set of fields for the
container. Not needed if you set a value for at least one other field
in the container.



If you set DetailLevel to ReturnAll, set Include to false to exclude
the container from the response.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_MyeBaySelectionType.h

includeFavoriteSellerCount

Specifies whether or not to include FavoriteSellerCount in the response.
Set the value to true to return the default set of fields for the
container. Not needed if you set a value for at least one other field
in the container.



If you set DetailLevel to ReturnAll, set Include to false to exclude
the container from the response.

@property (nonatomic, retain) NSNumber *includeFavoriteSellerCount

Discussion

Specifies whether or not to include FavoriteSellerCount in the response.
Set the value to true to return the default set of fields for the
container. Not needed if you set a value for at least one other field
in the container.



If you set DetailLevel to ReturnAll, set Include to false to exclude
the container from the response.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_MyeBaySelectionType.h

includeItemCount

Specifies whether or not to include the item count in the response.
Set the value to true to return the default set of fields for the
container. Not needed if you set a value for at least one other field
in the container.



If you set DetailLevel to ReturnAll, set Include to false to exclude
the container from the response.

@property (nonatomic, retain) NSNumber *includeItemCount

Discussion

Specifies whether or not to include the item count in the response.
Set the value to true to return the default set of fields for the
container. Not needed if you set a value for at least one other field
in the container.



If you set DetailLevel to ReturnAll, set Include to false to exclude
the container from the response.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_MyeBaySelectionType.h

includeListContents

Specify true to return the full user defined list contents in
the response’s UserDefinedList containers. A value of
false means only a summary of the user defined list will be
returned. The default value is false.

@property (nonatomic, retain) NSNumber *includeListContents

Discussion

Specify true to return the full user defined list contents in
the response’s UserDefinedList containers. A value of
false means only a summary of the user defined list will be
returned. The default value is false.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_MyeBaySelectionType.h

maxResults

Specifies the maximum number of items in the returned list.
If not specified, returns all items in the list.

@property (nonatomic, retain) NSNumber *maxResults

Discussion

Specifies the maximum number of items in the returned list.
If not specified, returns all items in the list.

type : NSNumber, wrapper for primitive int

Declared In

Trading_MyeBaySelectionType.h

sort

Specifies the sort order of the result. Default is Ascending.

@property (nonatomic, retain) NSString *sort

Discussion

Specifies the sort order of the result. Default is Ascending.

type: string constant in Trading_SortOrderCodeType.h

Declared In

Trading_MyeBaySelectionType.h

userDefinedListName

Specifies that only the user defined list whose name matches
the given name should be in the returned list. If the user does
not have a matching record, no data is returned. If this
element is omitted, the information for all records is returned.
For use only within the UserDefinedLists element.

@property (nonatomic, retain) NSString *userDefinedListName

Discussion

Specifies that only the user defined list whose name matches
the given name should be in the returned list. If the user does
not have a matching record, no data is returned. If this
element is omitted, the information for all records is returned.
For use only within the UserDefinedLists element.

type : NSString, wrapper for primitive string

Declared In

Trading_MyeBaySelectionType.h