Link Search Menu Expand Document

Constructor: auctionBidLevel

Back to constructors index

Attributes:

NameTypeRequired
posintYes
amountlongYes
dateintYes

Type: AuctionBidLevel

Example:

$auctionBidLevel = ['_' => 'auctionBidLevel', 'pos' => int, 'amount' => long, 'date' => int];