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

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::StoreLogoType

DESCRIPTION ^

Store logo.

SYNOPSIS ^

INHERITANCE ^

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

Subroutines: ^

setLogoID()

Store logo ID (use GetStoreOptions to get the list of valid logo IDs).

  Calls: SetStore
  RequiredInput: Conditionally

# Argument: 'xs:int'

getLogoID()

  Calls: GetStore
  Returned: Conditionally

  Calls: GetStoreOptions
  Returned: Always

# Returns: 'xs:int'

setName()

Store logo name. Provides a user-friendly name for the logo.

  Calls: SetStore
  RequiredInput: Conditionally

# Argument: 'xs:string'

getName()

  Calls: GetStore
  Returned: Conditionally

  Calls: GetStoreOptions
  Returned: Always

# Returns: 'xs:string'

setURL()

URL of the logo. Must have a .gif or .jpg extention. Specified when you are using a customized logo.

  Calls: SetStore
  RequiredInput: Conditionally

# Argument: 'xs:anyURI'

getURL()

  Calls: GetStore
  Returned: Conditionally

# Returns: 'xs:anyURI'

syntax highlighting: