Tim Keefer > eBay-API > eBay::API::XML::DataType::BotBlockResponseType

Download:
eBay-API-0.25.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View/Report Bugs
Source  

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'

syntax highlighting: