Sep24InteractiveResponse

@Serializable
data class Sep24InteractiveResponse(val type: String, val url: String, val id: String)

Response from initiating an interactive deposit or withdrawal flow.

Contains the URL to display in a webview for the user to complete the interactive flow with the anchor.

Constructors

Link copied to clipboard
constructor(type: String, url: String, id: String)

Properties

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

Unique identifier for this transaction

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

Always "interactive_customer_info_needed"

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

URL to display in a webview for the user