Sep06TransactionsEndpointInfo

@Serializable
data class Sep06TransactionsEndpointInfo(val enabled: Boolean? = null, val authenticationRequired: Boolean? = null)

Configuration for the /transactions endpoint.

Constructors

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

Properties

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

Whether authentication is required to access the endpoint

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

Whether the /transactions endpoint is available