AddressParams

Configuration class for Address Form in Address View. This class can be used define the visibility of the address form.

Inheritors

Types

Link copied to clipboard
data class FullAddress(val defaultCountryCode: String? = null, val supportedCountryCodes: List<String> = emptyList(), val addressFieldPolicy: AddressFieldPolicy) : AddressParams

Full Address Form will be shown as part of the card component.

Link copied to clipboard

Address Lookup option will be shown as part of card component.

Link copied to clipboard

Address Form will be hidden.

Link copied to clipboard
data class PostalCode(val addressFieldPolicy: AddressFieldPolicy) : AddressParams

Only postal code will be shown as part of the card component.