eBay::API::XML::DataType::BotBlockRequestType - eBay::API::XML::DataType::BotBlockRequestType documentation


eBay-API documentation  | view source Contained in the eBay-API distribution.

Index


NAME

Top

eBay::API::XML::DataType::BotBlockRequestType

DESCRIPTION

Top

Container of token and user reply.

SYNOPSIS

Top

INHERITANCE

Top

eBay::API::XML::DataType::BotBlockRequestType inherits from the eBay::API::XML::BaseDataType class

Subroutines:

Top

setBotBlockToken()

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.

  Calls: PlaceOffer
  RequiredInput: Conditionally

# Argument: 'xs:string'

getBotBlockToken()

# Returns: 'xs:string'

setBotBlockUserInput()

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).

  Calls: PlaceOffer
  RequiredInput: Conditionally

# Argument: 'xs:string'

getBotBlockUserInput()

# Returns: 'xs:string'


eBay-API documentation  | view source Contained in the eBay-API distribution.