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

NAME

eBay::API::XML::DataType::StoreCustomListingHeaderType

DESCRIPTION

Configuration of a Store custom listing header.

SYNOPSIS

INHERITANCE

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

Subroutines:

setAddToFavoriteStores()

Specifies whether the custom header has a link to Add to Favorite Stores.

  Calls: SetStore
  RequiredInput: Conditionally

# Argument: 'xs:boolean'

isAddToFavoriteStores()

  Calls: GetStore
  Returned: Conditionally

# Returns: 'xs:boolean'

setDisplayType()

Display type for the custom listing header.

  Calls: SetStore
  RequiredInput: Conditionally

# Argument: 'ns:StoreCustomListingHeaderDisplayCodeType'

getDisplayType()

  Calls: GetStore
  Returned: Conditionally

# Returns: 'ns:StoreCustomListingHeaderDisplayCodeType'

setLinkToInclude()

Link to include in the custom header.

  Calls: SetStore
  RequiredInput: Conditionally

# Argument: reference to an array of 'ns:StoreCustomListingHeaderLinkType'

getLinkToInclude()

  Calls: GetStore
  Returned: Conditionally

# Returns: reference to an array of 'ns:StoreCustomListingHeaderLinkType'

setLogo()

Specifies whether the custom header has a logo.

  Calls: SetStore
  RequiredInput: Conditionally

# Argument: 'xs:boolean'

isLogo()

  Calls: GetStore
  Returned: Conditionally

# Returns: 'xs:boolean'

setSearchBox()

Specifies whether the custom header has a search box.

  Calls: SetStore
  RequiredInput: Conditionally

# Argument: 'xs:boolean'

isSearchBox()

  Calls: GetStore
  Returned: Conditionally

# Returns: 'xs:boolean'

setSignUpForStoreNewsletter()

Specifies whether the custom header has a link to Sign up for Store Newsletter.

  Calls: SetStore
  RequiredInput: Conditionally

# Argument: 'xs:boolean'

isSignUpForStoreNewsletter()

  Calls: GetStore
  Returned: Conditionally

# Returns: 'xs:boolean'