Payment Sheet Payment Outcome
Types
Link copied to clipboard
data class Completed(val paymentId: String? = null, val documents: PaymentSheetSession.Documents = PaymentSheetSession.Documents()) : PaymentSheetPaymentOutcome
Link copied to clipboard
Link copied to clipboard
data class RequiresConfirmation(val challenge: PaymentSheetConfirmationChallenge) : PaymentSheetPaymentOutcome