getAddressFields in the widget’s uses list before calling it.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Gets the localized address-field configuration for a country.
getAddressFields in the widget’s uses list before calling it.
const address = await getAddressFields({ countryCode: "US", languageIso: "en" });
const getAddressFields: PortalFunction<PortalAddressFields, GetAddressFieldsInput>