Package-level declarations
Types
Link copied to clipboard
Configuration for requirement of the address fields.
Link copied to clipboard
data class AddressListItem(val name: String, val code: String, val selected: Boolean) : SimpleTextListItem
Link copied to clipboard
Link copied to clipboard
data class AddressLookupInputData(var query: String = "", var selectedAddress: AddressInputModel = AddressInputModel())
Link copied to clipboard
Link copied to clipboard
data class AddressOutputData(val postalCode: FieldState<String>, val street: FieldState<String>, val stateOrProvince: FieldState<String>, val houseNumberOrName: FieldState<String>, val apartmentSuite: FieldState<String>, val city: FieldState<String>, val country: FieldState<String>, val isOptional: Boolean, val countryOptions: List<AddressListItem>, val stateOptions: List<AddressListItem>) : OutputData
Link copied to clipboard
Configuration class for Address Form in Address View. This class can be used define the visibility of the address form.
Link copied to clipboard
Link copied to clipboard