CreatePlatformPartnerBodyContact

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

파트너 담당자 정보

Constructors

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

Properties

Link copied to clipboard

담당자 이메일

Link copied to clipboard

담당자 이름

Link copied to clipboard
val phoneNumber: String? = null

담당자 휴대폰 번호