@portone/server-sdk
Preparing search index...
AccountTransferClient
Type Alias AccountTransferClient
type
AccountTransferClient
=
{
getPlatformAccountTransfers
:
(
options
?:
{
isForTest
?:
boolean
;
page
?:
PageInput
;
filter
?:
PlatformAccountTransferFilter
;
}
,
)
=>
Promise
<
GetPlatformAccountTransfersResponse
>
;
}
Index
Properties
get
Platform
Account
Transfers
Properties
get
Platform
Account
Transfers
getPlatformAccountTransfers
:
(
options
?:
{
isForTest
?:
boolean
;
page
?:
PageInput
;
filter
?:
PlatformAccountTransferFilter
;
}
,
)
=>
Promise
<
GetPlatformAccountTransfersResponse
>
이체 내역 다건 조회
여러 이체 내역을 조회합니다.
Throws
GetPlatformAccountTransfersError
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
get
Platform
Account
Transfers
@portone/server-sdk
Loading...
이체 내역 다건 조회
여러 이체 내역을 조회합니다.