PlatformCompanyState

@Serializable
data class PlatformCompanyState(val taxationType: PlatformTaxationType, val taxationTypeDate: String? = null, val businessStatus: PlatformBusinessStatus, val closedSuspendedDate: String? = null)

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard

날짜를 나타내는 문자열로, yyyy-MM-dd 형식을 따릅니다.

Link copied to clipboard
Link copied to clipboard

날짜를 나타내는 문자열로, yyyy-MM-dd 형식을 따릅니다.