LinkPaymentDetails

sealed class LinkPaymentDetails : Parcelable

The payment method selected by the user within their Link account, including the parameters needed to confirm the Stripe Intent.

Parameters

paymentDetails

The ConsumerPaymentDetails.PaymentDetails selected by the user

paymentMethodCreateParams

The PaymentMethodCreateParams to be used to confirm the Stripe Intent.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
open val paymentDetails: ConsumerPaymentDetails.PaymentDetails
Link copied to clipboard
open val paymentMethodCreateParams: PaymentMethodCreateParams