SchedulePlatformPartnersBodyUpdateContact

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

파트너 업데이트를 위한 유형별 추가 정보

Constructors

constructor(name: String? = null, phoneNumber: String? = null, email: String? = null)

Properties

Link copied to clipboard
val email: String? = null

담당자 이메일

Link copied to clipboard
val name: String? = null

담당자 이름

Link copied to clipboard
val phoneNumber: String? = null

담당자 휴대폰 번호