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

    Type Alias BulkAccountTransferClient

    포트원 API 클라이언트를 생성합니다.

    type BulkAccountTransferClient = {
        getPlatformBulkAccountTransfers: (
            options?: {
                isForTest?: boolean;
                page?: PageInput;
                filter?: PlatformBulkAccountTransferFilterInput;
            },
        ) => Promise<GetPlatformBulkAccountTransfersResponse>;
    }
    Index

    Properties

    getPlatformBulkAccountTransfers: (
        options?: {
            isForTest?: boolean;
            page?: PageInput;
            filter?: PlatformBulkAccountTransferFilterInput;
        },
    ) => Promise<GetPlatformBulkAccountTransfersResponse>

    일괄 이체 내역 다건 조회

    성공 응답으로 조회된 일괄 이체 내역 리스트와 페이지 정보 및 상태 별 개수 정보를 반환합니다.

    GetPlatformBulkAccountTransfersError