Redirect
data class Redirect( val returnUrl: String?, val status: Source.Redirect.Status?, val url: String?) : StripeModel
Content copied to clipboard
Information related to the redirect flow. Present if the source is authenticated by a redirect (flow is Flow.Redirect).
Constructors
Link copied to clipboard
fun Redirect( returnUrl: String?, status: Source.Redirect.Status?, url: String?)
Content copied to clipboard