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

Overview

Type defining the CategoryGroup container, which defines the category
group to which the corresponding Business Policies profile will be applied, and a flag that
indicates whether or not that Business Policies profile is the default for that category
group.



Note:
Business Policies are not yet available for use on the eBay platform.

@ingroup EBayAPIInterface

Tasks

  •   name

    Defines the name of the category group tied to a Business Policies profile. Valid values are
    ALL (referring to all non-motor vehicle category groups) or MOTORS_VEHICLE (referring to
    only motor vehicle category groups).



    The CategoryGroup container is only returned in GetUserPreferences
    if the ShowSellerProfilePreferences field is included in the request
    and set to ‘true’.



    Note:
    Business Policies are not yet available for use on the eBay platform.

    property
  •   isDefault

    Identifies that the corresponding Business Policies profile is the default for the category
    group.



    The CategoryGroup container is only returned in GetUserPreferences
    if the ShowSellerProfilePreferences field is included in the request
    and set to ‘true’.



    Note:
    Business Policies are not yet available for use on the eBay platform.

    property

Properties

isDefault

Identifies that the corresponding Business Policies profile is the default for the category
group.



The CategoryGroup container is only returned in GetUserPreferences
if the ShowSellerProfilePreferences field is included in the request
and set to ‘true’.



Note:
Business Policies are not yet available for use on the eBay platform.

@property (nonatomic, retain) NSNumber *isDefault

Discussion

Identifies that the corresponding Business Policies profile is the default for the category
group.



The CategoryGroup container is only returned in GetUserPreferences
if the ShowSellerProfilePreferences field is included in the request
and set to ‘true’.



Note:
Business Policies are not yet available for use on the eBay platform.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_CategoryGroupType.h

name

Defines the name of the category group tied to a Business Policies profile. Valid values are
ALL (referring to all non-motor vehicle category groups) or MOTORS_VEHICLE (referring to
only motor vehicle category groups).



The CategoryGroup container is only returned in GetUserPreferences
if the ShowSellerProfilePreferences field is included in the request
and set to ‘true’.



Note:
Business Policies are not yet available for use on the eBay platform.

@property (nonatomic, retain) NSString *name

Discussion

Defines the name of the category group tied to a Business Policies profile. Valid values are
ALL (referring to all non-motor vehicle category groups) or MOTORS_VEHICLE (referring to
only motor vehicle category groups).



The CategoryGroup container is only returned in GetUserPreferences
if the ShowSellerProfilePreferences field is included in the request
and set to ‘true’.



Note:
Business Policies are not yet available for use on the eBay platform.

type : NSString, wrapper for primitive string

Declared In

Trading_CategoryGroupType.h