Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class LinkConfiguration(val stripeIntent: StripeIntent, val merchantName: String, val merchantCountryCode: String?, val customerInfo: LinkConfiguration.CustomerInfo, val shippingValues: Map<IdentifierSpec, String?>?, val passthroughModeEnabled: Boolean, val flags: Map<String, Boolean>, val cardBrandChoice: LinkConfiguration.CardBrandChoice?) : Parcelable
Link copied to clipboard
Link copied to clipboard
The payment method selected by the user within their Link account, including the parameters needed to confirm the Stripe Intent.
Link copied to clipboard
Launcher for an Activity that will confirm a payment using Link.
Link copied to clipboard