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

Overview

Details relating to the response to a message.

@ingroup EBayAPIInterface

Tasks

  •   responseEnabled

    Whether a message can be responded
    to. To respond to a message, use the URL
    in ResponseURL. You may need to log into the eBay
    Web site to complete the response.

    property
  •   responseURL

    A URL that the recipient must visit to respond to a
    message. Responding may require logging
    into the eBay Web site.

    property
  •   userResponseDate

    The date and time the user responded to a
    message

    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_MyMessagesResponseDetailsType.h

responseEnabled

Whether a message can be responded
to. To respond to a message, use the URL
in ResponseURL. You may need to log into the eBay
Web site to complete the response.

@property (nonatomic, retain) NSNumber *responseEnabled

Discussion

Whether a message can be responded
to. To respond to a message, use the URL
in ResponseURL. You may need to log into the eBay
Web site to complete the response.

type : NSNumber, wrapper for primitive bool

Declared In

Trading_MyMessagesResponseDetailsType.h

responseURL

A URL that the recipient must visit to respond to a
message. Responding may require logging
into the eBay Web site.

@property (nonatomic, retain) NSString *responseURL

Discussion

A URL that the recipient must visit to respond to a
message. Responding may require logging
into the eBay Web site.

type : NSString, wrapper for primitive string

Declared In

Trading_MyMessagesResponseDetailsType.h

userResponseDate

The date and time the user responded to a
message

@property (nonatomic, retain) NSDate *userResponseDate

Discussion

The date and time the user responded to a
message

type : NSDate, wrapper for primitive date

Declared In

Trading_MyMessagesResponseDetailsType.h