GetBusinessAccountGifts
data class GetBusinessAccountGifts(val businessConnectionId: BusinessConnectionId, val excludeUnsaved: Boolean = false, val excludeSaved: Boolean = false, val excludeUnlimited: Boolean = false, val excludeLimitedUpgradable: Boolean = false, val excludeLimitedNonUpgradable: Boolean = false, val excludeUnique: Boolean = false, val excludeFromBlockchain: Boolean = false, val sortByPrice: Boolean = false, val offset: String? = null, val limit: Int? = null) : BusinessRequest.Simple<OwnedGifts<OwnedGift.OwnedByBusinessAccount>>
Constructors
Link copied to clipboard
constructor(businessConnectionId: BusinessConnectionId, excludeUnsaved: Boolean = false, excludeSaved: Boolean = false, excludeUnlimited: Boolean = false, excludeLimitedUpgradable: Boolean = false, excludeLimitedNonUpgradable: Boolean = false, excludeUnique: Boolean = false, excludeFromBlockchain: Boolean = false, sortByPrice: Boolean = false, offset: String? = null, limit: Int? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val resultDeserializer: <Error class: unknown class><OwnedGifts<OwnedGift.OwnedByBusinessAccount>>
Link copied to clipboard