Payment Sheet Adapter
Functions
Link copied to clipboard
abstract suspend fun confirmPayment(configuration: PaymentSheetConfiguration, session: PaymentSheetSession, challenge: PaymentSheetConfirmationChallenge, token: String): PaymentSheetPaymentOutcome
Link copied to clipboard
abstract suspend fun pay(configuration: PaymentSheetConfiguration, session: PaymentSheetSession, selection: PaymentSheetPaymentSelection): PaymentSheetPaymentOutcome
Link copied to clipboard
abstract suspend fun refreshPayment(configuration: PaymentSheetConfiguration, session: PaymentSheetSession): PaymentSheetPaymentOutcome
Link copied to clipboard
abstract suspend fun requestConfirmation(configuration: PaymentSheetConfiguration, session: PaymentSheetSession, challenge: PaymentSheetConfirmationChallenge): PaymentSheetPaymentOutcome
Link copied to clipboard