PlatformCompanyState: {
    taxationType: PlatformTaxationType;
    taxationTypeDate?: string;
    businessStatus: PlatformBusinessStatus;
    closedSuspendedDate?: string;
}

Type declaration

  • taxationType: PlatformTaxationType
  • OptionaltaxationTypeDate?: string

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

  • businessStatus: PlatformBusinessStatus
  • OptionalclosedSuspendedDate?: string

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