Preparing search index...
The search index is not available
@portone/server-sdk
@portone/server-sdk
payment
promotion
PromotionClient
Type Alias PromotionClient
PromotionClient
:
{
getPromotion
:
(
options
:
{
promotionId
:
string
}
)
=>
Promise
<
Promotion
>
;
}
Type declaration
getPromotion
:
(
options
:
{
promotionId
:
string
}
)
=>
Promise
<
Promotion
>
프로모션 단건 조회
주어진 아이디에 대응되는 프로모션을 조회합니다.
Throws
GetPromotionError
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@portone/server-sdk
Loading...
프로모션 단건 조회
주어진 아이디에 대응되는 프로모션을 조회합니다.