Redirect

data class Redirect(val url: String, val expiresAt: Instant? = null) : PaymentSheetExternalAction

Constructors

Link copied to clipboard
constructor(url: String, expiresAt: Instant? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val url: String