Package com.stripe.android.link
Types
Link copied to clipboard
class LinkActivityContract : ActivityResultContract<LinkActivityContract.Args, LinkActivityResult>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class LinkPaymentDetails(val paymentDetails: ConsumerPaymentDetails.PaymentDetails, val paymentMethodCreateParams: PaymentMethodCreateParams) : Parcelable
Content 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.