Selected
data class Selected(val paymentDetails: ConsumerPaymentDetails.PaymentDetails, val paymentMethodCreateParams: PaymentMethodCreateParams) : LinkActivityResult.Success
Content copied to clipboard
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)
Content copied to clipboard