Selected

data class Selected(val paymentDetails: ConsumerPaymentDetails.PaymentDetails, val paymentMethodCreateParams: PaymentMethodCreateParams) : LinkActivityResult.Success

When Link was launched with LinkActivityContract.Args.completePayment set to false, this class indicates that the flow was completed successfully and the user has selected a payment method.

Parameters

paymentDetails

The ConsumerPaymentDetails.PaymentDetails selected by the user

paymentMethodCreateParams

The PaymentMethodCreateParams to be used to confirm the Stripe Intent.

Constructors

Link copied to clipboard
fun Selected(paymentDetails: ConsumerPaymentDetails.PaymentDetails, paymentMethodCreateParams: PaymentMethodCreateParams)

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
Link copied to clipboard
Link copied to clipboard
val resultCode: Int