LinkConfiguration
data class LinkConfiguration(val stripeIntent: StripeIntent, val merchantName: String, val merchantCountryCode: String?, val customerInfo: LinkConfiguration.CustomerInfo, val shippingValues: Map<IdentifierSpec, String?>?, val passthroughModeEnabled: Boolean, val flags: Map<String, Boolean>, val cardBrandChoice: LinkConfiguration.CardBrandChoice?) : Parcelable
Constructors
Link copied to clipboard
constructor(stripeIntent: StripeIntent, merchantName: String, merchantCountryCode: String?, customerInfo: LinkConfiguration.CustomerInfo, shippingValues: Map<IdentifierSpec, String?>?, passthroughModeEnabled: Boolean, flags: Map<String, Boolean>, cardBrandChoice: LinkConfiguration.CardBrandChoice?)
Types
Link copied to clipboard
Link copied to clipboard
data class CustomerInfo(val name: String?, val email: String?, val phone: String?, val billingCountryCode: String?) : Parcelable