PaymentMethodPreview

Preview information for a Link payment method.

Parameters

imageLoader

A suspending function that loads an image representing a payment method; e.g. the VISA logo.

label

The main label text (e.g., "Link").

sublabel

Additional descriptive text (e.g., "Visa •••• 4242").

Properties

Link copied to clipboard

An image representing a payment method; e.g. the VISA logo.

Link copied to clipboard

An image representing a payment method; e.g. the VISA logo.

Link copied to clipboard
val imageLoader: suspend () -> Drawable
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard