Trading_BidApprovalType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_BidApprovalType.h Trading_BidApprovalType.m |
Overview
Information that a Live Auction seller selects when approving or denying
a user who wants to bid on items in the seller’s Live Auctions catalog.
@ingroup EBayAPIInterface
Tasks
-
userIDUser ID for the bidder to be approved.
property
Only bidders who have requested approval can be approved.
That is, the seller cannot approve a bidder who has not
requested approval.
(Bidders request approval via the eBay Live Auctions
Web site UI.)
When you are approving bidders, if you pass in multiple
BidApproval entries with duplicate UserID values,
the last entry with that UserID takes precedence (and the earlier
duplicate UserID entries are ignored). -
approvedBiddingLimitMaximum amount that the seller will allow the specified user to bid.
property
This field is required if the auction house has requested that the
bidder enter an amount for the seller’s approval. (The bidder requests
a maximum bidding limit, but the seller can specify a different maximum
bidding limit.) -
declinedCommentComments entered by seller when an approval request is denied.
property
This is required if the seller sets Status to Denied. -
statusIndicates whether the seller approves or denies the bidder's
property
approval request. -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_BidApprovalType.happrovedBiddingLimit
Maximum amount that the seller will allow the specified user to bid.
This field is required if the auction house has requested that the
bidder enter an amount for the seller’s approval. (The bidder requests
a maximum bidding limit, but the seller can specify a different maximum
bidding limit.)
@property (nonatomic, retain) Trading_AmountType *approvedBiddingLimitDiscussion
Maximum amount that the seller will allow the specified user to bid.
This field is required if the auction house has requested that the
bidder enter an amount for the seller’s approval. (The bidder requests
a maximum bidding limit, but the seller can specify a different maximum
bidding limit.)
type : class Trading_AmountType
Declared In
Trading_BidApprovalType.hdeclinedComment
Comments entered by seller when an approval request is denied.
This is required if the seller sets Status to Denied.
@property (nonatomic, retain) NSString *declinedCommentDiscussion
Comments entered by seller when an approval request is denied.
This is required if the seller sets Status to Denied.
type : NSString, wrapper for primitive string
Declared In
Trading_BidApprovalType.hstatus
Indicates whether the seller approves or denies the bidder's
approval request.
@property (nonatomic, retain) NSString *statusDiscussion
Indicates whether the seller approves or denies the bidder's
approval request.
type: string constant in Trading_BidderStatusCodeType.h
Declared In
Trading_BidApprovalType.huserID
User ID for the bidder to be approved.
Only bidders who have requested approval can be approved.
That is, the seller cannot approve a bidder who has not
requested approval.
(Bidders request approval via the eBay Live Auctions
Web site UI.)
When you are approving bidders, if you pass in multiple
BidApproval entries with duplicate UserID values,
the last entry with that UserID takes precedence (and the earlier
duplicate UserID entries are ignored).
@property (nonatomic, retain) NSString *userIDDiscussion
User ID for the bidder to be approved.
Only bidders who have requested approval can be approved.
That is, the seller cannot approve a bidder who has not
requested approval.
(Bidders request approval via the eBay Live Auctions
Web site UI.)
When you are approving bidders, if you pass in multiple
BidApproval entries with duplicate UserID values,
the last entry with that UserID takes precedence (and the earlier
duplicate UserID entries are ignored).
type : NSString, wrapper for primitive string
Declared In
Trading_BidApprovalType.h