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-
    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
  •   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
  •   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
  •   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
  •   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

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