Trading_CategoryGroupType Class Reference
| 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
-
nameDefines the name of the category group tied to a Business Policies profile. Valid values are
property
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.
-
isDefaultIdentifies that the corresponding Business Policies profile is the default for the category
property
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.
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 *isDefaultDiscussion
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.hname
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 *nameDiscussion
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