Sep06TransactionEndpointInfo

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

Configuration for the /transaction 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 /transaction endpoint is available