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

Overview

Contains the message portion of a listing tip that is returned by the Listing Analyzer engine.

@ingroup EBayAPIInterface

Tasks

  •   listingTipMessageID

    Identifier for the tip message. Primarily for internal use. This value may change over time.

    property
  •   shortMessage

    Brief version of the tip message.

    property
  •   longMessage

    Detailed version of the tip message.

    property
  •   helpURLPath

    Path part of a URL for a “Learn More” link that points to a relevant eBay Web site online help page.
    The path is relative to http://pages.ebay.XX, where XX is the 2-letter site code
    (e.g., http://pages.ebay.de for the eBay Germany site). Applications should append the
    URL to the appropriate path for the user’s site.

    property
  •   any

    (public property)

    property

Properties

any

(public property)

@property (nonatomic, retain) NSMutableArray *any

Discussion

(public property)

entry type : PicoAnyElement, wrapper for primitive anyelement

Declared In

Trading_ListingTipMessageType.h

helpURLPath

Path part of a URL for a “Learn More” link that points to a relevant eBay Web site online help page.
The path is relative to http://pages.ebay.XX, where XX is the 2-letter site code
(e.g., http://pages.ebay.de for the eBay Germany site). Applications should append the
URL to the appropriate path for the user’s site.

@property (nonatomic, retain) NSString *helpURLPath

Discussion

Path part of a URL for a “Learn More” link that points to a relevant eBay Web site online help page.
The path is relative to http://pages.ebay.XX, where XX is the 2-letter site code
(e.g., http://pages.ebay.de for the eBay Germany site). Applications should append the
URL to the appropriate path for the user’s site.

type : NSString, wrapper for primitive string

Declared In

Trading_ListingTipMessageType.h

listingTipMessageID

Identifier for the tip message. Primarily for internal use. This value may change over time.

@property (nonatomic, retain) NSString *listingTipMessageID

Discussion

Identifier for the tip message. Primarily for internal use. This value may change over time.

type : NSString, wrapper for primitive string

Declared In

Trading_ListingTipMessageType.h

longMessage

Detailed version of the tip message.

@property (nonatomic, retain) NSString *longMessage

Discussion

Detailed version of the tip message.

type : NSString, wrapper for primitive string

Declared In

Trading_ListingTipMessageType.h

shortMessage

Brief version of the tip message.

@property (nonatomic, retain) NSString *shortMessage

Discussion

Brief version of the tip message.

type : NSString, wrapper for primitive string

Declared In

Trading_ListingTipMessageType.h