ShippingCondensed

data class ShippingCondensed(    val googleApiKey: String?,     val phoneNumberState: PhoneNumberState,     val onNavigation: () -> Unit) : AddressType

Constructors

Link copied to clipboard
fun ShippingCondensed(    googleApiKey: String?,     phoneNumberState: PhoneNumberState,     onNavigation: () -> Unit)

Properties

Link copied to clipboard
val googleApiKey: String?
Link copied to clipboard
val onNavigation: () -> Unit
Link copied to clipboard
open override val phoneNumberState: PhoneNumberState