Sep06FeeEndpointInfo

@Serializable
data class Sep06FeeEndpointInfo(val enabled: Boolean? = null, val authenticationRequired: Boolean? = null, val description: String? = null)

Configuration for the /fee endpoint.

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, authenticationRequired: Boolean? = null, description: String? = null)

Properties

Link copied to clipboard
@SerialName(value = "authentication_required")
val authenticationRequired: Boolean?

Whether authentication is required to access the /fee endpoint

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

Explanation of how fees are calculated

Link copied to clipboard
@SerialName(value = "enabled")
val enabled: Boolean?

Whether the /fee endpoint is available