NAME
eBay::API::XML::DataType::LiveAuctionDetailsType
DESCRIPTION
Describes the live auction-specific details of a lot item.
SYNOPSIS
INHERITANCE
eBay::API::XML::DataType::LiveAuctionDetailsType inherits from the eBay::API::XML::BaseDataType class
Subroutines:
setHighEstimate()
Highest appraised value for the item. Must be greater than zero and greater than the value in LowEstimate. (Pass an integer value only, not a double.)
Calls: AddLiveAuctionItem
RequiredInput: Yes
Calls: ReviseLiveAuctionItem
RequiredInput: No
# Argument: 'ns:AmountType'
getHighEstimate()
# Returns: 'ns:AmountType'
setLotNumber()
Lot number defined by the seller. Each lot number must be unique within the schedule. A lot number can consist of 1-10 alphanumeric characters beginning with a number from 0-9. If all values are numbers, the highest allowed value is 2147483647.
Calls: AddLiveAuctionItem
RequiredInput: Yes
Calls: ReviseLiveAuctionItem
RequiredInput: No
# Argument: 'xs:string'
getLotNumber()
# Returns: 'xs:string'
setLowEstimate()
Lowest appraised value for the item. Must be greater than zero and less than the value in HighEstimate. (Pass an integer value only, not a double.)
Calls: AddLiveAuctionItem
RequiredInput: Yes
Calls: ReviseLiveAuctionItem
RequiredInput: No
# Argument: 'ns:AmountType'
getLowEstimate()
# Returns: 'ns:AmountType'
setScheduleID()
Number that identifies the sale schedule for the lot. The schedule ID must be for a pending sale associated with the catalog identified in UserCatalogID. Call GetLiveAuctionCatalogDetails to determine the valid schedule IDs for the catalog.
Calls: AddLiveAuctionItem
ReviseLiveAuctionItem
RequiredInput: Yes
# Argument: 'xs:int'
getScheduleID()
# Returns: 'xs:int'
setUserCatalogID()
Number that identifies the seller's eBay Live Auctions catalog within which the lot item will be listed. Use GetLiveAuctionCatalogDetails to determine the seller's available catalog IDs.
Calls: AddLiveAuctionItem
RequiredInput: Yes
# Argument: 'xs:int'
getUserCatalogID()
# Returns: 'xs:int'