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

NAME

eBay::API::XML::DataType::FeeType

DESCRIPTION

Identifies the name and monetary amount of a fee that a member pays to eBay (or an eBay company). These fee names and values are intended only as an aid to help estimate the fees for a listing. Use GetAccount for an accurate final fee breakdown. Returned in AddItemResponseType and related response types.

SYNOPSIS

INHERITANCE

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

Subroutines:

setFee()

Amount of the fee that eBay will charge the member for the item. See the eBay.com Web site online help for a current fee schedule.

SeeLink: URL: http://pages.ebay.com/help/sell/fees.html Title: eBay.com Fees

# Argument: 'ns:AmountType'

getFee()

  Calls: AddItem
         AddLiveAuctionItem
         RelistItem
         ReviseItem
         ReviseLiveAuctionItem
         VerifyAddItem
  Returned: Always

# Returns: 'ns:AmountType'

setName()

Name of the fee, for identification purposes. See the eBay Web Services guide for a list of current fee names.

SeeLink: URL: http://developer.ebay.com/DevZone/XML/docs/WebHelp/ListingItems-Fees_Resulting_from_Listing_an_Item.html Title: Fees Resulting from Listing an Item

# Argument: 'xs:string'

getName()

  Calls: AddItem
         AddLiveAuctionItem
         RelistItem
         ReviseItem
         ReviseLiveAuctionItem
         VerifyAddItem
  Returned: Always

# Returns: 'xs:string'