The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

DESCRIPTION

Container of token and user reply.

SYNOPSIS

INHERITANCE

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

Subroutines:

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'