CustomerSeparatedName

@Serializable
data class CustomerSeparatedName(val first: String, val last: String)

고객 분리형 이름

Constructors

Link copied to clipboard
constructor(first: String, last: String)

Properties

Link copied to clipboard

이름

Link copied to clipboard