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'