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
-
durationInDays
The length of time the reminder has existed in the user’s My eBay account,
property
in days. Valid values are 1-60. -
include
Whether 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 *durationInDays
Discussion
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.h
include
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 *include
Discussion
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