SeparatedAddress

@Serializable
@SerialName(value = "SEPARATED")
data class SeparatedAddress(val oneLine: String, val addressLine1: String, val addressLine2: String, val city: String? = null, val province: String? = null, val country: Country? = null) : Address

분리 형식 주소

한 줄 형식 주소와 분리 형식 주소 모두 존재합니다. 한 줄 형식 주소는 분리 형식 주소를 이어 붙인 형태로 생성됩니다.

Constructors

Link copied to clipboard
constructor(oneLine: String, addressLine1: String, addressLine2: String, city: String? = null, province: String? = null, country: Country? = null)

Properties

Link copied to clipboard

상세 주소 1

Link copied to clipboard

상세 주소 2

Link copied to clipboard
val city: String? = null

시/군/구

Link copied to clipboard
val country: Country? = null

국가

Link copied to clipboard
open override val oneLine: String

주소 (한 줄)

Link copied to clipboard
val province: String? = null

주/도/시