Package-level declarations
Types
Link copied to clipboard
data class POSavedPaymentMethodsConfiguration(val invoiceRequest: POInvoiceRequest, val title: String? = null, val deleteButton: POSavedPaymentMethodsConfiguration.Button = Button(), val cancelButton: POSavedPaymentMethodsConfiguration.Button? = Button(), val bottomSheet: POBottomSheetConfiguration = POBottomSheetConfiguration(
height = WrapContent,
expandable = false
), val style: POSavedPaymentMethodsConfiguration.Style? = null) : Parcelable
Specifies saved payment methods configuration.
Link copied to clipboard
interface POSavedPaymentMethodsDelegate
Delegates events during management of saved payment methods.
Link copied to clipboard
Launcher that starts SavedPaymentMethodsActivity and provides the result.