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

Overview

Type defining the SellerProfilePreferences container. This container
consists of a flag that indicates whether or not the seller has opted into Business
Policies, as well as a list of Business Policies profiles that have been set up for the
seller’s account.



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

@ingroup EBayAPIInterface

Tasks

  •   sellerProfileOptedIn

    Boolean flag indicating whether or not a seller has opted in to Business
    Policies. Sellers must opt in to Business Policies to create and manage payment,
    return policy, and shipping profiles.



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

    property
  •   supportedSellerProfiles

    Container consisting of one or more Business Policies profiles active for a
    seller’s account. This container is only returned if SellerProfileOptedIn=true
    and the seller has one or more Business Policies profiles active on the account.



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

    property

Properties

sellerProfileOptedIn

Boolean flag indicating whether or not a seller has opted in to Business
Policies. Sellers must opt in to Business Policies to create and manage payment,
return policy, and shipping profiles.



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

@property (nonatomic, retain) NSNumber *sellerProfileOptedIn

Discussion

Boolean flag indicating whether or not a seller has opted in to Business
Policies. Sellers must opt in to Business Policies to create and manage payment,
return policy, and shipping profiles.



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

type : NSNumber, wrapper for primitive bool

Declared In

Trading_SellerProfilePreferencesType.h

supportedSellerProfiles

Container consisting of one or more Business Policies profiles active for a
seller’s account. This container is only returned if SellerProfileOptedIn=true
and the seller has one or more Business Policies profiles active on the account.



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

@property (nonatomic, retain) Trading_SupportedSellerProfilesType *supportedSellerProfiles

Discussion

Container consisting of one or more Business Policies profiles active for a
seller’s account. This container is only returned if SellerProfileOptedIn=true
and the seller has one or more Business Policies profiles active on the account.



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

type : class Trading_SupportedSellerProfilesType

Declared In

Trading_SellerProfilePreferencesType.h