NAME
eBay::API::XML::DataType::LiveAuctionApprovalStatusType
DESCRIPTION
The approval status of a user who wants to bid on a live auction.
SYNOPSIS
INHERITANCE
eBay::API::XML::DataType::LiveAuctionApprovalStatusType inherits from the eBay::API::XML::BaseDataType class
Subroutines:
setStatus()
The bidder's approval status. Possible values are Approvied, Denied, or a message indicating a problem that prevented the bidder from being approved (or denied), such as an invalid ApproveBiddingLimit value.
# Argument: 'xs:string'
getStatus()
Calls: ApproveLiveAuctionBidders
Returned: Always
# Returns: 'xs:string'
setUserID()
User ID of the bidder.
# Argument: 'ns:UserIDType'
getUserID()
Calls: ApproveLiveAuctionBidders
Returned: Always
# Returns: 'ns:UserIDType'