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