LinkConfiguration

data class LinkConfiguration(val stripeIntent: StripeIntent, val signupMode: LinkSignupMode?, val merchantName: String, val merchantCountryCode: String?, val customerInfo: LinkConfiguration.CustomerInfo, val shippingValues: Map<IdentifierSpec, String?>?, val passthroughModeEnabled: Boolean, val flags: Map<String, Boolean>) : Parcelable

Constructors

Link copied to clipboard
constructor(stripeIntent: StripeIntent, signupMode: LinkSignupMode?, merchantName: String, merchantCountryCode: String?, customerInfo: LinkConfiguration.CustomerInfo, shippingValues: Map<IdentifierSpec, String?>?, passthroughModeEnabled: Boolean, flags: Map<String, Boolean>)

Types

Link copied to clipboard
data class CustomerInfo(val name: String?, val email: String?, val phone: String?, val billingCountryCode: String?) : Parcelable

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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