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