AddressType

Types

Link copied to clipboard
data class Normal(val phoneNumberState: PhoneNumberState = PhoneNumberState.HIDDEN) : AddressType
Link copied to clipboard
data class ShippingCondensed(val googleApiKey: String?, val autocompleteCountries: Set<String>?, val phoneNumberState: PhoneNumberState, val onNavigation: () -> Unit) : AddressType
Link copied to clipboard
data class ShippingExpanded(val phoneNumberState: PhoneNumberState) : AddressType

Properties

Link copied to clipboard

Inheritors

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