@portone/browser-sdk 0.0.22 → 0.0.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (228) hide show
  1. package/dist/v2/entity/Address.d.ts +24 -4
  2. package/dist/v2/entity/Bank.d.ts +276 -2
  3. package/dist/v2/entity/BillingKeyAndPayMethod.d.ts +10 -1
  4. package/dist/v2/entity/BillingKeyMethod.d.ts +19 -1
  5. package/dist/v2/entity/CardCompany.d.ts +76 -1
  6. package/dist/v2/entity/Carrier.d.ts +22 -7
  7. package/dist/v2/entity/CashReceiptType.d.ts +16 -1
  8. package/dist/v2/entity/ChannelGroupId.d.ts +8 -0
  9. package/dist/v2/entity/ChannelKey.d.ts +10 -0
  10. package/dist/v2/entity/Country.d.ts +758 -1
  11. package/dist/v2/entity/Currency.d.ts +546 -4
  12. package/dist/v2/entity/Customer.d.ts +90 -15
  13. package/dist/v2/entity/EasyPayPaymentMethod.d.ts +19 -1
  14. package/dist/v2/entity/EasyPayProvider.d.ts +157 -1
  15. package/dist/v2/entity/FreeInstallmentPlan.d.ts +25 -4
  16. package/dist/v2/entity/Gender.d.ts +16 -1
  17. package/dist/v2/entity/GiftCertificateType.d.ts +20 -2
  18. package/dist/v2/entity/Iframe.d.ts +9 -0
  19. package/dist/v2/entity/Installment.d.ts +53 -20
  20. package/dist/v2/entity/InstallmentMonthOption.d.ts +41 -0
  21. package/dist/v2/entity/IssueBillingKeyUIType.d.ts +1 -1
  22. package/dist/v2/entity/Locale.d.ts +63 -1
  23. package/dist/v2/entity/OfferPeriod.d.ts +30 -12
  24. package/dist/v2/entity/OfferPeriodRange.d.ts +7 -0
  25. package/dist/v2/entity/OfferPeriodRangeFrom.d.ts +9 -0
  26. package/dist/v2/entity/OfferPeriodRangeFromTo.d.ts +13 -0
  27. package/dist/v2/entity/OfferPeriodRangeTo.d.ts +9 -0
  28. package/dist/v2/entity/PayMethod.d.ts +27 -1
  29. package/dist/v2/entity/PaymentCurrency.d.ts +191 -0
  30. package/dist/v2/entity/PaymentOrderName.d.ts +4 -0
  31. package/dist/v2/entity/PaymentPayMethod.d.ts +53 -0
  32. package/dist/v2/entity/PaymentTotalAmount.d.ts +14 -0
  33. package/dist/v2/entity/PaymentUIType.d.ts +1 -1
  34. package/dist/v2/entity/PgCode.d.ts +6 -0
  35. package/dist/v2/entity/PgMessage.d.ts +6 -0
  36. package/dist/v2/entity/PgProvider.d.ts +7 -52
  37. package/dist/v2/entity/Popup.d.ts +10 -1
  38. package/dist/v2/entity/Product.d.ts +36 -3
  39. package/dist/v2/entity/ProductType.d.ts +11 -4
  40. package/dist/v2/entity/RedirectUrl.d.ts +6 -0
  41. package/dist/v2/entity/StoreDetails.d.ts +59 -20
  42. package/dist/v2/entity/StoreDetailsOpeningHours.d.ts +13 -0
  43. package/dist/v2/entity/StoreId.d.ts +6 -0
  44. package/dist/v2/entity/TaxFreeAmount.d.ts +6 -0
  45. package/dist/v2/entity/TransactionType.d.ts +26 -5
  46. package/dist/v2/entity/VatAmount.d.ts +6 -0
  47. package/dist/v2/entity/WindowType.d.ts +1 -9
  48. package/dist/v2/entity/WindowTypes.d.ts +18 -0
  49. package/dist/v2/entity/bypass/IdentityVerificationBypass.d.ts +20 -0
  50. package/dist/v2/entity/bypass/IssueBillingKeyAndPayBypass.d.ts +17 -0
  51. package/dist/v2/entity/bypass/IssueBillingKeyBypass.d.ts +37 -0
  52. package/dist/v2/entity/bypass/LoadIssueBillingKeyUIBypass.d.ts +7 -0
  53. package/dist/v2/entity/bypass/LoadPaymentUIBypass.d.ts +7 -0
  54. package/dist/v2/entity/bypass/PaymentBypass.d.ts +92 -0
  55. package/dist/v2/entity/bypass/identityVerification/Danal.d.ts +21 -14
  56. package/dist/v2/entity/bypass/identityVerification/InicisUnified.d.ts +30 -11
  57. package/dist/v2/entity/bypass/identityVerification/InicisUnifiedDirectAgency.d.ts +69 -0
  58. package/dist/v2/entity/bypass/identityVerification/InicisUnifiedFlgFixedUser.d.ts +19 -0
  59. package/dist/v2/entity/bypass/identityVerification/KcpV2.d.ts +5 -2
  60. package/dist/v2/entity/bypass/identityVerification/index.d.ts +5 -8
  61. package/dist/v2/entity/bypass/index.d.ts +12 -0
  62. package/dist/v2/entity/bypass/issueBillingKey/InicisV2.d.ts +7 -5
  63. package/dist/v2/entity/bypass/issueBillingKey/InicisV2CardUse.d.ts +17 -0
  64. package/dist/v2/entity/bypass/issueBillingKey/KcpV2.d.ts +6 -2
  65. package/dist/v2/entity/bypass/issueBillingKey/KcpV2BatchSocChoice.d.ts +17 -0
  66. package/dist/v2/entity/bypass/issueBillingKey/Naverpay.d.ts +9 -4
  67. package/dist/v2/entity/bypass/issueBillingKey/SmartroV2.d.ts +11 -4
  68. package/dist/v2/entity/bypass/issueBillingKey/SmartroV2IsPwdPass.d.ts +17 -0
  69. package/dist/v2/entity/bypass/issueBillingKey/SmartroV2SkinColor.d.ts +13 -0
  70. package/dist/v2/entity/bypass/issueBillingKey/TosspayV2.d.ts +5 -3
  71. package/dist/v2/entity/bypass/issueBillingKey/Welcome.d.ts +12 -5
  72. package/dist/v2/entity/bypass/issueBillingKey/index.d.ts +10 -16
  73. package/dist/v2/entity/bypass/issueBillingKeyAndPay/EximbayV2.d.ts +25 -28
  74. package/dist/v2/entity/bypass/issueBillingKeyAndPay/EximbayV2BillTo.d.ts +37 -0
  75. package/dist/v2/entity/bypass/issueBillingKeyAndPay/EximbayV2Merchant.d.ts +6 -0
  76. package/dist/v2/entity/bypass/issueBillingKeyAndPay/EximbayV2Payment.d.ts +13 -0
  77. package/dist/v2/entity/bypass/issueBillingKeyAndPay/EximbayV2ShipTo.d.ts +37 -0
  78. package/dist/v2/entity/bypass/issueBillingKeyAndPay/EximbayV2Surcharge.d.ts +14 -0
  79. package/dist/v2/entity/bypass/issueBillingKeyAndPay/PayletterGlobal.d.ts +16 -6
  80. package/dist/v2/entity/bypass/issueBillingKeyAndPay/Welcome.d.ts +50 -52
  81. package/dist/v2/entity/bypass/issueBillingKeyAndPay/index.d.ts +8 -8
  82. package/dist/v2/entity/bypass/loadIssueBillingKeyUI/PaypalV2.d.ts +15 -22
  83. package/dist/v2/entity/bypass/loadIssueBillingKeyUI/PaypalV2AdditionalData.d.ts +4 -0
  84. package/dist/v2/entity/bypass/{PaypalV2Country.d.ts → loadIssueBillingKeyUI/PaypalV2Country.d.ts} +7 -1
  85. package/dist/v2/entity/bypass/loadIssueBillingKeyUI/PaypalV2ShippingAddress.d.ts +31 -0
  86. package/dist/v2/entity/bypass/loadIssueBillingKeyUI/PaypalV2Style.d.ts +33 -0
  87. package/dist/v2/entity/bypass/loadIssueBillingKeyUI/PaypalV2StyleColor.d.ts +14 -0
  88. package/dist/v2/entity/bypass/loadIssueBillingKeyUI/PaypalV2StyleLabel.d.ts +16 -0
  89. package/dist/v2/entity/bypass/loadIssueBillingKeyUI/PaypalV2StyleLayout.d.ts +11 -0
  90. package/dist/v2/entity/bypass/loadIssueBillingKeyUI/PaypalV2StyleShape.d.ts +11 -0
  91. package/dist/v2/entity/bypass/loadIssueBillingKeyUI/index.d.ts +9 -4
  92. package/dist/v2/entity/bypass/loadPaymentUI/PaypalV2.d.ts +28 -55
  93. package/dist/v2/entity/bypass/loadPaymentUI/PaypalV2AdditionalData.d.ts +4 -0
  94. package/dist/v2/entity/bypass/loadPaymentUI/PaypalV2Payer.d.ts +9 -0
  95. package/dist/v2/entity/bypass/loadPaymentUI/PaypalV2PayerAddress.d.ts +18 -0
  96. package/dist/v2/entity/bypass/loadPaymentUI/PaypalV2PayerTaxInfo.d.ts +10 -0
  97. package/dist/v2/entity/bypass/loadPaymentUI/PaypalV2PurchaseUnit.d.ts +7 -0
  98. package/dist/v2/entity/bypass/loadPaymentUI/PaypalV2PurchaseUnitShipping.d.ts +10 -0
  99. package/dist/v2/entity/bypass/loadPaymentUI/PaypalV2PurchaseUnitShippingAddress.d.ts +21 -0
  100. package/dist/v2/entity/bypass/loadPaymentUI/PaypalV2Style.d.ts +37 -0
  101. package/dist/v2/entity/bypass/loadPaymentUI/PaypalV2StyleColor.d.ts +14 -0
  102. package/dist/v2/entity/bypass/loadPaymentUI/PaypalV2StyleLabel.d.ts +16 -0
  103. package/dist/v2/entity/bypass/loadPaymentUI/PaypalV2StyleLayout.d.ts +11 -0
  104. package/dist/v2/entity/bypass/loadPaymentUI/PaypalV2StyleShape.d.ts +11 -0
  105. package/dist/v2/entity/bypass/loadPaymentUI/index.d.ts +13 -4
  106. package/dist/v2/entity/bypass/payment/EximbayV2.d.ts +38 -41
  107. package/dist/v2/entity/bypass/payment/EximbayV2BillTo.d.ts +37 -0
  108. package/dist/v2/entity/bypass/payment/EximbayV2Merchant.d.ts +13 -0
  109. package/dist/v2/entity/bypass/payment/EximbayV2Payment.d.ts +13 -0
  110. package/dist/v2/entity/bypass/payment/EximbayV2Settings.d.ts +18 -0
  111. package/dist/v2/entity/bypass/payment/EximbayV2SettingsCallFromApp.d.ts +11 -0
  112. package/dist/v2/entity/bypass/payment/EximbayV2ShipTo.d.ts +37 -0
  113. package/dist/v2/entity/bypass/payment/EximbayV2Surcharge.d.ts +14 -0
  114. package/dist/v2/entity/bypass/payment/EximbayV2Tax.d.ts +10 -0
  115. package/dist/v2/entity/bypass/payment/EximbayV2TaxReceiptStatus.d.ts +11 -0
  116. package/dist/v2/entity/bypass/payment/Hyphen.d.ts +5 -1
  117. package/dist/v2/entity/bypass/payment/HyphenDesignCd.d.ts +1 -0
  118. package/dist/v2/entity/bypass/payment/InicisJp.d.ts +8 -23
  119. package/dist/v2/entity/bypass/payment/InicisJpPaymentUI.d.ts +33 -0
  120. package/dist/v2/entity/bypass/payment/InicisV2.d.ts +111 -78
  121. package/dist/v2/entity/bypass/payment/Kakaopay.d.ts +7 -1
  122. package/dist/v2/entity/bypass/payment/KcpV2.d.ts +23 -10
  123. package/dist/v2/entity/bypass/payment/KcpV2ComplexPnt.d.ts +11 -0
  124. package/dist/v2/entity/bypass/payment/KcpV2DispTax.d.ts +13 -0
  125. package/dist/v2/entity/bypass/payment/Kpn.d.ts +7 -9
  126. package/dist/v2/entity/bypass/payment/KpnCardSelect.d.ts +19 -0
  127. package/dist/v2/entity/bypass/payment/Ksnet.d.ts +10 -4
  128. package/dist/v2/entity/bypass/payment/KsnetSndQpayType.d.ts +17 -0
  129. package/dist/v2/entity/bypass/payment/Naverpay.d.ts +16 -27
  130. package/dist/v2/entity/bypass/payment/NaverpayProductItem.d.ts +39 -0
  131. package/dist/v2/entity/bypass/payment/NaverpayProductItemPayReferrer.d.ts +19 -0
  132. package/dist/v2/entity/bypass/payment/NaverpaySubMerchantInfo.d.ts +29 -0
  133. package/dist/v2/entity/bypass/payment/NiceV2.d.ts +48 -22
  134. package/dist/v2/entity/bypass/payment/NiceV2DirectCoupon.d.ts +21 -0
  135. package/dist/v2/entity/bypass/payment/NiceV2DirectShow.d.ts +17 -0
  136. package/dist/v2/entity/bypass/payment/NiceV2DisableScroll.d.ts +11 -0
  137. package/dist/v2/entity/bypass/payment/NiceV2SamPayMallType.d.ts +17 -0
  138. package/dist/v2/entity/bypass/payment/NiceV2SkinType.d.ts +18 -0
  139. package/dist/v2/entity/bypass/payment/PayletterGlobal.d.ts +16 -6
  140. package/dist/v2/entity/bypass/payment/PaypalV2.d.ts +15 -47
  141. package/dist/v2/entity/bypass/payment/PaypalV2PaymentSource.d.ts +4 -0
  142. package/dist/v2/entity/bypass/payment/PaypalV2PaymentSourcePaypal.d.ts +4 -0
  143. package/dist/v2/entity/bypass/payment/PaypalV2PaymentSourcePaypalExperienceContext.d.ts +9 -0
  144. package/dist/v2/entity/bypass/payment/PaypalV2PaymentSourcePaypalExperienceContextLandingPage.d.ts +6 -0
  145. package/dist/v2/entity/bypass/payment/PaypalV2PaymentSourcePaypalExperienceContextPaymentMethodPreference.d.ts +5 -0
  146. package/dist/v2/entity/bypass/payment/PaypalV2PaymentSourcePaypalExperienceContextShippingPreference.d.ts +6 -0
  147. package/dist/v2/entity/bypass/payment/SmartroV2.d.ts +19 -5
  148. package/dist/v2/entity/bypass/payment/SmartroV2OpenType.d.ts +15 -0
  149. package/dist/v2/entity/bypass/payment/SmartroV2SkinColor.d.ts +17 -0
  150. package/dist/v2/entity/bypass/payment/TossBrandpay.d.ts +17 -40
  151. package/dist/v2/entity/bypass/payment/TossBrandpayBrandpayOptions.d.ts +7 -0
  152. package/dist/v2/entity/bypass/payment/TossBrandpayBrandpayOptionsUi.d.ts +18 -0
  153. package/dist/v2/entity/bypass/payment/TossBrandpayBrandpayOptionsUiButtonStyle.d.ts +23 -0
  154. package/dist/v2/entity/bypass/payment/TossBrandpayBrandpayOptionsUiLabels.d.ts +6 -0
  155. package/dist/v2/entity/bypass/payment/TossBrandpayBrandpayOptionsUiNavigationBar.d.ts +10 -0
  156. package/dist/v2/entity/bypass/payment/TossBrandpayWidgetOptions.d.ts +16 -0
  157. package/dist/v2/entity/bypass/payment/TossBrandpayWidgetOptionsMethodType.d.ts +11 -0
  158. package/dist/v2/entity/bypass/payment/TossBrandpayWidgetOptionsUi.d.ts +4 -0
  159. package/dist/v2/entity/bypass/payment/TossBrandpayWidgetOptionsUiPromotionSection.d.ts +6 -0
  160. package/dist/v2/entity/bypass/payment/TossBrandpayWidgetOptionsUiPromotionSectionDescription.d.ts +10 -0
  161. package/dist/v2/entity/bypass/payment/TossBrandpayWidgetOptionsUiPromotionSectionSummary.d.ts +6 -0
  162. package/dist/v2/entity/bypass/payment/TosspayV2.d.ts +8 -7
  163. package/dist/v2/entity/bypass/payment/TosspayV2CashReceiptTradeOption.d.ts +29 -0
  164. package/dist/v2/entity/bypass/payment/Tosspayments.d.ts +9 -4
  165. package/dist/v2/entity/bypass/payment/Welcome.d.ts +84 -96
  166. package/dist/v2/entity/bypass/payment/index.d.ts +60 -36
  167. package/dist/v2/entity/index.d.ts +50 -36
  168. package/dist/v2/exception/CheckoutServiceErrorCode.d.ts +11 -1
  169. package/dist/v2/exception/GrpcErrorCode.d.ts +71 -1
  170. package/dist/v2/exception/IdentityVerificationError.d.ts +57 -10
  171. package/dist/v2/exception/IssueBillingKeyAndPayError.d.ts +60 -14
  172. package/dist/v2/exception/IssueBillingKeyError.d.ts +55 -9
  173. package/dist/v2/exception/LoadIssueBillingKeyUIError.d.ts +27 -2
  174. package/dist/v2/exception/LoadPaymentUIError.d.ts +27 -2
  175. package/dist/v2/exception/ModuleError.d.ts +22 -3
  176. package/dist/v2/exception/PaymentError.d.ts +57 -10
  177. package/dist/v2/exception/TxServiceIdentityVerificationErrorCode.d.ts +11 -1
  178. package/dist/v2/exception/TxServiceIssueErrorCode.d.ts +12 -1
  179. package/dist/v2/exception/TxServicePayErrorCode.d.ts +16 -1
  180. package/dist/v2/exception/index.d.ts +5 -0
  181. package/dist/v2/index.d.ts +14 -11
  182. package/dist/v2/loadIssueBillingKeyUI.d.ts +3 -22
  183. package/dist/v2/loadPaymentUI.d.ts +3 -34
  184. package/dist/v2/loader.d.ts +20 -15
  185. package/dist/v2/request/IdentityVerificationRequest.d.ts +66 -0
  186. package/dist/v2/request/IssueBillingKeyAndPayRequest.d.ts +3 -0
  187. package/dist/v2/request/IssueBillingKeyAndPayRequestBase.d.ts +207 -0
  188. package/dist/v2/request/IssueBillingKeyAndPayRequestUnion.d.ts +4 -0
  189. package/dist/v2/request/IssueBillingKeyAndPayRequestUnionMobile.d.ts +11 -0
  190. package/dist/v2/request/IssueBillingKeyRequest.d.ts +3 -0
  191. package/dist/v2/request/IssueBillingKeyRequestBase.d.ts +142 -0
  192. package/dist/v2/request/IssueBillingKeyRequestUnion.d.ts +10 -0
  193. package/dist/v2/request/IssueBillingKeyRequestUnionCard.d.ts +7 -0
  194. package/dist/v2/request/IssueBillingKeyRequestUnionEasyPay.d.ts +17 -0
  195. package/dist/v2/request/IssueBillingKeyRequestUnionMobile.d.ts +11 -0
  196. package/dist/v2/request/IssueBillingKeyRequestUnionPaypal.d.ts +1 -0
  197. package/dist/v2/request/LoadIssueBillingKeyUIRequest.d.ts +84 -0
  198. package/dist/v2/request/LoadPaymentUIRequest.d.ts +198 -0
  199. package/dist/v2/request/PaymentRequest.d.ts +3 -0
  200. package/dist/v2/request/PaymentRequestBase.d.ts +253 -0
  201. package/dist/v2/request/PaymentRequestUnion.d.ts +35 -0
  202. package/dist/v2/request/PaymentRequestUnionAlipay.d.ts +1 -0
  203. package/dist/v2/request/PaymentRequestUnionCard.d.ts +79 -0
  204. package/dist/v2/request/PaymentRequestUnionConvenienceStore.d.ts +7 -0
  205. package/dist/v2/request/PaymentRequestUnionConvenienceStorePaymentDeadline.d.ts +16 -0
  206. package/dist/v2/request/PaymentRequestUnionEasyPay.d.ts +110 -0
  207. package/dist/v2/request/PaymentRequestUnionGiftCertificate.d.ts +10 -0
  208. package/dist/v2/request/PaymentRequestUnionMobile.d.ts +16 -0
  209. package/dist/v2/request/PaymentRequestUnionPaypal.d.ts +1 -0
  210. package/dist/v2/request/PaymentRequestUnionTransfer.d.ts +23 -0
  211. package/dist/v2/request/PaymentRequestUnionVirtualAccount.d.ts +45 -0
  212. package/dist/v2/request/PaymentRequestUnionVirtualAccountAccountExpiry.d.ts +25 -0
  213. package/dist/v2/request/PaymentRequestUnionVirtualAccountFixedOption.d.ts +14 -0
  214. package/dist/v2/request/index.d.ts +29 -0
  215. package/dist/v2/requestIdentityVerification.d.ts +2 -27
  216. package/dist/v2/requestIssueBillingKey.d.ts +2 -55
  217. package/dist/v2/requestIssueBillingKeyAndPay.d.ts +2 -55
  218. package/dist/v2/requestPayment.d.ts +2 -109
  219. package/dist/v2/response/IdentityVerificationResponse.d.ts +49 -0
  220. package/dist/v2/response/IssueBillingKeyAndPayResponse.d.ts +53 -0
  221. package/dist/v2/response/IssueBillingKeyResponse.d.ts +41 -0
  222. package/dist/v2/response/PaymentResponse.d.ts +47 -0
  223. package/dist/v2/response/index.d.ts +4 -0
  224. package/dist/v2/updateLoadIssueBillingKeyUIRequest.d.ts +1 -1
  225. package/dist/v2/updateLoadPaymentUIRequest.d.ts +1 -1
  226. package/dist/v2.cjs +3230 -343
  227. package/dist/v2.js +3179 -344
  228. package/package.json +8 -8
@@ -1,14 +1,35 @@
1
1
  /**
2
- * 트랜잭션 유형
2
+ * **트랜잭션 유형**
3
+ *
3
4
  * - PAYMENT: 결제
4
- * - ISSUE_BILLING_KEY: 빌링키 발급
5
- * - IDENTITY_VERIFICATION: 본인 인증
6
- * - ISSUE_BILLING_KEY_AND_PAY: 빌링키 발급과 동시에 결제
5
+ * - ISSUE\_BILLING\_KEY: 빌링키 발급
6
+ * - IDENTITY\_VERIFICATION: 본인 인증
7
+ * - ISSUE\_BILLING\_KEY\_AND\_PAY: 빌링키 발급과 동시에 결제
7
8
  */
8
9
  export declare const TransactionType: {
10
+ /**
11
+ * 결제
12
+ */
9
13
  readonly PAYMENT: "PAYMENT";
14
+ /**
15
+ * 빌링키 발급
16
+ */
10
17
  readonly ISSUE_BILLING_KEY: "ISSUE_BILLING_KEY";
18
+ /**
19
+ * 본인 인증
20
+ */
11
21
  readonly IDENTITY_VERIFICATION: "IDENTITY_VERIFICATION";
22
+ /**
23
+ * 빌링키 발급 및 초회결제
24
+ */
12
25
  readonly ISSUE_BILLING_KEY_AND_PAY: "ISSUE_BILLING_KEY_AND_PAY";
13
26
  };
14
- export type TransactionType = typeof TransactionType[keyof typeof TransactionType];
27
+ /**
28
+ * **트랜잭션 유형**
29
+ *
30
+ * - PAYMENT: 결제
31
+ * - ISSUE\_BILLING\_KEY: 빌링키 발급
32
+ * - IDENTITY\_VERIFICATION: 본인 인증
33
+ * - ISSUE\_BILLING\_KEY\_AND\_PAY: 빌링키 발급과 동시에 결제
34
+ */
35
+ export type TransactionType = (typeof TransactionType)[keyof typeof TransactionType];
@@ -0,0 +1,6 @@
1
+ /**
2
+ * **부가세 금액**
3
+ *
4
+ * 미입력 시 과세 금액의 1/11로 자동 계산됩니다.
5
+ */
6
+ export type VatAmount = number;
@@ -1,15 +1,7 @@
1
- /**
2
- * PG사 창 렌더링 방식
3
- * PG사나 결제 환경에 따라 허용되는 창 종류가 다름
4
- */
5
1
  export declare const WindowType: {
6
2
  readonly IFRAME: "IFRAME";
7
3
  readonly POPUP: "POPUP";
8
4
  readonly REDIRECTION: "REDIRECTION";
9
5
  readonly UI: "UI";
10
6
  };
11
- export type WindowType = typeof WindowType[keyof typeof WindowType];
12
- export type WindowTypes = {
13
- pc?: WindowType;
14
- mobile?: WindowType;
15
- };
7
+ export type WindowType = (typeof WindowType)[keyof typeof WindowType];
@@ -0,0 +1,18 @@
1
+ import { WindowType } from './WindowType.js';
2
+ /**
3
+ * **환경 별 제공되는 결제/본인인증 창 유형**
4
+ *
5
+ * - PG사에 따라 가능한 창 유형이 다릅니다.
6
+ * - 전달되지 않았을 때 결정되는 기본 창이 다릅니다.
7
+ * - 미입력 시, 해당 PG사의 기본 창 방식을 따릅니다.
8
+ */
9
+ export type WindowTypes = {
10
+ /**
11
+ * **PC에서의 결제창 유형** `IFRAME`, `REDIRECTION`, `POPUP` 중 하나를 입력해주세요.
12
+ */
13
+ pc?: WindowType | undefined;
14
+ /**
15
+ * **모바일에서의 결제창 유형** `IFRAME`, `REDIRECTION`, `POPUP` 중 하나를 입력해주세요.
16
+ */
17
+ mobile?: WindowType | undefined;
18
+ };
@@ -0,0 +1,20 @@
1
+ import type { DanalIdentityVerificationBypass } from './identityVerification/Danal.js';
2
+ import type { InicisUnifiedIdentityVerificationBypass } from './identityVerification/InicisUnified.js';
3
+ import type { KcpV2IdentityVerificationBypass } from './identityVerification/KcpV2.js';
4
+ /**
5
+ * **PG사 본인인증 창 호출 시 PG사로 그대로 bypass할 값들의 모음**
6
+ */
7
+ export type IdentityVerificationBypass = {
8
+ /**
9
+ * **다날 bypass 파라미터**
10
+ */
11
+ danal?: DanalIdentityVerificationBypass | undefined;
12
+ /**
13
+ * **KG이니시스 bypass 파라미터**
14
+ */
15
+ inicisUnified?: InicisUnifiedIdentityVerificationBypass | undefined;
16
+ /**
17
+ * **KCP bypass 파라미터**
18
+ */
19
+ kcpV2?: KcpV2IdentityVerificationBypass | undefined;
20
+ };
@@ -0,0 +1,17 @@
1
+ import type { WelcomeIssueBillingKeyAndPayBypass } from './issueBillingKeyAndPay/Welcome.js';
2
+ import type { PayletterGlobalIssueBillingKeyAndPayBypass } from './issueBillingKeyAndPay/PayletterGlobal.js';
3
+ import type { EximbayV2IssueBillingKeyAndPayBypass } from './issueBillingKeyAndPay/EximbayV2.js';
4
+ export type IssueBillingKeyAndPayBypass = {
5
+ /**
6
+ * **웰컴페이먼츠 bypass 파라미터**
7
+ */
8
+ welcome?: WelcomeIssueBillingKeyAndPayBypass | undefined;
9
+ /**
10
+ * **페이레터 해외결제 bypass 파라미터**
11
+ */
12
+ payletter_global?: PayletterGlobalIssueBillingKeyAndPayBypass | undefined;
13
+ /**
14
+ * **엑심베이 bypass 파라미터**
15
+ */
16
+ eximbay_v2?: EximbayV2IssueBillingKeyAndPayBypass | undefined;
17
+ };
@@ -0,0 +1,37 @@
1
+ import type { KakaopayPaymentBypass } from './payment/Kakaopay.js';
2
+ import type { SmartroV2IssueBillingKeyBypass } from './issueBillingKey/SmartroV2.js';
3
+ import type { NaverpayIssueBillingKeyBypass } from './issueBillingKey/Naverpay.js';
4
+ import type { WelcomeIssueBillingKeyBypass } from './issueBillingKey/Welcome.js';
5
+ import type { TosspayV2IssueBillingKeyBypass } from './issueBillingKey/TosspayV2.js';
6
+ import type { InicisV2IssueBillingKeyBypass } from './issueBillingKey/InicisV2.js';
7
+ import type { KcpV2IssueBillingKeyBypass } from './issueBillingKey/KcpV2.js';
8
+ export type IssueBillingKeyBypass = {
9
+ /**
10
+ * 카카오페이 bypass 파라미터
11
+ */
12
+ kakaopay?: KakaopayPaymentBypass | undefined;
13
+ /**
14
+ * **스마트로 bypass 파라미터**
15
+ */
16
+ smartro_v2?: SmartroV2IssueBillingKeyBypass | undefined;
17
+ /**
18
+ * **네이버페이 bypass 파라미터**
19
+ */
20
+ naverpay?: NaverpayIssueBillingKeyBypass | undefined;
21
+ /**
22
+ * **웰컴페이먼츠 bypass 파라미터**
23
+ */
24
+ welcome?: WelcomeIssueBillingKeyBypass | undefined;
25
+ /**
26
+ * **토스페이 bypass 파라미터**
27
+ */
28
+ tosspay_v2?: TosspayV2IssueBillingKeyBypass | undefined;
29
+ /**
30
+ * **KG이니시스 bypass 파라미터**
31
+ */
32
+ inicis_v2?: InicisV2IssueBillingKeyBypass | undefined;
33
+ /**
34
+ * **KCP bypass 파라미터**
35
+ */
36
+ kcp_v2?: KcpV2IssueBillingKeyBypass | undefined;
37
+ };
@@ -0,0 +1,7 @@
1
+ import type { PaypalV2LoadIssueBillingKeyUIBypass } from './loadIssueBillingKeyUI/PaypalV2.js';
2
+ export type LoadIssueBillingKeyUIBypass = {
3
+ /**
4
+ * **Paypal bypass 파라미터**
5
+ */
6
+ paypal_v2?: PaypalV2LoadIssueBillingKeyUIBypass | undefined;
7
+ };
@@ -0,0 +1,7 @@
1
+ import type { PaypalV2LoadPaymentUIBypass } from './loadPaymentUI/PaypalV2.js';
2
+ export type LoadPaymentUIBypass = {
3
+ /**
4
+ * **Paypal bypass 파라미터**
5
+ */
6
+ paypal_v2?: PaypalV2LoadPaymentUIBypass | undefined;
7
+ };
@@ -0,0 +1,92 @@
1
+ import type { TosspaymentsPaymentBypass } from './payment/Tosspayments.js';
2
+ import type { KsnetPaymentBypass } from './payment/Ksnet.js';
3
+ import type { PaypalV2PaymentBypass } from './payment/PaypalV2.js';
4
+ import type { KakaopayPaymentBypass } from './payment/Kakaopay.js';
5
+ import type { SmartroV2PaymentBypass } from './payment/SmartroV2.js';
6
+ import type { NaverpayPaymentBypass } from './payment/Naverpay.js';
7
+ import type { NiceV2PaymentBypass } from './payment/NiceV2.js';
8
+ import type { TossBrandpayPaymentBypass } from './payment/TossBrandpay.js';
9
+ import type { WelcomePaymentBypass } from './payment/Welcome.js';
10
+ import type { TosspayV2PaymentBypass } from './payment/TosspayV2.js';
11
+ import type { InicisV2Bypass } from './payment/InicisV2.js';
12
+ import type { KpnBypass } from './payment/Kpn.js';
13
+ import type { KcpV2Bypass } from './payment/KcpV2.js';
14
+ import type { HyphenBypass } from './payment/Hyphen.js';
15
+ import type { EximbayV2Bypass } from './payment/EximbayV2.js';
16
+ import type { InicisJpBypass } from './payment/InicisJp.js';
17
+ import type { PayletterGlobalBypass } from './payment/PayletterGlobal.js';
18
+ /**
19
+ * **PG사 결제창 호출 시 PG사로 그대로 bypass할 값들의 모음**
20
+ */
21
+ export type PaymentBypass = {
22
+ /**
23
+ * 토스페이먼츠 bypass 파라미터
24
+ */
25
+ tosspayments?: TosspaymentsPaymentBypass | undefined;
26
+ /**
27
+ * KSNET bypass 파라미터
28
+ */
29
+ ksnet?: KsnetPaymentBypass | undefined;
30
+ /**
31
+ * **Paypal bypass 파라미터**
32
+ */
33
+ paypal_v2?: PaypalV2PaymentBypass | undefined;
34
+ /**
35
+ * 카카오페이 bypass 파라미터
36
+ */
37
+ kakaopay?: KakaopayPaymentBypass | undefined;
38
+ /**
39
+ * 스마트로 V2 bypass 파라미터
40
+ */
41
+ smartro_v2?: SmartroV2PaymentBypass | undefined;
42
+ /**
43
+ * 네이버페이 bypass 파라미터
44
+ */
45
+ naverpay?: NaverpayPaymentBypass | undefined;
46
+ /**
47
+ * (신)나이스페이먼츠 bypass 파라미터
48
+ */
49
+ nice_v2?: NiceV2PaymentBypass | undefined;
50
+ /**
51
+ * 토스 브랜드페이 bypass 파라미터
52
+ */
53
+ toss_brandpay?: TossBrandpayPaymentBypass | undefined;
54
+ /**
55
+ * 웰컴페이먼츠 bypass 파라미터
56
+ */
57
+ welcome?: WelcomePaymentBypass | undefined;
58
+ /**
59
+ * 토스페이 bypass 파라미터
60
+ */
61
+ tosspay_v2?: TosspayV2PaymentBypass | undefined;
62
+ /**
63
+ * KG이니시스 bypass 파라미터
64
+ *
65
+ * KG이니시스는 PC 결제 모듈과 모바일 결제 모듈이 분리되어 있기 때문에 bypass 파라미터 또한 PC용과 모바일용이 분리되어 있습니다.
66
+ */
67
+ inicis_v2?: InicisV2Bypass | undefined;
68
+ /**
69
+ * KPN bypass 파라미터
70
+ */
71
+ kpn?: KpnBypass | undefined;
72
+ /**
73
+ * NHN KCP bypass 파라미터
74
+ */
75
+ kcp_v2?: KcpV2Bypass | undefined;
76
+ /**
77
+ * 하이픈 bypass 파라미터
78
+ */
79
+ hyphen?: HyphenBypass | undefined;
80
+ /**
81
+ * 엑심베이 V2 bypass 파라미터
82
+ */
83
+ eximbay_v2?: EximbayV2Bypass | undefined;
84
+ /**
85
+ * 이니시스 일본 bypass 파라미터
86
+ */
87
+ inicis_jp?: InicisJpBypass | undefined;
88
+ /**
89
+ * 페이레터 해외결제 bypass 파라미터
90
+ */
91
+ payletter_global?: PayletterGlobalBypass | undefined;
92
+ };
@@ -1,23 +1,30 @@
1
1
  /**
2
- * 정규화가 어려운 다날 본인인증 bypass 파라미터
3
- * 가맹점으로부터 전달 된 값을 PG사로 그대로 전달
2
+ * **다날 bypass 파라미터**
4
3
  */
5
4
  export type DanalIdentityVerificationBypass = {
6
5
  /**
7
- * 가맹점 서비스 URL 혹은 본인확인 기능 사용 경로
8
- * 본인확인 기능을 앱에서만 사용하는 경우 서비스 홈 URL 입력. Ex) www.MarketA.co.kr
9
- * 본인확인 기능을 사용하는 웹 페이지가 존재할 경우 해당 URL 입력. Ex) m.login.MarketC.co.kr
10
- * 웹 서비스 URL 자체가 존재하지 않는 경우 서비스 이름 (app 이름) 입력. Ex) 마켓A
6
+ * **고객사 서비스 URL 혹은 본인확인 기능 사용 경로**
11
7
  *
12
- * 해당 값을 넘기지 않을 경우 '포트원'으로 default 채움
8
+ * - 본인확인 기능을 앱에서만 사용하는 경우 서비스 URL 입력. Ex) `m.login.MarketC.co.kr`
9
+ * - 본인확인 기능을 사용하는 웹 페이지가 존재할 경우 해당 URL 입력. Ex) `www.MarketA.co.kr`
10
+ * - 웹 서비스 URL 자체가 존재하지 않는 경우 서비스 이름 (app 이름) 입력. Ex) `마켓A`
11
+ * - 해당 값을 넘기지 않을 경우 `포트원`으로 default 값을 채웁니다.
13
12
  */
14
- CPTITLE?: string;
15
- AGELIMIT?: number;
13
+ CPTITLE?: string | undefined;
16
14
  /**
17
- * 통신사 정보. 인증 화면에서 해당 통신사만 활성화시킴
18
- * 가능한 값: 'SKT', 'KTF', 'LGT', 'MVNO'
19
- * 여러 개의 통신사를 활성화시키려면 값들을 semicolon(;) 으로 이어야 함.
20
- * ex) 'SKT;KTF'
15
+ * **본인인증을 진행할 있는 최소 나이**
16
+ *
17
+ * 해당 값을 채워서 요청할 경우 본인인증을 진행할 있는 최소 만 나이를 설정할 수 있습니다.
18
+ */
19
+ AGELIMIT?: number | undefined;
20
+ /**
21
+ * **통신사 정보**
22
+ *
23
+ * 인증 화면에서 해당 통신사만 활성화시킬 수 있습니다.
24
+ *
25
+ * 가능한 값: `SKT`, `KTF`, `LGT`, `MVNO`
26
+ *
27
+ * 여러 개의 통신사를 활성화시키려면 위 값들을 semicolon(`;`) 으로 이어야 합니다. ex) `SKT;KTF`
21
28
  */
22
- IsCarrier?: string;
29
+ IsCarrier?: string | undefined;
23
30
  };
@@ -1,23 +1,42 @@
1
+ import { InicisUnifiedDirectAgency } from './InicisUnifiedDirectAgency.js';
2
+ import { InicisUnifiedFlgFixedUser } from './InicisUnifiedFlgFixedUser.js';
3
+ /**
4
+ * **KG이니시스 bypass 파라미터**
5
+ */
1
6
  export type InicisUnifiedIdentityVerificationBypass = {
2
7
  /**
3
- * 인증 대상 정보를 미리 지정할지 여부
8
+ * **단독 노출할 인증 업체 코드**
9
+ *
10
+ * 인증 업체 선택 화면 없이 설정한 인증 업체를 통해 인증하도록 합니다.
4
11
  */
5
- flgFixedUser: 'Y' | 'N';
12
+ directAgency?: InicisUnifiedDirectAgency | undefined;
6
13
  /**
7
- * DI를 생성할 사용할 salt
14
+ * **인증 창에서 고객 정보를 미리 채울지 여부**
15
+ *
16
+ * `Y`, `N` 중 하나를 입력해주세요.
17
+ *
18
+ * `Y`인 경우 이름, 연락처, 출생년도, 출생월, 출생일을 필수로 입력해야 합니다.
8
19
  */
9
- DI_CODE?: string;
20
+ flgFixedUser: InicisUnifiedFlgFixedUser;
10
21
  /**
11
- * 인증 화면 좌측 상단에, PG사 로고 대신 표시할 로고의 URL
22
+ * **인증 창에 표시할 로고 URL**
23
+ *
24
+ * 인증 창 좌측 상단 KG이니시스 로고 대신 들어갈 로고의 URL입니다.
25
+ * 최적 크기는 가로 164px, 세로 28px입니다.
26
+ *
27
+ * HTTPS URL을 입력합니다. (HTTP URL인 경우 표시되지 않을 수 있습니다.)
12
28
  */
13
- logoUrl?: string;
29
+ logoUrl?: string | undefined;
14
30
  /**
15
- * 인증 업체를 미리 선택할 경우, 인증 업체 코드
31
+ * DI를 생성할 사용할 salt
16
32
  */
17
- directAgency?: 'PAYCO' | 'PASS' | 'TOSS' | 'KFTC' | 'KAKAO' | 'NAVER' | 'SAMSUNG' | 'SHINHAN' | 'KB' | 'HANA' | 'WOORI' | 'NH' | 'KAKAOBANK' | 'SMS';
33
+ DI_CODE?: string | undefined;
18
34
  /**
19
- * 간편인증 시에 성별 및 외국인 정보를 제공하지 않는 업체(네이버, 카카오)에 대해 고객이 입력한 정보 사용
20
- * 기본값: `Y`
35
+ * **성별 및 외국인 정보 별도 입력 여부**
36
+ *
37
+ * `Y`(기본값)인 경우 성별 및 외국인 정보를 제공하지 않는 일부 인증기관 사용 시 성별 및 외국인 정보 입력란을 표시합니다. **해당 정보는 인증 기관을 통해 검증되지 않습니다.**
38
+ *
39
+ * `N`인 경우 네이버, 카카오에서 사용자가 성별 및 외국인 정보를 입력하는 칸을 표시하지 않습니다.
21
40
  */
22
- FRGNDInfo?: 'Y' | 'N';
41
+ FRGNDInfo?: string | undefined;
23
42
  };
@@ -0,0 +1,69 @@
1
+ /**
2
+ * **단독 노출할 인증 업체 코드**
3
+ *
4
+ * 인증 업체 선택 화면 없이 설정한 인증 업체를 통해 인증하도록 합니다.
5
+ */
6
+ export declare const InicisUnifiedDirectAgency: {
7
+ /**
8
+ * 페이코
9
+ */
10
+ readonly PAYCO: "PAYCO";
11
+ /**
12
+ * 패스 (통신사)
13
+ */
14
+ readonly PASS: "PASS";
15
+ /**
16
+ * 토스
17
+ */
18
+ readonly TOSS: "TOSS";
19
+ /**
20
+ * 금융결제원
21
+ */
22
+ readonly KFTC: "KFTC";
23
+ /**
24
+ * 카카오
25
+ */
26
+ readonly KAKAO: "KAKAO";
27
+ /**
28
+ * 네이버
29
+ */
30
+ readonly NAVER: "NAVER";
31
+ /**
32
+ * 삼성패스
33
+ */
34
+ readonly SAMSUNG: "SAMSUNG";
35
+ /**
36
+ * 신한은행
37
+ */
38
+ readonly SHINHAN: "SHINHAN";
39
+ /**
40
+ * 국민은행
41
+ */
42
+ readonly KB: "KB";
43
+ /**
44
+ * 하나은행
45
+ */
46
+ readonly HANA: "HANA";
47
+ /**
48
+ * 우리은행
49
+ */
50
+ readonly WOORI: "WOORI";
51
+ /**
52
+ * 농협은행
53
+ */
54
+ readonly NH: "NH";
55
+ /**
56
+ * 카카오뱅크
57
+ */
58
+ readonly KAKAOBANK: "KAKAOBANK";
59
+ /**
60
+ * 휴대폰 인증, 별도 계약 필요
61
+ */
62
+ readonly SMS: "SMS";
63
+ };
64
+ /**
65
+ * **단독 노출할 인증 업체 코드**
66
+ *
67
+ * 인증 업체 선택 화면 없이 설정한 인증 업체를 통해 인증하도록 합니다.
68
+ */
69
+ export type InicisUnifiedDirectAgency = (typeof InicisUnifiedDirectAgency)[keyof typeof InicisUnifiedDirectAgency];
@@ -0,0 +1,19 @@
1
+ /**
2
+ * **인증 창에서 고객 정보를 미리 채울지 여부**
3
+ *
4
+ * `Y`, `N` 중 하나를 입력해주세요.
5
+ *
6
+ * `Y`인 경우 이름, 연락처, 출생년도, 출생월, 출생일을 필수로 입력해야 합니다.
7
+ */
8
+ export declare const InicisUnifiedFlgFixedUser: {
9
+ readonly Y: "Y";
10
+ readonly N: "N";
11
+ };
12
+ /**
13
+ * **인증 창에서 고객 정보를 미리 채울지 여부**
14
+ *
15
+ * `Y`, `N` 중 하나를 입력해주세요.
16
+ *
17
+ * `Y`인 경우 이름, 연락처, 출생년도, 출생월, 출생일을 필수로 입력해야 합니다.
18
+ */
19
+ export type InicisUnifiedFlgFixedUser = (typeof InicisUnifiedFlgFixedUser)[keyof typeof InicisUnifiedFlgFixedUser];
@@ -1,6 +1,9 @@
1
+ /**
2
+ * **KCP bypass 파라미터**
3
+ */
1
4
  export type KcpV2IdentityVerificationBypass = {
2
5
  /**
3
- * DI 생성 시 사용할 사이트 ID
6
+ * **DI 생성 시 사용할 사이트 ID**
4
7
  */
5
- web_siteid?: string;
8
+ web_siteid?: string | undefined;
6
9
  };
@@ -1,8 +1,5 @@
1
- import { DanalIdentityVerificationBypass } from './Danal.js';
2
- import { InicisUnifiedIdentityVerificationBypass } from './InicisUnified.js';
3
- import { KcpV2IdentityVerificationBypass } from './KcpV2.js';
4
- export type IdentityVerificationBypass = {
5
- danal?: DanalIdentityVerificationBypass;
6
- inicisUnified?: InicisUnifiedIdentityVerificationBypass;
7
- kcpV2?: KcpV2IdentityVerificationBypass;
8
- };
1
+ export * from './Danal.js';
2
+ export * from './InicisUnified.js';
3
+ export * from './InicisUnifiedDirectAgency.js';
4
+ export * from './InicisUnifiedFlgFixedUser.js';
5
+ export * from './KcpV2.js';
@@ -0,0 +1,12 @@
1
+ export * from './IdentityVerificationBypass.js';
2
+ export * from './IssueBillingKeyBypass.js';
3
+ export * from './IssueBillingKeyAndPayBypass.js';
4
+ export * from './LoadIssueBillingKeyUIBypass.js';
5
+ export * from './LoadPaymentUIBypass.js';
6
+ export * from './PaymentBypass.js';
7
+ export * from './identityVerification/index.js';
8
+ export * from './issueBillingKey/index.js';
9
+ export * from './issueBillingKeyAndPay/index.js';
10
+ export * from './loadIssueBillingKeyUI/index.js';
11
+ export * from './loadPaymentUI/index.js';
12
+ export * from './payment/index.js';
@@ -1,8 +1,10 @@
1
- export type InicisV2IssueBillingKeyBypass = InicisV2IssueBillingKeyBypassOnMobile;
2
- type InicisV2IssueBillingKeyBypassOnMobile = {
1
+ import { InicisV2CardUse } from './InicisV2CardUse.js';
2
+ /**
3
+ * **KG이니시스 bypass 파라미터**
4
+ */
5
+ export type InicisV2IssueBillingKeyBypass = {
3
6
  /**
4
- * 개인/법인카드 선택 옵션 ["percard":개인카드만 선택 가능,"cocard":법인 카드만 선택 가능]
7
+ * 개인/법인카드 선택 옵션
5
8
  */
6
- carduse?: 'percard' | 'cocard';
9
+ carduse?: InicisV2CardUse | undefined;
7
10
  };
8
- export {};
@@ -0,0 +1,17 @@
1
+ /**
2
+ * 개인/법인카드 선택 옵션
3
+ */
4
+ export declare const InicisV2CardUse: {
5
+ /**
6
+ * 개인카드만 선택 가능
7
+ */
8
+ readonly percard: "percard";
9
+ /**
10
+ * 법인 카드만 선택 가능
11
+ */
12
+ readonly cocard: "cocard";
13
+ };
14
+ /**
15
+ * 개인/법인카드 선택 옵션
16
+ */
17
+ export type InicisV2CardUse = (typeof InicisV2CardUse)[keyof typeof InicisV2CardUse];
@@ -1,6 +1,10 @@
1
+ import { KcpV2BatchSocChoice } from './KcpV2BatchSocChoice.js';
2
+ /**
3
+ * **KCP bypass 파라미터**
4
+ */
1
5
  export type KcpV2IssueBillingKeyBypass = {
2
6
  /**
3
- * 결제창에서 주민번호/사업자 번호 고정여부 설정 S: 주민번호만 표시 C: 사업자번호만 표시
7
+ * 결제창에서 주민번호/사업자 번호 고정여부 설정
4
8
  */
5
- batch_soc_choice?: 'S' | 'C';
9
+ batch_soc_choice?: KcpV2BatchSocChoice | undefined;
6
10
  };
@@ -0,0 +1,17 @@
1
+ /**
2
+ * 결제창에서 주민번호/사업자 번호 고정여부 설정
3
+ */
4
+ export declare const KcpV2BatchSocChoice: {
5
+ /**
6
+ * 주민번호만 표시
7
+ */
8
+ readonly S: "S";
9
+ /**
10
+ * 사업자번호만 표시
11
+ */
12
+ readonly C: "C";
13
+ };
14
+ /**
15
+ * 결제창에서 주민번호/사업자 번호 고정여부 설정
16
+ */
17
+ export type KcpV2BatchSocChoice = (typeof KcpV2BatchSocChoice)[keyof typeof KcpV2BatchSocChoice];
@@ -1,8 +1,13 @@
1
1
  /**
2
- * 정규화가 어려운 네이버페이 빌링키 발급 bypass 파라미터
3
- * 가맹점으로부터 전달 된 값을 PG사로 그대로 전달
2
+ * **네이버페이 bypass 파라미터**
4
3
  */
5
4
  export type NaverpayIssueBillingKeyBypass = {
6
- subMerchantName?: string;
7
- subMerchantId?: string;
5
+ /**
6
+ * 하부 가맹점 명
7
+ */
8
+ subMerchantName?: string | undefined;
9
+ /**
10
+ * 하부 가맹점 ID
11
+ */
12
+ subMerchantId?: string | undefined;
8
13
  };
@@ -1,8 +1,15 @@
1
+ import { SmartroV2SkinColor } from './SmartroV2SkinColor.js';
2
+ import { SmartroV2IsPwdPass } from './SmartroV2IsPwdPass.js';
1
3
  /**
2
- * 정규화가 어려운 스마트로 bypass 파라미터
3
- * 가맹점으로부터 전달 된 값을 PG사로 그대로 전달
4
+ * **스마트로 bypass 파라미터**
4
5
  */
5
6
  export type SmartroV2IssueBillingKeyBypass = {
6
- SkinColor?: 'RED' | 'GREEN' | 'BLUE' | 'PURPLE';
7
- IsPwdPass?: 'Y' | 'N';
7
+ /**
8
+ * UI 스타일(기본: RED)
9
+ */
10
+ SkinColor?: SmartroV2SkinColor | undefined;
11
+ /**
12
+ * 결제 비밀번호 등록 Skip 여부
13
+ */
14
+ IsPwdPass?: SmartroV2IsPwdPass | undefined;
8
15
  };
@@ -0,0 +1,17 @@
1
+ /**
2
+ * 결제 비밀번호 등록 Skip 여부
3
+ */
4
+ export declare const SmartroV2IsPwdPass: {
5
+ /**
6
+ * 비밀번호 설정 미사용
7
+ */
8
+ readonly Y: "Y";
9
+ /**
10
+ * 비밀번호 설정 사용
11
+ */
12
+ readonly N: "N";
13
+ };
14
+ /**
15
+ * 결제 비밀번호 등록 Skip 여부
16
+ */
17
+ export type SmartroV2IsPwdPass = (typeof SmartroV2IsPwdPass)[keyof typeof SmartroV2IsPwdPass];
@@ -0,0 +1,13 @@
1
+ /**
2
+ * UI 스타일(기본: RED)
3
+ */
4
+ export declare const SmartroV2SkinColor: {
5
+ readonly RED: "RED";
6
+ readonly GREEN: "GREEN";
7
+ readonly BLUE: "BLUE";
8
+ readonly PURPLE: "PURPLE";
9
+ };
10
+ /**
11
+ * UI 스타일(기본: RED)
12
+ */
13
+ export type SmartroV2SkinColor = (typeof SmartroV2SkinColor)[keyof typeof SmartroV2SkinColor];
@@ -1,7 +1,9 @@
1
1
  /**
2
- * 정규화가 어려운 토스페이 V2 bypass 파라미터
3
- * 가맹점으로부터 전달 된 값을 PG사로 그대로 전달
2
+ * **토스페이 bypass 파라미터**
4
3
  */
5
4
  export type TosspayV2IssueBillingKeyBypass = {
6
- encryptedUserCi?: string;
5
+ /**
6
+ * 암호화된 사용자 CI
7
+ */
8
+ encryptedUserCi?: string | undefined;
7
9
  };