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
-
profileIDUnique 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.
-
profileTypeIndicates 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.
-
profileNameThe 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.
-
shortSummarySeller-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.
-
categoryGroupIdentifies 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 *categoryGroupDiscussion
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.hprofileID
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 *profileIDDiscussion
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.hprofileName
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 *profileNameDiscussion
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.hprofileType
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 *profileTypeDiscussion
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.hshortSummary
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 *shortSummaryDiscussion
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