Package com.stripe.android.paymentsheet

Types

Link copied to clipboard
fun interface PaymentOptionCallback

Callback that is invoked when the customer's PaymentOption selection changes.

Link copied to clipboard
class PaymentSheet

A drop-in class that presents a bottom sheet to collect and process a customer's payment.

Link copied to clipboard
sealed class PaymentSheetResult : Parcelable

The result of an attempt to confirm a PaymentIntent or SetupIntent.

Link copied to clipboard
fun interface PaymentSheetResultCallback

Callback that is invoked when a PaymentSheetResult is available.

Link copied to clipboard
fun interface ShippingAddressCallback

Callback that is invoked when the customer's ShippingAddress changes TODO finalize this api

Properties

Link copied to clipboard
const val TEST_TAG_LIST: String