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