Trading_BotBlockRequestType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_BotBlockRequestType.h Trading_BotBlockRequestType.m |
Tasks
-
botBlockTokenAn encrypted token that eBay generates and that applications
property
need to pass as input to subsquent calls. One use of this might
be to block users from the site due to multiple call requests. -
botBlockUserInputThe user’s response to being asked to type the message
property
in the botblock challenge image (that is, the image
corresponding to BotBlockUrl that has been returned in a previous call). -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_BotBlockRequestType.hbotBlockToken
An encrypted token that eBay generates and that applications
need to pass as input to subsquent calls. One use of this might
be to block users from the site due to multiple call requests.
@property (nonatomic, retain) NSString *botBlockTokenDiscussion
An encrypted token that eBay generates and that applications
need to pass as input to subsquent calls. One use of this might
be to block users from the site due to multiple call requests.
type : NSString, wrapper for primitive string
Declared In
Trading_BotBlockRequestType.hbotBlockUserInput
The user’s response to being asked to type the message
in the botblock challenge image (that is, the image
corresponding to BotBlockUrl that has been returned in a previous call).
@property (nonatomic, retain) NSString *botBlockUserInputDiscussion
The user’s response to being asked to type the message
in the botblock challenge image (that is, the image
corresponding to BotBlockUrl that has been returned in a previous call).
type : NSString, wrapper for primitive string
Declared In
Trading_BotBlockRequestType.h