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
-
buyingReminders
Contains the buying reminders in the user’s My eBay account that match
property
the request criteria. -
sellingReminders
Contains 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 *buyingReminders
Discussion
Contains the buying reminders in the user’s My eBay account that match
the request criteria.
type : class Trading_RemindersType
Declared In
Trading_GetMyeBayRemindersResponseType.h
sellingReminders
Contains the selling reminders in the user’s My eBay account that match
the request criteria.
@property (nonatomic, retain) Trading_RemindersType *sellingReminders
Discussion
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