Trading_GetMyeBayRemindersRequestType Class Reference
| Inherits from | Trading_AbstractRequestType : NSObject |
| Declared in | Trading_GetMyeBayRemindersRequestType.h Trading_GetMyeBayRemindersRequestType.m |
Overview
Requests totals for the Buying and Selling reminders from the user's
My eBay account.
@ingroup EBayAPIInterface
Tasks
-
buyingRemindersSpecifies the type of buying reminders for which you want information.
property -
sellingRemindersSpecifies the type of selling reminders for which you want information.
property
Properties
buyingReminders
Specifies the type of buying reminders for which you want information.
@property (nonatomic, retain) Trading_ReminderCustomizationType *buyingRemindersDiscussion
Specifies the type of buying reminders for which you want information.
type : class Trading_ReminderCustomizationType
Declared In
Trading_GetMyeBayRemindersRequestType.hsellingReminders
Specifies the type of selling reminders for which you want information.
@property (nonatomic, retain) Trading_ReminderCustomizationType *sellingRemindersDiscussion
Specifies the type of selling reminders for which you want information.
type : class Trading_ReminderCustomizationType
Declared In
Trading_GetMyeBayRemindersRequestType.h