Unvalidated
data class Unvalidated(val clientSecret: String? = null, val flowOutcome: Int = StripeIntentResult.Outcome.UNKNOWN, val exception: StripeException? = null, canCancelSource: Boolean = false, sourceId: String? = null, source: Source? = null, stripeAccountId: String? = null) : Parcelable
Constructors
Link copied to clipboard
fun Unvalidated(clientSecret: String? = null, flowOutcome: Int = StripeIntentResult.Outcome.UNKNOWN, exception: StripeException? = null, canCancelSource: Boolean = false, sourceId: String? = null, source: Source? = null, stripeAccountId: String? = null)
Types
Link copied to clipboard