Trading_BotBlockRequestType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_BotBlockRequestType.h Trading_BotBlockRequestType.m |
Tasks
-
botBlockToken
An 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. -
botBlockUserInput
The 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 *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_BotBlockRequestType.h
botBlockToken
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 *botBlockToken
Discussion
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.h
botBlockUserInput
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 *botBlockUserInput
Discussion
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