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