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