@portone/server-sdk
    Preparing search index...

    Type Alias PlatformCompanyState

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

    Properties

    taxationType: PlatformTaxationType
    taxationTypeDate?: string

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

    businessStatus: PlatformBusinessStatus
    closedSuspendedDate?: string

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