Link Search Menu Expand Document

Constructor: starGiftAuctionState

Back to constructors index

Attributes:

NameTypeRequired
versionintYes
start_dateintYes
end_dateintYes
min_bid_amountlongYes
bid_levelsArray of AuctionBidLevelYes
top_biddersArray of longYes
next_round_atintYes
gifts_leftintYes
current_roundintYes
total_roundsintYes

Type: StarGiftAuctionState

Example:

$starGiftAuctionState = ['_' => 'starGiftAuctionState', 'version' => int, 'start_date' => int, 'end_date' => int, 'min_bid_amount' => long, 'bid_levels' => [AuctionBidLevel, AuctionBidLevel], 'top_bidders' => [long, long], 'next_round_at' => int, 'gifts_left' => int, 'current_round' => int, 'total_rounds' => int];