Contract Debited Effect Response
@Serializable
@SerialName(value = "contract_debited" )
Represents contract_debited effect response.
This effect occurs when a contract is debited with an asset.
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, assetType: String, assetCode: String? = null, assetIssuer: String? = null, contract: String, amount: String)
Properties
Link copied to clipboard
The muxed account address that is associated with this effect
Link copied to clipboard
The muxed account ID that is associated with this effect
Link copied to clipboard
The asset issuer
Link copied to clipboard
Links related to this effect
Link copied to clipboard
A cursor value for use in pagination