export type TossBrandpayWidgetOptionsUiPromotionSectionDescription = {
    /**
     * 결제 혜택 영역을 보여줄지 여부. 기본값은 true
     */
    visible?: boolean | undefined;
    /**
     * 결제 혜택의 상세 설명을 보여줄지 여부. 각 카드사의 결제 혜택을 자세히 설명 함. 기본값은 false
     */
    defaultOpen?: boolean | undefined;
};
