CountrySpec
data class CountrySpec(val apiPath: IdentifierSpec = IdentifierSpec.Country, val allowedCountryCodes: Set<String> = supportedBillingCountries) : FormItemSpec
This is the specification for a country field.
Constructors
Link copied to clipboard
fun CountrySpec(apiPath: IdentifierSpec = IdentifierSpec.Country, allowedCountryCodes: Set<String> = supportedBillingCountries)