Args

data class Args : ActivityStarter.Args

Arguments for launching LinkActivity to confirm a payment with Link.

Parameters

stripeIntent

The Stripe Intent that is being processed

merchantName

The customer-facing business name.

customerEmail

Email of the customer, used to pre-fill the form.

customerPhone

Phone number of the customer, used to pre-fill the form.

shippingValues

The initial shipping values for FormController

prefilledCardParams

The payment method information prefilled by the user.

injectionParams

Parameters needed to perform dependency injection. If null, a new dependency graph will be created.

Types

Link copied to clipboard
object Companion

Functions

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