B2bCounterpartyContactInput

@Serializable
data class B2bCounterpartyContactInput(val name: String, val phoneNumber: String? = null, val email: String, val memo: String? = null)

거래처 담당자 입력 정보

Constructors

Link copied to clipboard
constructor(name: String, phoneNumber: String? = null, email: String, memo: String? = null)

Properties

Link copied to clipboard

담당자 이메일

Link copied to clipboard
val memo: String?

담당자 메모

Link copied to clipboard

담당자 성명

Link copied to clipboard

담당자 전화번호