All Downloads are FREE. Search and download functionalities are using the official Maven repository.

payload.response.AuctionsParticipant.kt Maven / Gradle / Ivy

package payload.response

import payload.response.common.Auction

data class AuctionsParticipant private constructor(
	val auctions: List,
	val bids: List
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy