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
    the request criteria.

    property
  •   sellingReminders

    Contains the selling reminders in the user’s My eBay account that match
    the request criteria.

    property

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