B2bCompanyState

@Serializable
data class B2bCompanyState(val taxationType: B2bCompanyStateTaxationType, val businessStatus: B2bCompanyStateBusinessStatus, val taxationTypeDate: String? = null, val closedSuspendedDate: String? = null)

사업자 상태

Constructors

Link copied to clipboard
constructor(taxationType: B2bCompanyStateTaxationType, businessStatus: B2bCompanyStateBusinessStatus, taxationTypeDate: String? = null, closedSuspendedDate: String? = null)

Properties

Link copied to clipboard

사업자 영업 상태

Link copied to clipboard

휴폐업 일자

Link copied to clipboard

사업자 과세 유형

Link copied to clipboard

과세 유형 변경 일자