Trading_ReminderCustomizationType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_ReminderCustomizationType.h Trading_ReminderCustomizationType.m |
Overview
Specifies how to return certain reminder types from the user’s My eBay account.
@ingroup EBayAPIInterface
Tasks
-
durationInDaysThe length of time the reminder has existed in the user’s My eBay account,
property
in days. Valid values are 1-60. -
includeWhether to include information about this type of reminder in the response.
property
When true, the container is returned with default input parameters.
Properties
durationInDays
The length of time the reminder has existed in the user’s My eBay account,
in days. Valid values are 1-60.
@property (nonatomic, retain) NSNumber *durationInDaysDiscussion
The length of time the reminder has existed in the user’s My eBay account,
in days. Valid values are 1-60.
type : NSNumber, wrapper for primitive int
Declared In
Trading_ReminderCustomizationType.hinclude
Whether to include information about this type of reminder in the response.
When true, the container is returned with default input parameters.
@property (nonatomic, retain) NSNumber *includeDiscussion
Whether to include information about this type of reminder in the response.
When true, the container is returned with default input parameters.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_ReminderCustomizationType.h