PaymentFlowResult
Represents the result of a PaymentController operation.
This class is annotated with @Parcelize
but uses custom parceling logic due to issues with parceling an Exception
subclass. See Parcel#writeException() for more details.
Types
Link copied to clipboard
data class Unvalidated(clientSecret: String?, flowOutcome: Int, exception: StripeException?, canCancelSource: Boolean, sourceId: String?, source: Source?, stripeAccountId: String?) : Parcelable
Content copied to clipboard