Preparing search index...
The search index is not available
@portone/server-sdk
@portone/server-sdk
platform
bulkPayout
BulkPayoutClient
Type Alias BulkPayoutClient
BulkPayoutClient
:
{
getPlatformBulkPayouts
:
(
options
?:
{
isForTest
?:
boolean
;
page
?:
PageInput
;
filter
?:
PlatformBulkPayoutFilterInput
;
}
,
)
=>
Promise
<
GetPlatformBulkPayoutsResponse
>
;
}
Type declaration
getPlatformBulkPayouts
:
(
options
?:
{
isForTest
?:
boolean
;
page
?:
PageInput
;
filter
?:
PlatformBulkPayoutFilterInput
;
}
,
)
=>
Promise
<
GetPlatformBulkPayoutsResponse
>
일괄 지급 내역 다건 조회
성공 응답으로 조회된 일괄 지급 내역 리스트와 페이지 정보 및 상태 별 개수 정보를 반환합니다.
Throws
GetPlatformBulkPayoutsError
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@portone/server-sdk
Loading...
일괄 지급 내역 다건 조회
성공 응답으로 조회된 일괄 지급 내역 리스트와 페이지 정보 및 상태 별 개수 정보를 반환합니다.