B2bCounterparty

@Serializable
data class B2bCounterparty(val id: String, val graphqlId: String, val isForTest: Boolean, val brn: String, val companyName: String, val representativeName: String, val address: String? = null, val businessType: String? = null, val businessClass: String? = null, val contact: B2bCounterpartyContact, val additionalContacts: List<B2bCounterpartyContact>, val memo: String? = null, val ntsConnectionStatus: B2bNtsConnectionStatus, val ntsConnectedAt: @Serializable(with = InstantSerializer::class) Instant? = null, val ntsConnectionFailedReason: String? = null, val partnerId: String? = null, val businessStatus: B2bCounterpartyBusinessStatus? = null, val businessStatusCheckedAt: @Serializable(with = InstantSerializer::class) Instant? = null, val businessStatusVerification: B2bCounterpartyVerification? = null, val businessInfoVerification: B2bCounterpartyVerification? = null, val appliedAt: @Serializable(with = InstantSerializer::class) Instant? = null)

거래처

B2B 거래처 정보입니다.

Constructors

Link copied to clipboard
constructor(id: String, graphqlId: String, isForTest: Boolean, brn: String, companyName: String, representativeName: String, address: String? = null, businessType: String? = null, businessClass: String? = null, contact: B2bCounterpartyContact, additionalContacts: List<B2bCounterpartyContact>, memo: String? = null, ntsConnectionStatus: B2bNtsConnectionStatus, ntsConnectedAt: @Serializable(with = InstantSerializer::class) Instant? = null, ntsConnectionFailedReason: String? = null, partnerId: String? = null, businessStatus: B2bCounterpartyBusinessStatus? = null, businessStatusCheckedAt: @Serializable(with = InstantSerializer::class) Instant? = null, businessStatusVerification: B2bCounterpartyVerification? = null, businessInfoVerification: B2bCounterpartyVerification? = null, appliedAt: @Serializable(with = InstantSerializer::class) Instant? = null)

Properties

Link copied to clipboard

추가 담당자 목록

Link copied to clipboard

주소

Link copied to clipboard
val appliedAt: @Serializable(with = InstantSerializer::class) Instant?

적용 시각

Link copied to clipboard
val brn: String

사업자등록번호

Link copied to clipboard

업종

Link copied to clipboard

사업자 정보 검증 정보

Link copied to clipboard
Link copied to clipboard
val businessStatusCheckedAt: @Serializable(with = InstantSerializer::class) Instant?

휴폐업 상태 확인 시각

Link copied to clipboard

휴폐업 상태 검증 정보

Link copied to clipboard

업태

Link copied to clipboard

상호명

Link copied to clipboard

담당자 정보

Link copied to clipboard
Link copied to clipboard
val id: String

거래처 고유 아이디

Link copied to clipboard

테스트 모드 여부

Link copied to clipboard
val memo: String?

메모

Link copied to clipboard
val ntsConnectedAt: @Serializable(with = InstantSerializer::class) Instant?

국세청 연동 시각

Link copied to clipboard

국세청 연동 실패 사유

Link copied to clipboard

국세청 연동 상태

Link copied to clipboard

파트너 연동 ID

Link copied to clipboard

대표자 성명