@portone/server-sdk
Preparing search index...
PayoutClient
Type Alias PayoutClient
type
PayoutClient
=
{
getPlatformPayouts
:
(
options
?:
{
isForTest
?:
boolean
;
page
?:
PageInput
;
filter
?:
PlatformPayoutFilterInput
;
}
,
)
=>
Promise
<
GetPlatformPayoutsResponse
>
;
}
Index
Properties
get
Platform
Payouts
Properties
get
Platform
Payouts
getPlatformPayouts
:
(
options
?:
{
isForTest
?:
boolean
;
page
?:
PageInput
;
filter
?:
PlatformPayoutFilterInput
;
}
,
)
=>
Promise
<
GetPlatformPayoutsResponse
>
지급 내역 다건 조회
여러 지급 내역을 조회합니다.
Throws
GetPlatformPayoutsError
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
get
Platform
Payouts
@portone/server-sdk
Loading...
지급 내역 다건 조회
여러 지급 내역을 조회합니다.