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

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

DESCRIPTION ^

Store color set.

SYNOPSIS ^

INHERITANCE ^

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

Subroutines: ^

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'

syntax highlighting: