Success
The Link flow was completed successfully.
Types
Link copied to clipboard
When Link was launched with LinkActivityContract.Args.completePayment set to true, this object indicates that the flow was completed successfully and the Stripe Intent was confirmed.
Link copied to clipboard
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.