Configuration

Configuration for AddressLauncher

Constructors

Link copied to clipboard
constructor(    appearance: PaymentSheet.Appearance = PaymentSheet.Appearance(),     address: AddressDetails? = null,     allowedCountries: Set<String> = emptySet(),     buttonTitle: String? = null,     additionalFields: AddressLauncher.AdditionalFieldsConfiguration? = null,     title: String? = null,     googlePlacesApiKey: String? = null,     autocompleteCountries: Set<String> = AUTOCOMPLETE_DEFAULT_COUNTRIES)

Types

Link copied to clipboard
class Builder

Configuration builder for cleaner object creation from Java.

Properties

Link copied to clipboard
val address: AddressDetails? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val buttonTitle: String? = null
Link copied to clipboard
Link copied to clipboard
val title: String? = null

Functions

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