TrustlineRemovedEffectResponse

@Serializable
@SerialName(value = "trustline_removed")
data class TrustlineRemovedEffectResponse(val id: String, val account: String?, val accountMuxed: String? = null, val accountMuxedId: String? = null, val type: String, val createdAt: String, val pagingToken: String, val links: EffectResponse.EffectLinks, val limit: String, val assetType: String, val assetCode: String? = null, val assetIssuer: String? = null, val liquidityPoolId: String? = null) : TrustlineCUDResponse

Represents trustline_removed effect response.

This effect occurs when a trustline is removed.

See also

Constructors

Link copied to clipboard
constructor(id: String, account: String?, accountMuxed: String? = null, accountMuxedId: String? = null, type: String, createdAt: String, pagingToken: String, links: EffectResponse.EffectLinks, limit: String, assetType: String, assetCode: String? = null, assetIssuer: String? = null, liquidityPoolId: String? = null)

Properties

Link copied to clipboard
open override val account: String?

The account address that is associated with this effect

Link copied to clipboard
@SerialName(value = "account_muxed")
open override val accountMuxed: String?

The muxed account address that is associated with this effect

Link copied to clipboard
@SerialName(value = "account_muxed_id")
open override val accountMuxedId: String?

The muxed account ID that is associated with this effect

Link copied to clipboard
@SerialName(value = "asset_code")
open override val assetCode: String?

The asset code (for credit assets)

Link copied to clipboard
@SerialName(value = "asset_issuer")
open override val assetIssuer: String?

The asset issuer (for credit assets)

Link copied to clipboard
@SerialName(value = "asset_type")
open override val assetType: String

The asset type (native, credit_alphanum4, credit_alphanum12, or liquidity_pool_shares)

Link copied to clipboard
@SerialName(value = "created_at")
open override val createdAt: String

ISO 8601 timestamp of when this effect occurred

Link copied to clipboard
open override val id: String

A unique identifier for this effect

Link copied to clipboard
@SerialName(value = "limit")
open override val limit: String

The limit for the trustline

Link copied to clipboard
@SerialName(value = "_links")
open override val links: EffectResponse.EffectLinks

Links related to this effect

Link copied to clipboard
@SerialName(value = "liquidity_pool_id")
open override val liquidityPoolId: String?

The liquidity pool ID (for liquidity pool shares)

Link copied to clipboard
@SerialName(value = "paging_token")
open override val pagingToken: String

A cursor value for use in pagination

Link copied to clipboard
open override val type: String

Type of effect