NAME

eBay::API::XML::DataType::EndOfAuctionEmailPreferencesType

DESCRIPTION

Contains the seller's preferences for the end of auction (EOA) email to the buyer.

SYNOPSIS

INHERITANCE

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

Subroutines:

setCopyEmail()

Indicates whether or not the seller wishes to receive a copy of the customized email sent to the winning buyer.

Calls: SetUserPreferences
RequiredInput: No

# Argument: 'xs:boolean'

isCopyEmail()

Calls: GetUserPreferences
Returned: Conditionally

# Returns: 'xs:boolean'

setEmailCustomized()

Indicates whether or not the seller wishes to send a customized email to winning buyers.

Calls: SetUserPreferences
RequiredInput: No

# Argument: 'xs:boolean'

isEmailCustomized()

Calls: GetUserPreferences
Returned: Conditionally

# Returns: 'xs:boolean'

setLogoCustomized()

Indicates whether or not the seller wishes to include a logo in the customized email.

Calls: SetUserPreferences
RequiredInput: No

# Argument: 'xs:boolean'

isLogoCustomized()

Calls: GetUserPreferences
Returned: Conditionally

# Returns: 'xs:boolean'

setLogoType()

The type of logo to include in the customized email.

Calls: SetUserPreferences
RequiredInput: No
AllValuesExcept: None

# Argument: 'ns:EndOfAuctionLogoTypeCodeType'

getLogoType()

Calls: GetUserPreferences
Returned: Conditionally

# Returns: 'ns:EndOfAuctionLogoTypeCodeType'

setLogoURL()

The URL of the logo to include in the customized email.

Calls: SetUserPreferences
RequiredInput: No

# Argument: 'xs:anyURI'

getLogoURL()

Calls: GetUserPreferences
Returned: Conditionally

# Returns: 'xs:anyURI'

setTemplateText()

The text of the custom message for the end of auction (for auctions) or end of transaction (for Buy It Now) emails.

Calls: SetUserPreferences
RequiredInput: No

# Argument: 'xs:string'

getTemplateText()

Calls: GetUserPreferences
Returned: Conditionally

# Returns: 'xs:string'

setTextCustomized()

Indicates whether or not the text of the customized message will be customized.

Calls: SetUserPreferences
RequiredInput: No

# Argument: 'xs:boolean'

isTextCustomized()

Calls: GetUserPreferences
Returned: Conditionally

# Returns: 'xs:boolean'