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

NAME

eBay::API::XML::DataType::BotBlockResponseType

DESCRIPTION

Container of token and image URL and Audio URL.

SYNOPSIS

INHERITANCE

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

Subroutines:

setBotBlockAudioUrl()

The URL of the audio-clip that your application should provide for sight-impaired users. The BotBlockAudioUrl audio-clip corresponds to the BotBlockUrl image.

# Argument: 'xs:string'

getBotBlockAudioUrl()

  Calls: PlaceOffer
  Returned: Conditionally

# Returns: 'xs:string'

setBotBlockToken()

An encrypted token generated by eBay when the botblock mechanism is triggered. This token is mapped to BotBlockUrl and BotBlockAudioUrl.

# Argument: 'xs:string'

getBotBlockToken()

  Calls: PlaceOffer
  Returned: Conditionally

# Returns: 'xs:string'

setBotBlockUrl()

The URL of the image that your application should display to the user for a botblock challenge.

# Argument: 'xs:string'

getBotBlockUrl()

  Calls: PlaceOffer
  Returned: Conditionally

# Returns: 'xs:string'