AuctionBuyerId Property
Auction buyer's Id.
Syntax
[VB.NET] Public ReadOnlyProperty AuctionBuyerId As String
[C#] public string AuctionBuyerId {get;}
Remarks
If the buyer purchased your goods via one of the major auction sites (eBay, Yahoo, etc), then this property will contain the buyer's Id at that auction site. This property is returned by PayPal after a call to the GetTransactionDetails method.
This property is read-only.
Default Value
""