GetAccountTokenPlainArgs

data class GetAccountTokenPlainArgs(val accountId: String, val filter: GetAccountTokenFilter? = null, val tokenId: String? = null) : ConvertibleToJava<GetAccountTokenPlainArgs>

A collection of arguments for invoking getAccountToken.

Constructors

Link copied to clipboard
constructor(accountId: String, filter: GetAccountTokenFilter? = null, tokenId: String? = null)

Properties

Link copied to clipboard

Account identifier tag.

Link copied to clipboard
Link copied to clipboard
val tokenId: String? = null

Token identifier tag.

Functions

Link copied to clipboard
open override fun toJava(): GetAccountTokenPlainArgs