OneLineAddress

@Serializable
@SerialName(value = "ONE_LINE")
data class OneLineAddress(val oneLine: String) : Address

한 줄 형식 주소

한 줄 형식 주소만 존재합니다.

Constructors

Link copied to clipboard
constructor(oneLine: String)

Properties

Link copied to clipboard
open override val oneLine: String

주소 (한 줄)