AccountDetails

An object with your accountId and TRN information.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of unique account identifiers.

Link copied to clipboard

The meta data information associated with the account.

Link copied to clipboard

Tax inheritance information associated with the account.

Link copied to clipboard

Your TRN information. Instead of having full legal address, here TRN information will have jurisdiction details (for example, country code and state/region/province if applicable).

Functions

Link copied to clipboard
inline fun copy(block: AccountDetails.Builder.() -> Unit = {}): AccountDetails
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String