Trading_SupportedSellerProfileType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_SupportedSellerProfileType.h Trading_SupportedSellerProfileType.m |
Overview
Type defining the SupportedSellerProfile container, which contains
summary information related to specific Business Policies payment, return policy, and shipping
profiles. The profile type is found in the ProfileType field.
Note:
Business Policies are not yet available for use on the eBay platform.
@ingroup EBayAPIInterface
Tasks
-
profileID
Unique identifier of a Business Policies profile. This identifier is auto-
property
generated by eBay when the seller creates the profile. This field is always
returned with the SupportedSellerProfile container.
Note:
Business Policies are not yet available for use on the eBay platform.
-
profileType
Indicates the type of the Business Policies profile. Valid values are PAYMENT,
property
RETURN_POLICY, and SHIPPING. This field is always returned with the
SupportedSellerProfile container.
Note:
Business Policies are not yet available for use on the eBay platform.
-
profileName
The seller-defined name for a Business Policies profile. This field is always
property
returned with the SupportedSellerProfile container.
Note:
Business Policies are not yet available for use on the eBay platform.
-
shortSummary
Seller-provided description of a Business Policies profile. This field is only
property
returned if a seller has provided a description for the profile.
Note:
Business Policies are not yet available for use on the eBay platform.
-
categoryGroup
Identifies the the Business Policies category group associated with the Business
property
Policies profile. Current values are ALL (referring to all non-motor vehicle
categories) and MOTORS_VEHICLE (for motor vehicle listings).
Note:
Business Policies are not yet available for use on the eBay platform.
Properties
categoryGroup
Identifies the the Business Policies category group associated with the Business
Policies profile. Current values are ALL (referring to all non-motor vehicle
categories) and MOTORS_VEHICLE (for motor vehicle listings).
Note:
Business Policies are not yet available for use on the eBay platform.
@property (nonatomic, retain) Trading_CategoryGroupType *categoryGroup
Discussion
Identifies the the Business Policies category group associated with the Business
Policies profile. Current values are ALL (referring to all non-motor vehicle
categories) and MOTORS_VEHICLE (for motor vehicle listings).
Note:
Business Policies are not yet available for use on the eBay platform.
type : class Trading_CategoryGroupType
Declared In
Trading_SupportedSellerProfileType.h
profileID
Unique identifier of a Business Policies profile. This identifier is auto-
generated by eBay when the seller creates the profile. This field is always
returned with the SupportedSellerProfile container.
Note:
Business Policies are not yet available for use on the eBay platform.
@property (nonatomic, retain) NSNumber *profileID
Discussion
Unique identifier of a Business Policies profile. This identifier is auto-
generated by eBay when the seller creates the profile. This field is always
returned with the SupportedSellerProfile container.
Note:
Business Policies are not yet available for use on the eBay platform.
type : NSNumber, wrapper for primitive long
Declared In
Trading_SupportedSellerProfileType.h
profileName
The seller-defined name for a Business Policies profile. This field is always
returned with the SupportedSellerProfile container.
Note:
Business Policies are not yet available for use on the eBay platform.
@property (nonatomic, retain) NSString *profileName
Discussion
The seller-defined name for a Business Policies profile. This field is always
returned with the SupportedSellerProfile container.
Note:
Business Policies are not yet available for use on the eBay platform.
type : NSString, wrapper for primitive string
Declared In
Trading_SupportedSellerProfileType.h
profileType
Indicates the type of the Business Policies profile. Valid values are PAYMENT,
RETURN_POLICY, and SHIPPING. This field is always returned with the
SupportedSellerProfile container.
Note:
Business Policies are not yet available for use on the eBay platform.
@property (nonatomic, retain) NSString *profileType
Discussion
Indicates the type of the Business Policies profile. Valid values are PAYMENT,
RETURN_POLICY, and SHIPPING. This field is always returned with the
SupportedSellerProfile container.
Note:
Business Policies are not yet available for use on the eBay platform.
type : NSString, wrapper for primitive string
Declared In
Trading_SupportedSellerProfileType.h
shortSummary
Seller-provided description of a Business Policies profile. This field is only
returned if a seller has provided a description for the profile.
Note:
Business Policies are not yet available for use on the eBay platform.
@property (nonatomic, retain) NSString *shortSummary
Discussion
Seller-provided description of a Business Policies profile. This field is only
returned if a seller has provided a description for the profile.
Note:
Business Policies are not yet available for use on the eBay platform.
type : NSString, wrapper for primitive string
Declared In
Trading_SupportedSellerProfileType.h