Redirect
data class Redirect(returnUrl: String?, status: Source.Redirect.Status?, 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