GetAccountPlainArgs

data class GetAccountPlainArgs(val id: String) : ConvertibleToJava<GetAccountPlainArgs>

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

The ID for the account. For example: abc123 .

Functions

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