addressLines

@JvmName(name = "spoxucmuunvbtisr")
suspend fun addressLines(value: Output<List<String>>)
@JvmName(name = "rtsuwrcxrdgtkrfo")
suspend fun addressLines(value: List<String>?)

Parameters

value

Unstructured address lines describing the lower levels of an address. Because values in addressLines do not have type information and may sometimes contain multiple values in a single field (e.g. "Austin, TX"), it is important that the line order is clear. The order of address lines should be "envelope order" for the country/region of the address. In places where this can vary (e.g. Japan), address_language is used to make it explicit (e.g. "ja" for large-to-small ordering and "ja-Latn" or "en" for small-to-large). This way, the most specific line of an address can be selected based on the language.


@JvmName(name = "hhfsgbdrqqnjehml")
suspend fun addressLines(vararg values: Output<String>)


@JvmName(name = "ujkmxyxfnnqgcrqr")
suspend fun addressLines(values: List<Output<String>>)
@JvmName(name = "jyhuqichhfjearlp")
suspend fun addressLines(vararg values: String)

Parameters

values

Unstructured address lines describing the lower levels of an address. Because values in addressLines do not have type information and may sometimes contain multiple values in a single field (e.g. "Austin, TX"), it is important that the line order is clear. The order of address lines should be "envelope order" for the country/region of the address. In places where this can vary (e.g. Japan), address_language is used to make it explicit (e.g. "ja" for large-to-small ordering and "ja-Latn" or "en" for small-to-large). This way, the most specific line of an address can be selected based on the language.