@portone/server-sdk
    Preparing search index...

    Type Alias PromotionClient

    type PromotionClient = {
        getPromotion: (
            options: { promotionId: string },
        ) => Promise<Payment.Promotion.Promotion>;
    }
    Index

    Properties

    Properties

    getPromotion: (
        options: { promotionId: string },
    ) => Promise<Payment.Promotion.Promotion>

    프로모션 단건 조회

    주어진 아이디에 대응되는 프로모션을 조회합니다.

    GetPromotionError