AddressSpec

fun AddressSpec(    apiPath: IdentifierSpec = IdentifierSpec.Generic("billing_details[address]"),     allowedCountryCodes: Set<String> = supportedBillingCountries,     displayFields: Set<DisplayField> = emptySet(),     showLabel: Boolean = true,     type: AddressType = AddressType.Normal())