CountrySpec
data class CountrySpec(val api_path: IdentifierSpec = IdentifierSpec.Country, val onlyShowCountryCodes: Set<String> = emptySet()) : FormItemSpec, RequiredItemSpec
Content copied to clipboard
This is the specification for a country field.
Constructors
Link copied to clipboard
fun CountrySpec(api_path: IdentifierSpec = IdentifierSpec.Country, onlyShowCountryCodes: Set<String> = emptySet())
Content copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
fun transform(initialValues: Map<IdentifierSpec, String?>): SectionElement
Content copied to clipboard
Link copied to clipboard