eBay::API::XML::DataType::StoreColorType - eBay::API::XML::DataType::StoreColorType documentation


eBay-API documentation  | view source Contained in the eBay-API distribution.

Index


NAME

Top

eBay::API::XML::DataType::StoreColorType

DESCRIPTION

Top

Store color set.

SYNOPSIS

Top

INHERITANCE

Top

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

Subroutines:

Top

setAccent()

Accent color for the Store. Specified in 6-digit Hex format. For example: F6F6C9

MaxLength: 6

  Calls: SetStore
  RequiredInput: Conditionally

# Argument: 'xs:string'

getAccent()

  Calls: GetStore
  Returned: Conditionally

  Calls: GetStoreOptions
  Returned: Always

# Returns: 'xs:string'

setPrimary()

Primary color for the Store. Specified in 6-digit Hex format. For example: F6F6C9

MaxLength: 6

  Calls: SetStore
  RequiredInput: Conditionally

# Argument: 'xs:string'

getPrimary()

  Calls: GetStore
  Returned: Conditionally

  Calls: GetStoreOptions
  Returned: Always

# Returns: 'xs:string'

setSecondary()

Secondary color for the Store. Specified in 6-digit Hex format. For example: F6F6C9

MaxLength: 6

  Calls: SetStore
  RequiredInput: Conditionally

# Argument: 'xs:string'

getSecondary()

  Calls: GetStore
  Returned: Conditionally

  Calls: GetStoreOptions
  Returned: Always

# Returns: 'xs:string'


eBay-API documentation  | view source Contained in the eBay-API distribution.