@portone/server-sdk
Preparing search index...
AccountClient
Type Alias AccountClient
type
AccountClient
=
{
getPlatformAccountHolder
:
(
options
:
{
bank
:
Bank
;
accountNumber
:
string
;
birthdate
?:
string
;
businessRegistrationNumber
?:
string
;
}
,
)
=>
Promise
<
PlatformAccountHolder
>
;
}
Index
Properties
get
Platform
Account
Holder
Properties
get
Platform
Account
Holder
getPlatformAccountHolder
:
(
options
:
{
bank
:
Bank
;
accountNumber
:
string
;
birthdate
?:
string
;
businessRegistrationNumber
?:
string
;
}
,
)
=>
Promise
<
PlatformAccountHolder
>
예금주 조회
계좌의 예금주를 조회합니다.
Throws
GetPlatformAccountHolderError
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
get
Platform
Account
Holder
@portone/server-sdk
Loading...
예금주 조회
계좌의 예금주를 조회합니다.