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
-
buyingReminders
Specifies the type of buying reminders for which you want information.
property -
sellingReminders
Specifies 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 *buyingReminders
Discussion
Specifies the type of buying reminders for which you want information.
type : class Trading_ReminderCustomizationType
Declared In
Trading_GetMyeBayRemindersRequestType.h
sellingReminders
Specifies the type of selling reminders for which you want information.
@property (nonatomic, retain) Trading_ReminderCustomizationType *sellingReminders
Discussion
Specifies the type of selling reminders for which you want information.
type : class Trading_ReminderCustomizationType
Declared In
Trading_GetMyeBayRemindersRequestType.h