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
-
userID
User 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). -
approvedBiddingLimit
Maximum 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.) -
declinedComment
Comments entered by seller when an approval request is denied.
property
This is required if the seller sets Status to Denied. -
status
Indicates whether the seller approves or denies the bidder's
property
approval request. -
any
(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_BidApprovalType.h
approvedBiddingLimit
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 *approvedBiddingLimit
Discussion
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.h
declinedComment
Comments entered by seller when an approval request is denied.
This is required if the seller sets Status to Denied.
@property (nonatomic, retain) NSString *declinedComment
Discussion
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.h
status
Indicates whether the seller approves or denies the bidder's
approval request.
@property (nonatomic, retain) NSString *status
Discussion
Indicates whether the seller approves or denies the bidder's
approval request.
type: string constant in Trading_BidderStatusCodeType.h
Declared In
Trading_BidApprovalType.h
userID
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 *userID
Discussion
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