Checkout Payment Sheet Adapter
Public Checkout transport used by the native payment sheet.
Constructors
Link copied to clipboard
Functions
Link copied to clipboard
open suspend override fun confirmPayment(configuration: PaymentSheetConfiguration, session: PaymentSheetSession, challenge: PaymentSheetConfirmationChallenge, token: String): PaymentSheetPaymentOutcome
Link copied to clipboard
open suspend override fun pay(configuration: PaymentSheetConfiguration, session: PaymentSheetSession, selection: PaymentSheetPaymentSelection): PaymentSheetPaymentOutcome
Link copied to clipboard
open suspend override fun refreshPayment(configuration: PaymentSheetConfiguration, session: PaymentSheetSession): PaymentSheetPaymentOutcome
Link copied to clipboard
open suspend override fun requestConfirmation(configuration: PaymentSheetConfiguration, session: PaymentSheetSession, challenge: PaymentSheetConfirmationChallenge): PaymentSheetPaymentOutcome
Link copied to clipboard