GetUserGifts

data class GetUserGifts(val userId: UserId, val excludeUnlimited: Boolean = false, val excludeLimitedUpgradable: Boolean = false, val excludeLimitedNonUpgradable: Boolean = false, val excludeFromBlockchain: Boolean = false, val excludeUnique: Boolean = false, val sortByPrice: Boolean = false, val offset: String? = null, val limit: Int? = null) : SimpleRequest<OwnedGifts<OwnedGift.Common>>

Constructors

Link copied to clipboard
constructor(userId: UserId, excludeUnlimited: Boolean = false, excludeLimitedUpgradable: Boolean = false, excludeLimitedNonUpgradable: Boolean = false, excludeFromBlockchain: Boolean = false, excludeUnique: Boolean = false, sortByPrice: Boolean = false, offset: String? = null, limit: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val excludeUnique: Boolean = false
Link copied to clipboard
Link copied to clipboard
val limit: Int? = null
Link copied to clipboard
val offset: String? = null
Link copied to clipboard
open override val requestSerializer: <Error class: unknown class><out <Error class: unknown class>>
Link copied to clipboard
open override val resultDeserializer: <Error class: unknown class><OwnedGifts<OwnedGift.Common>>
Link copied to clipboard
val sortByPrice: Boolean = false
Link copied to clipboard

Functions

Link copied to clipboard
open override fun method(): String