Sep24FeeDetails

@Serializable
data class Sep24FeeDetails(val total: String, val asset: String, val breakdown: List<Sep24FeeDetail>? = null)

Detailed fee breakdown for a transaction.

Constructors

Link copied to clipboard
constructor(total: String, asset: String, breakdown: List<Sep24FeeDetail>? = null)

Properties

Link copied to clipboard
@SerialName(value = "asset")
val asset: String

Asset of the fee using Asset Identification Format

Link copied to clipboard
@SerialName(value = "breakdown")
val breakdown: List<Sep24FeeDetail>?

Optional list of individual fee components

Link copied to clipboard
@SerialName(value = "total")
val total: String

Total fee amount