Package com.stripe.android.paymentsheet.model

Types

Link copied to clipboard
data class PaymentOption(@DrawableRes val drawableResourceId: Int, val label: String)

The customer's selected payment option.

Link copied to clipboard
sealed class PaymentSelection : Parcelable