Sep06FeeDetails

@Serializable
data class Sep06FeeDetails(val total: String, val asset: String, val details: List<Sep06FeeDetail>? = null)

Detailed fee breakdown for a transaction.

Constructors

Link copied to clipboard
constructor(total: String, asset: String, details: List<Sep06FeeDetail>? = 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 = "details")
val details: List<Sep06FeeDetail>?

Optional list of individual fee components

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

Total fee amount