@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,8 +1,28 @@
1
- import { Entity } from '../index.js';
1
+ import { Country } from './Country.js';
2
+ /**
3
+ * **주소 정보**
4
+ */
2
5
  export type Address = {
3
- country?: Entity.Country;
6
+ /**
7
+ * **국가**
8
+ *
9
+ * [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) 코드입니다.
10
+ */
11
+ country?: Country | undefined;
12
+ /**
13
+ * **주소 첫째 줄**
14
+ */
4
15
  addressLine1: string;
16
+ /**
17
+ * **주소 둘째 줄**
18
+ */
5
19
  addressLine2: string;
6
- city?: string;
7
- province?: string;
20
+ /**
21
+ * **도시**
22
+ */
23
+ city?: string | undefined;
24
+ /**
25
+ * **주, 도, 시**
26
+ */
27
+ province?: string | undefined;
8
28
  };
@@ -1,78 +1,352 @@
1
+ /**
2
+ * 가상계좌 발급시 사용되는 은행 코드
3
+ */
1
4
  export declare const Bank: {
5
+ /**
6
+ * 한국은행
7
+ */
2
8
  readonly BANK_OF_KOREA: "BANK_BANK_OF_KOREA";
9
+ /**
10
+ * 산업은행
11
+ */
3
12
  readonly KOREA_DEVELOPMENT_BANK: "BANK_KOREA_DEVELOPMENT_BANK";
13
+ /**
14
+ * 기업은행
15
+ *
16
+ * - KCP
17
+ * - 스마트로
18
+ */
4
19
  readonly INDUSTRIAL_BANK_OF_KOREA: "BANK_INDUSTRIAL_BANK_OF_KOREA";
20
+ /**
21
+ * 국민은행
22
+ *
23
+ * - KCP
24
+ * - 스마트로
25
+ */
5
26
  readonly KOOKMIN_BANK: "BANK_KOOKMIN_BANK";
27
+ /**
28
+ * 수협은행
29
+ *
30
+ * - KCP
31
+ * - 스마트로
32
+ */
6
33
  readonly SUHYUP_BANK: "BANK_SUHYUP_BANK";
34
+ /**
35
+ * 수출입은행
36
+ */
7
37
  readonly EXPORT_IMPORT_BANK_OF_KOREA: "BANK_EXPORT_IMPORT_BANK_OF_KOREA";
38
+ /**
39
+ * NH농협은행
40
+ *
41
+ * - KCP
42
+ * - 스마트로
43
+ */
8
44
  readonly NH_NONGHYUP_BANK: "BANK_NH_NONGHYUP_BANK";
45
+ /**
46
+ * 지역농․축협
47
+ */
9
48
  readonly LOCAL_NONGHYUP: "BANK_LOCAL_NONGHYUP";
49
+ /**
50
+ * 우리은행
51
+ *
52
+ * - KCP
53
+ * - 스마트로
54
+ */
10
55
  readonly WOORI_BANK: "BANK_WOORI_BANK";
56
+ /**
57
+ * SC제일은행
58
+ *
59
+ * - KCP
60
+ * - 스마트로
61
+ */
11
62
  readonly SC_BANK_KOREA: "BANK_SC_BANK_KOREA";
63
+ /**
64
+ * 한국씨티은행
65
+ */
12
66
  readonly CITI_BANK_KOREA: "BANK_CITI_BANK_KOREA";
67
+ /**
68
+ * 대구은행
69
+ *
70
+ * - KCP
71
+ * - 스마트로
72
+ */
13
73
  readonly DAEGU_BANK: "BANK_DAEGU_BANK";
74
+ /**
75
+ * 부산은행
76
+ *
77
+ * - KCP
78
+ * - 스마트로
79
+ */
14
80
  readonly BUSAN_BANK: "BANK_BUSAN_BANK";
81
+ /**
82
+ * 광주은행
83
+ *
84
+ * - KCP
85
+ * - 스마트로
86
+ */
15
87
  readonly GWANGJU_BANK: "BANK_GWANGJU_BANK";
88
+ /**
89
+ * 제주은행
90
+ */
16
91
  readonly JEJU_BANK: "BANK_JEJU_BANK";
92
+ /**
93
+ * 전북은행
94
+ *
95
+ * - 스마트로
96
+ */
17
97
  readonly JEONBUK_BANK: "BANK_JEONBUK_BANK";
98
+ /**
99
+ * 경남은행
100
+ *
101
+ * - KCP
102
+ * - 스마트로
103
+ */
18
104
  readonly KYONGNAM_BANK: "BANK_KYONGNAM_BANK";
105
+ /**
106
+ * 새마을금고
107
+ */
19
108
  readonly KFCC: "BANK_KFCC";
109
+ /**
110
+ * 신협
111
+ */
20
112
  readonly SHINHYUP: "BANK_SHINHYUP";
113
+ /**
114
+ * 저축은행
115
+ */
21
116
  readonly SAVINGS_BANK_KOREA: "BANK_SAVINGS_BANK_KOREA";
117
+ /**
118
+ * 모건스탠리은행
119
+ */
22
120
  readonly MORGAN_STANLEY_BANK: "BANK_MORGAN_STANLEY_BANK";
121
+ /**
122
+ * HSBC은행
123
+ */
23
124
  readonly HSBC_BANK: "BANK_HSBC_BANK";
125
+ /**
126
+ * 도이치은행
127
+ */
24
128
  readonly DEUTSCHE_BANK: "BANK_DEUTSCHE_BANK";
129
+ /**
130
+ * 제이피모간체이스은행
131
+ */
25
132
  readonly JP_MORGAN_CHASE_BANK: "BANK_JP_MORGAN_CHASE_BANK";
133
+ /**
134
+ * 미즈호은행
135
+ */
26
136
  readonly MIZUHO_BANK: "BANK_MIZUHO_BANK";
137
+ /**
138
+ * 엠유에프지은행
139
+ */
27
140
  readonly MUFG_BANK: "BANK_MUFG_BANK";
141
+ /**
142
+ * BOA은행
143
+ */
28
144
  readonly BANK_OF_AMERICA_BANK: "BANK_BANK_OF_AMERICA_BANK";
145
+ /**
146
+ * 비엔피파리바은행
147
+ */
29
148
  readonly BNP_PARIBAS_BANK: "BANK_BNP_PARIBAS_BANK";
149
+ /**
150
+ * 중국공상은행
151
+ */
30
152
  readonly ICBC: "BANK_ICBC";
153
+ /**
154
+ * 중국은행
155
+ */
31
156
  readonly BANK_OF_CHINA: "BANK_BANK_OF_CHINA";
157
+ /**
158
+ * 산림조합중앙회
159
+ */
32
160
  readonly NATIONAL_FORESTRY_COOPERATIVE_FEDERATION: "BANK_NATIONAL_FORESTRY_COOPERATIVE_FEDERATION";
161
+ /**
162
+ * 대화은행
163
+ */
33
164
  readonly UNITED_OVERSEAS_BANK: "BANK_UNITED_OVERSEAS_BANK";
165
+ /**
166
+ * 교통은행
167
+ */
34
168
  readonly BANK_OF_COMMUNICATIONS: "BANK_BANK_OF_COMMUNICATIONS";
169
+ /**
170
+ * 중국건설은행
171
+ */
35
172
  readonly CHINA_CONSTRUCTION_BANK: "BANK_CHINA_CONSTRUCTION_BANK";
173
+ /**
174
+ * 우체국
175
+ *
176
+ * - KCP
177
+ * - 스마트로
178
+ */
36
179
  readonly EPOST: "BANK_EPOST";
180
+ /**
181
+ * 신용보증기금
182
+ */
37
183
  readonly KODIT: "BANK_KODIT";
184
+ /**
185
+ * 기술보증기금
186
+ */
38
187
  readonly KIBO: "BANK_KIBO";
188
+ /**
189
+ * 하나은행
190
+ *
191
+ * - KCP
192
+ * - 스마트로
193
+ */
39
194
  readonly HANA_BANK: "BANK_HANA_BANK";
195
+ /**
196
+ * 신한은행
197
+ *
198
+ * - KCP
199
+ * - 스마트로
200
+ */
40
201
  readonly SHINHAN_BANK: "BANK_SHINHAN_BANK";
202
+ /**
203
+ * 케이뱅크
204
+ *
205
+ * - 스마트로
206
+ */
41
207
  readonly K_BANK: "BANK_K_BANK";
208
+ /**
209
+ * 카카오뱅크
210
+ */
42
211
  readonly KAKAO_BANK: "BANK_KAKAO_BANK";
212
+ /**
213
+ * 토스뱅크
214
+ */
43
215
  readonly TOSS_BANK: "BANK_TOSS_BANK";
216
+ /**
217
+ * 한국신용정보원
218
+ */
44
219
  readonly KCIS: "BANK_KCIS";
220
+ /**
221
+ * 대신저축은행
222
+ */
45
223
  readonly DAISHIN_SAVINGS_BANK: "BANK_DAISHIN_SAVINGS_BANK";
224
+ /**
225
+ * 에스비아이저축은행
226
+ */
46
227
  readonly SBI_SAVINGS_BANK: "BANK_SBI_SAVINGS_BANK";
228
+ /**
229
+ * 에이치케이저축은행
230
+ */
47
231
  readonly HK_SAVINGS_BANK: "BANK_HK_SAVINGS_BANK";
232
+ /**
233
+ * 웰컴저축은행
234
+ */
48
235
  readonly WELCOME_SAVINGS_BANK: "BANK_WELCOME_SAVINGS_BANK";
236
+ /**
237
+ * 신한저축은행
238
+ */
49
239
  readonly SHINHAN_SAVINGS_BANK: "BANK_SHINHAN_SAVINGS_BANK";
240
+ /**
241
+ * 교보증권
242
+ */
50
243
  readonly KYOBO_SECURITIES: "BANK_KYOBO_SECURITIES";
244
+ /**
245
+ * 대신증권
246
+ */
51
247
  readonly DAISHIN_SECURITIES: "BANK_DAISHIN_SECURITIES";
248
+ /**
249
+ * 메리츠증권
250
+ */
52
251
  readonly MERITZ_SECURITIES: "BANK_MERITZ_SECURITIES";
252
+ /**
253
+ * 미래에셋증권
254
+ */
53
255
  readonly MIRAE_ASSET_SECURITIES: "BANK_MIRAE_ASSET_SECURITIES";
256
+ /**
257
+ * 부국증권
258
+ */
54
259
  readonly BOOKOOK_SECURITIES: "BANK_BOOKOOK_SECURITIES";
260
+ /**
261
+ * 삼성증권
262
+ */
55
263
  readonly SAMSUNG_SECURITIES: "BANK_SAMSUNG_SECURITIES";
264
+ /**
265
+ * 신영증권
266
+ */
56
267
  readonly SHINYOUNG_SECURITIES: "BANK_SHINYOUNG_SECURITIES";
268
+ /**
269
+ * 신한금융투자
270
+ */
57
271
  readonly SHINHAN_FINANCIAL_INVESTMENT: "BANK_SHINHAN_FINANCIAL_INVESTMENT";
272
+ /**
273
+ * 유안타증권
274
+ */
58
275
  readonly YUANTA_SECURITIES: "BANK_YUANTA_SECURITIES";
276
+ /**
277
+ * 유진투자증권
278
+ */
59
279
  readonly EUGENE_INVESTMENT_SECURITIES: "BANK_EUGENE_INVESTMENT_SECURITIES";
280
+ /**
281
+ * 카카오페이증권
282
+ */
60
283
  readonly KAKAO_PAY_SECURITIES: "BANK_KAKAO_PAY_SECURITIES";
284
+ /**
285
+ * 토스증권
286
+ */
61
287
  readonly TOSS_SECURITIES: "BANK_TOSS_SECURITIES";
288
+ /**
289
+ * 한국포스증권
290
+ */
62
291
  readonly KOREA_FOSS_SECURITIES: "BANK_KOREA_FOSS_SECURITIES";
292
+ /**
293
+ * 하나금융투자
294
+ */
63
295
  readonly HANA_FINANCIAL_INVESTMENT: "BANK_HANA_FINANCIAL_INVESTMENT";
296
+ /**
297
+ * 하이투자증권
298
+ */
64
299
  readonly HI_INVESTMENT_SECURITIES: "BANK_HI_INVESTMENT_SECURITIES";
300
+ /**
301
+ * 한국투자증권
302
+ */
65
303
  readonly KOREA_INVESTMENT_SECURITIES: "BANK_KOREA_INVESTMENT_SECURITIES";
304
+ /**
305
+ * 한화투자증권
306
+ */
66
307
  readonly HANWHA_INVESTMENT_SECURITIES: "BANK_HANWHA_INVESTMENT_SECURITIES";
308
+ /**
309
+ * 현대차증권자
310
+ */
67
311
  readonly HYUNDAI_MOTOR_SECURITIES: "BANK_HYUNDAI_MOTOR_SECURITIES";
312
+ /**
313
+ * DB금융투자자
314
+ */
68
315
  readonly DB_FINANCIAL_INVESTMENT: "BANK_DB_FINANCIAL_INVESTMENT";
316
+ /**
317
+ * KB증권
318
+ */
69
319
  readonly KB_SECURITIES: "BANK_KB_SECURITIES";
320
+ /**
321
+ * KTB투자증권
322
+ */
70
323
  readonly KTB_INVESTMENT_SECURITIES: "BANK_KTB_INVESTMENT_SECURITIES";
324
+ /**
325
+ * NH투자증권
326
+ */
71
327
  readonly NH_INVESTMENT_SECURITIES: "BANK_NH_INVESTMENT_SECURITIES";
328
+ /**
329
+ * SK증권
330
+ */
72
331
  readonly SK_SECURITIES: "BANK_SK_SECURITIES";
73
- readonly SCI: "BANK_SGI";
332
+ /**
333
+ * 서울보증보험
334
+ */
335
+ readonly SCI: "BANK_SCI";
336
+ /**
337
+ * 키움증권
338
+ */
74
339
  readonly KIWOOM_SECURITIES: "BANK_KIWOOM_SECURITIES";
340
+ /**
341
+ * 이베스트증권
342
+ */
75
343
  readonly EBEST_INVESTMENT_SECURITIES: "BANK_EBEST_INVESTMENT_SECURITIES";
344
+ /**
345
+ * 케이프투자증권
346
+ */
76
347
  readonly CAPE_INVESTMENT_CERTIFICATE: "BANK_CAPE_INVESTMENT_CERTIFICATE";
77
348
  };
78
- export type Bank = typeof Bank[keyof typeof Bank];
349
+ /**
350
+ * 가상계좌 발급시 사용되는 은행 코드
351
+ */
352
+ export type Bank = (typeof Bank)[keyof typeof Bank];
@@ -1,4 +1,13 @@
1
+ /**
2
+ * 빌링키 발급 및 초회결제 수단
3
+ */
1
4
  export declare const BillingKeyAndPayMethod: {
5
+ /**
6
+ * 휴대전화
7
+ */
2
8
  readonly MOBILE: "MOBILE";
3
9
  };
4
- export type BillingKeyAndPayMethod = typeof BillingKeyAndPayMethod[keyof typeof BillingKeyAndPayMethod];
10
+ /**
11
+ * 빌링키 발급 및 초회결제 수단
12
+ */
13
+ export type BillingKeyAndPayMethod = (typeof BillingKeyAndPayMethod)[keyof typeof BillingKeyAndPayMethod];
@@ -1,7 +1,25 @@
1
+ /**
2
+ * 빌링키 발급 수단
3
+ */
1
4
  export declare const BillingKeyMethod: {
5
+ /**
6
+ * 카드
7
+ */
2
8
  readonly CARD: "CARD";
9
+ /**
10
+ * 휴대전화
11
+ */
3
12
  readonly MOBILE: "MOBILE";
13
+ /**
14
+ * 간편결제
15
+ */
4
16
  readonly EASY_PAY: "EASY_PAY";
17
+ /**
18
+ * 페이팔(RT)
19
+ */
5
20
  readonly PAYPAL: "PAYPAL";
6
21
  };
7
- export type BillingKeyMethod = typeof BillingKeyMethod[keyof typeof BillingKeyMethod];
22
+ /**
23
+ * 빌링키 발급 수단
24
+ */
25
+ export type BillingKeyMethod = (typeof BillingKeyMethod)[keyof typeof BillingKeyMethod];
@@ -1,26 +1,101 @@
1
+ /**
2
+ * 카드 결제시 사용되는 카드사 코드
3
+ */
1
4
  export declare const CardCompany: {
5
+ /**
6
+ * KDB산업은행 카드
7
+ */
2
8
  readonly KOREA_DEVELOPMENT_BANK: "CARD_COMPANY_KOREA_DEVELOPMENT_BANK";
9
+ /**
10
+ * 새마을금고 카드
11
+ */
3
12
  readonly KFCC: "CARD_COMPANY_KFCC";
13
+ /**
14
+ * 신협 카드
15
+ */
4
16
  readonly SHINHYUP: "CARD_COMPANY_SHINHYUP";
17
+ /**
18
+ * 우체국 카드
19
+ */
5
20
  readonly EPOST: "CARD_COMPANY_EPOST";
21
+ /**
22
+ * 저축은행 카드
23
+ */
6
24
  readonly SAVINGS_BANK_KOREA: "CARD_COMPANY_SAVINGS_BANK_KOREA";
25
+ /**
26
+ * 카카오뱅크 카드
27
+ */
7
28
  readonly KAKAO_BANK: "CARD_COMPANY_KAKAO_BANK";
29
+ /**
30
+ * 우리카드
31
+ */
8
32
  readonly WOORI_CARD: "CARD_COMPANY_WOORI_CARD";
33
+ /**
34
+ * BC카드
35
+ */
9
36
  readonly BC_CARD: "CARD_COMPANY_BC_CARD";
37
+ /**
38
+ * 광주카드
39
+ */
10
40
  readonly GWANGJU_CARD: "CARD_COMPANY_GWANGJU_CARD";
41
+ /**
42
+ * 삼성카드
43
+ */
11
44
  readonly SAMSUNG_CARD: "CARD_COMPANY_SAMSUNG_CARD";
45
+ /**
46
+ * 신한카드
47
+ */
12
48
  readonly SHINHAN_CARD: "CARD_COMPANY_SHINHAN_CARD";
49
+ /**
50
+ * 현대카드
51
+ */
13
52
  readonly HYUNDAI_CARD: "CARD_COMPANY_HYUNDAI_CARD";
53
+ /**
54
+ * 롯데카드
55
+ */
14
56
  readonly LOTTE_CARD: "CARD_COMPANY_LOTTE_CARD";
57
+ /**
58
+ * 수협카드
59
+ */
15
60
  readonly SUHYUP_CARD: "CARD_COMPANY_SUHYUP_CARD";
61
+ /**
62
+ * 씨티카드
63
+ */
16
64
  readonly CITI_CARD: "CARD_COMPANY_CITI_CARD";
65
+ /**
66
+ * NH 농협카드
67
+ */
17
68
  readonly NH_CARD: "CARD_COMPANY_NH_CARD";
69
+ /**
70
+ * 전북카드
71
+ */
18
72
  readonly JEONBUK_CARD: "CARD_COMPANY_JEONBUK_CARD";
73
+ /**
74
+ * 제주카드
75
+ */
19
76
  readonly JEJU_CARD: "CARD_COMPANY_JEJU_CARD";
77
+ /**
78
+ * 하나카드
79
+ */
20
80
  readonly HANA_CARD: "CARD_COMPANY_HANA_CARD";
81
+ /**
82
+ * 국민카드
83
+ */
21
84
  readonly KOOKMIN_CARD: "CARD_COMPANY_KOOKMIN_CARD";
85
+ /**
86
+ * K뱅크 카드
87
+ */
22
88
  readonly K_BANK: "CARD_COMPANY_K_BANK";
89
+ /**
90
+ * 토스뱅크 카드
91
+ */
23
92
  readonly TOSS_BANK: "CARD_COMPANY_TOSS_BANK";
93
+ /**
94
+ * 미래에셋증권 카드
95
+ */
24
96
  readonly MIRAE_ASSET_SECURITIES: "CARD_COMPANY_MIRAE_ASSET_SECURITIES";
25
97
  };
26
- export type CardCompany = typeof CardCompany[keyof typeof CardCompany];
98
+ /**
99
+ * 카드 결제시 사용되는 카드사 코드
100
+ */
101
+ export type CardCompany = (typeof CardCompany)[keyof typeof CardCompany];
@@ -1,18 +1,33 @@
1
1
  /**
2
2
  * 통신사 코드
3
- * - SKT: SK 텔레콤
4
- * - KT: KT
5
- * - LGU: LG 유플러스
6
- * - HELLO: CJ 헬로 모바일
7
- * - KCT: 티플러스
8
- * - SK7: SK 세븐 모바일
9
3
  */
10
4
  export declare const Carrier: {
5
+ /**
6
+ * SK텔레콤
7
+ */
11
8
  readonly SKT: "CARRIER_SKT";
9
+ /**
10
+ * KT
11
+ */
12
12
  readonly KT: "CARRIER_KT";
13
+ /**
14
+ * LG U+
15
+ */
13
16
  readonly LGU: "CARRIER_LGU";
17
+ /**
18
+ * 헬로모바일
19
+ */
14
20
  readonly HELLO: "CARRIER_HELLO";
21
+ /**
22
+ * 티플러스
23
+ */
15
24
  readonly KCT: "CARRIER_KCT";
25
+ /**
26
+ * SK 7mobile
27
+ */
16
28
  readonly SK7: "CARRIER_SK7";
17
29
  };
18
- export type Carrier = typeof Carrier[keyof typeof Carrier];
30
+ /**
31
+ * 통신사 코드
32
+ */
33
+ export type Carrier = (typeof Carrier)[keyof typeof Carrier];
@@ -1,6 +1,21 @@
1
+ /**
2
+ * **현금영수증 발급 유형**
3
+ */
1
4
  export declare const CashReceiptType: {
5
+ /**
6
+ * 소득공제(개인)
7
+ */
2
8
  readonly PERSONAL: "CASH_RECEIPT_TYPE_PERSONAL";
9
+ /**
10
+ * 지출증빙(사업자)
11
+ */
3
12
  readonly CORPORATE: "CASH_RECEIPT_TYPE_CORPORATE";
13
+ /**
14
+ * 미발행(PG 설정에 따라 무기명으로 자진 발급될 수 있음)
15
+ */
4
16
  readonly ANONYMOUS: "CASH_RECEIPT_TYPE_ANONYMOUS";
5
17
  };
6
- export type CashReceiptType = typeof CashReceiptType[keyof typeof CashReceiptType];
18
+ /**
19
+ * **현금영수증 발급 유형**
20
+ */
21
+ export type CashReceiptType = (typeof CashReceiptType)[keyof typeof CashReceiptType];
@@ -0,0 +1,8 @@
1
+ /**
2
+ * **채널 그룹 ID**
3
+ *
4
+ * 채널 그룹 ID를 지정하여 결제창을 호출하면, 채널 그룹 내 설정된 비율에 따라 확률적으로 하나의 채널이 선택됩니다. [관리자 콘솔 > 연동 관리 > 스마트 라우팅](https://admin.portone.io/integration-v2/smart-routing)에서 설정합니다.
5
+ *
6
+ * 채널 키와 채널 그룹 ID 중 하나를 지정해야 합니다.
7
+ */
8
+ export type ChannelGroupId = string;
@@ -0,0 +1,10 @@
1
+ /**
2
+ * **채널 키**
3
+ *
4
+ * 포트원에 등록된 결제 채널 중 하나를 지정합니다.
5
+ *
6
+ * [관리자 콘솔 > 연동 정보](https://admin.portone.io/integration-v2/manage/channel)에서 채널 연동 후 채널 키를 확인할 수 있습니다.
7
+ *
8
+ * 채널 키와 채널 그룹 ID 중 하나를 지정해야 합니다.
9
+ */
10
+ export type ChannelKey = string;