Trading_GetMyeBayRemindersResponseType Class Reference
| Inherits from | Trading_AbstractResponseType : NSObject |
| Declared in | Trading_GetMyeBayRemindersResponseType.h Trading_GetMyeBayRemindersResponseType.m |
Overview
Returns totals of various reminder types from the user’s My eBay account.
@ingroup EBayAPIInterface
Tasks
-
buyingRemindersContains the buying reminders in the user’s My eBay account that match
property
the request criteria. -
sellingRemindersContains the selling reminders in the user’s My eBay account that match
property
the request criteria.
Properties
buyingReminders
Contains the buying reminders in the user’s My eBay account that match
the request criteria.
@property (nonatomic, retain) Trading_RemindersType *buyingRemindersDiscussion
Contains the buying reminders in the user’s My eBay account that match
the request criteria.
type : class Trading_RemindersType
Declared In
Trading_GetMyeBayRemindersResponseType.hsellingReminders
Contains the selling reminders in the user’s My eBay account that match
the request criteria.
@property (nonatomic, retain) Trading_RemindersType *sellingRemindersDiscussion
Contains the selling reminders in the user’s My eBay account that match
the request criteria.
type : class Trading_RemindersType
Declared In
Trading_GetMyeBayRemindersResponseType.h