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

    Type Alias CompanyClient

    type CompanyClient = {
        getPlatformCompanyState: (
            options: { businessRegistrationNumber: string },
        ) => Promise<GetPlatformCompanyStatePayload>;
    }
    Index

    Properties

    getPlatformCompanyState: (
        options: { businessRegistrationNumber: string },
    ) => Promise<GetPlatformCompanyStatePayload>

    사업자 조회

    사업자 정보를 조회합니다. 포트원 서비스에 연동 및 등록되지 않은 사업자도 조회 가능합니다.

    GetPlatformCompanyStateError