@portone/browser-sdk 0.0.23 → 0.1.0

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 (229) hide show
  1. package/dist/v2/entity/Address.d.ts +24 -4
  2. package/dist/v2/entity/Bank.d.ts +350 -76
  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 +99 -24
  6. package/dist/v2/entity/Carrier.d.ts +28 -13
  7. package/dist/v2/entity/CashReceiptType.d.ts +19 -4
  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 +1007 -250
  11. package/dist/v2/entity/Currency.d.ts +723 -181
  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 +178 -22
  15. package/dist/v2/entity/FreeInstallmentPlan.d.ts +25 -4
  16. package/dist/v2/entity/Gender.d.ts +19 -4
  17. package/dist/v2/entity/GiftCertificateType.d.ts +24 -6
  18. package/dist/v2/entity/Iframe.d.ts +7 -1
  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 +51 -96
  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 +13 -6
  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/loadIssueBillingKeyUI/PaypalV2Country.d.ts +212 -0
  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 -37
  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 -28
  216. package/dist/v2/requestIssueBillingKey.d.ts +2 -56
  217. package/dist/v2/requestIssueBillingKeyAndPay.d.ts +2 -56
  218. package/dist/v2/requestPayment.d.ts +2 -110
  219. package/dist/v2/response/IdentityVerificationResponse.d.ts +49 -0
  220. package/dist/v2/response/IssueBillingKeyAndPayResponse.d.ts +57 -0
  221. package/dist/v2/response/IssueBillingKeyResponse.d.ts +45 -0
  222. package/dist/v2/response/PaymentResponse.d.ts +53 -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 +3563 -676
  227. package/dist/v2.js +3512 -677
  228. package/package.json +8 -8
  229. package/dist/v2/entity/bypass/PaypalV2Country.d.ts +0 -206
package/dist/v2.js CHANGED
@@ -1,3 +1,5 @@
1
+ // This file is automatically generated by the SDK generator.
2
+ // Do not edit this file manually.
1
3
  var _a;
2
4
  let promise = null;
3
5
  const portone = {
@@ -48,742 +50,2803 @@ function setPortOneJsSdkUrl(url) {
48
50
  return (portone.jsSdkUrl = url);
49
51
  }
50
52
 
53
+ // This file is automatically generated by the SDK generator.
54
+ // Do not edit this file manually.
55
+ function requestPayment(request) {
56
+ return loadScript().then((sdk) => sdk.requestPayment(request));
57
+ }
58
+
59
+ // This file is automatically generated by the SDK generator.
60
+ // Do not edit this file manually.
51
61
  function requestIdentityVerification(request) {
52
62
  return loadScript().then((sdk) => sdk.requestIdentityVerification(request));
53
63
  }
54
64
 
65
+ // This file is automatically generated by the SDK generator.
66
+ // Do not edit this file manually.
55
67
  function requestIssueBillingKeyAndPay(request) {
56
68
  return loadScript().then((sdk) => sdk.requestIssueBillingKeyAndPay(request));
57
69
  }
58
70
 
71
+ // This file is automatically generated by the SDK generator.
72
+ // Do not edit this file manually.
59
73
  function requestIssueBillingKey(request) {
60
74
  return loadScript().then((sdk) => sdk.requestIssueBillingKey(request));
61
75
  }
62
76
 
63
- function requestPayment(request) {
64
- return loadScript().then((sdk) => sdk.requestPayment(request));
65
- }
66
-
77
+ // This file is automatically generated by the SDK generator.
78
+ // Do not edit this file manually.
67
79
  function loadPaymentUI(request, callbacks) {
68
80
  return loadScript().then((sdk) => sdk.loadPaymentUI(request, callbacks));
69
81
  }
70
82
 
83
+ // This file is automatically generated by the SDK generator.
84
+ // Do not edit this file manually.
71
85
  function loadIssueBillingKeyUI(request, callbacks) {
72
86
  return loadScript().then((sdk) => sdk.loadIssueBillingKeyUI(request, callbacks));
73
87
  }
74
88
 
89
+ // This file is automatically generated by the SDK generator.
90
+ // Do not edit this file manually.
75
91
  function updateLoadPaymentUIRequest(request) {
76
92
  return loadScript().then((sdk) => sdk.updateLoadPaymentUIRequest(request));
77
93
  }
78
94
 
95
+ // This file is automatically generated by the SDK generator.
96
+ // Do not edit this file manually.
79
97
  function updateLoadIssueBillingKeyUIRequest(request) {
80
98
  return loadScript().then((sdk) => sdk.updateLoadIssueBillingKeyUIRequest(request));
81
99
  }
82
100
 
83
- // 계좌이체, 가상계좌 발급시 사용되는 은행 코드
101
+ // This file is automatically generated by the SDK generator.
102
+ // Do not edit this file manually.
103
+ /**
104
+ * 가상계좌 발급시 사용되는 은행 코드
105
+ */
84
106
  const Bank = {
85
- BANK_OF_KOREA: 'BANK_BANK_OF_KOREA',
86
- KOREA_DEVELOPMENT_BANK: 'BANK_KOREA_DEVELOPMENT_BANK',
87
- INDUSTRIAL_BANK_OF_KOREA: 'BANK_INDUSTRIAL_BANK_OF_KOREA',
88
- KOOKMIN_BANK: 'BANK_KOOKMIN_BANK',
89
- SUHYUP_BANK: 'BANK_SUHYUP_BANK',
90
- EXPORT_IMPORT_BANK_OF_KOREA: 'BANK_EXPORT_IMPORT_BANK_OF_KOREA',
91
- NH_NONGHYUP_BANK: 'BANK_NH_NONGHYUP_BANK',
92
- LOCAL_NONGHYUP: 'BANK_LOCAL_NONGHYUP',
93
- WOORI_BANK: 'BANK_WOORI_BANK',
94
- SC_BANK_KOREA: 'BANK_SC_BANK_KOREA',
95
- CITI_BANK_KOREA: 'BANK_CITI_BANK_KOREA',
96
- DAEGU_BANK: 'BANK_DAEGU_BANK',
97
- BUSAN_BANK: 'BANK_BUSAN_BANK',
98
- GWANGJU_BANK: 'BANK_GWANGJU_BANK',
99
- JEJU_BANK: 'BANK_JEJU_BANK',
100
- JEONBUK_BANK: 'BANK_JEONBUK_BANK',
101
- KYONGNAM_BANK: 'BANK_KYONGNAM_BANK',
102
- KFCC: 'BANK_KFCC',
103
- SHINHYUP: 'BANK_SHINHYUP',
104
- SAVINGS_BANK_KOREA: 'BANK_SAVINGS_BANK_KOREA',
105
- MORGAN_STANLEY_BANK: 'BANK_MORGAN_STANLEY_BANK',
106
- HSBC_BANK: 'BANK_HSBC_BANK',
107
- DEUTSCHE_BANK: 'BANK_DEUTSCHE_BANK',
108
- JP_MORGAN_CHASE_BANK: 'BANK_JP_MORGAN_CHASE_BANK',
109
- MIZUHO_BANK: 'BANK_MIZUHO_BANK',
110
- MUFG_BANK: 'BANK_MUFG_BANK',
111
- BANK_OF_AMERICA_BANK: 'BANK_BANK_OF_AMERICA_BANK',
112
- BNP_PARIBAS_BANK: 'BANK_BNP_PARIBAS_BANK',
113
- ICBC: 'BANK_ICBC',
114
- BANK_OF_CHINA: 'BANK_BANK_OF_CHINA',
115
- NATIONAL_FORESTRY_COOPERATIVE_FEDERATION: 'BANK_NATIONAL_FORESTRY_COOPERATIVE_FEDERATION',
116
- UNITED_OVERSEAS_BANK: 'BANK_UNITED_OVERSEAS_BANK',
117
- BANK_OF_COMMUNICATIONS: 'BANK_BANK_OF_COMMUNICATIONS',
118
- CHINA_CONSTRUCTION_BANK: 'BANK_CHINA_CONSTRUCTION_BANK',
119
- EPOST: 'BANK_EPOST',
120
- KODIT: 'BANK_KODIT',
121
- KIBO: 'BANK_KIBO',
122
- HANA_BANK: 'BANK_HANA_BANK',
123
- SHINHAN_BANK: 'BANK_SHINHAN_BANK',
124
- K_BANK: 'BANK_K_BANK',
125
- KAKAO_BANK: 'BANK_KAKAO_BANK',
126
- TOSS_BANK: 'BANK_TOSS_BANK',
127
- KCIS: 'BANK_KCIS',
128
- DAISHIN_SAVINGS_BANK: 'BANK_DAISHIN_SAVINGS_BANK',
129
- SBI_SAVINGS_BANK: 'BANK_SBI_SAVINGS_BANK',
130
- HK_SAVINGS_BANK: 'BANK_HK_SAVINGS_BANK',
131
- WELCOME_SAVINGS_BANK: 'BANK_WELCOME_SAVINGS_BANK',
132
- SHINHAN_SAVINGS_BANK: 'BANK_SHINHAN_SAVINGS_BANK',
133
- // 증권사
134
- KYOBO_SECURITIES: 'BANK_KYOBO_SECURITIES', // 교보증권
135
- DAISHIN_SECURITIES: 'BANK_DAISHIN_SECURITIES', // 대신증권
136
- MERITZ_SECURITIES: 'BANK_MERITZ_SECURITIES', // 메리츠증권
137
- MIRAE_ASSET_SECURITIES: 'BANK_MIRAE_ASSET_SECURITIES', // 미래에셋증권
138
- BOOKOOK_SECURITIES: 'BANK_BOOKOOK_SECURITIES', // 부국증권
139
- SAMSUNG_SECURITIES: 'BANK_SAMSUNG_SECURITIES', // 삼성증권
140
- SHINYOUNG_SECURITIES: 'BANK_SHINYOUNG_SECURITIES', // 신영증권
141
- SHINHAN_FINANCIAL_INVESTMENT: 'BANK_SHINHAN_FINANCIAL_INVESTMENT', // 신한금융투자
142
- YUANTA_SECURITIES: 'BANK_YUANTA_SECURITIES', // 유안타증권
143
- EUGENE_INVESTMENT_SECURITIES: 'BANK_EUGENE_INVESTMENT_SECURITIES', // 유진투자증권
144
- KAKAO_PAY_SECURITIES: 'BANK_KAKAO_PAY_SECURITIES', // 카카오페이증권
145
- TOSS_SECURITIES: 'BANK_TOSS_SECURITIES', // 토스증권
146
- KOREA_FOSS_SECURITIES: 'BANK_KOREA_FOSS_SECURITIES', // 한국포스증권
147
- HANA_FINANCIAL_INVESTMENT: 'BANK_HANA_FINANCIAL_INVESTMENT', // 하나금융투자
148
- HI_INVESTMENT_SECURITIES: 'BANK_HI_INVESTMENT_SECURITIES', // 하이투자증권
149
- KOREA_INVESTMENT_SECURITIES: 'BANK_KOREA_INVESTMENT_SECURITIES', // 한국투자증권
150
- HANWHA_INVESTMENT_SECURITIES: 'BANK_HANWHA_INVESTMENT_SECURITIES', // 한화투자증권
151
- HYUNDAI_MOTOR_SECURITIES: 'BANK_HYUNDAI_MOTOR_SECURITIES', // 현대차증권자
152
- DB_FINANCIAL_INVESTMENT: 'BANK_DB_FINANCIAL_INVESTMENT', // DB금융투자자
153
- KB_SECURITIES: 'BANK_KB_SECURITIES', // KB증권
154
- KTB_INVESTMENT_SECURITIES: 'BANK_KTB_INVESTMENT_SECURITIES', // KTB투자증권
155
- NH_INVESTMENT_SECURITIES: 'BANK_NH_INVESTMENT_SECURITIES', // NH투자증권
156
- SK_SECURITIES: 'BANK_SK_SECURITIES', // SK증권
157
- SCI: 'BANK_SGI', // 서울보증보험
158
- KIWOOM_SECURITIES: 'BANK_KIWOOM_SECURITIES', // 키움증권
159
- EBEST_INVESTMENT_SECURITIES: 'BANK_EBEST_INVESTMENT_SECURITIES', // 이베스트증권
160
- CAPE_INVESTMENT_CERTIFICATE: 'BANK_CAPE_INVESTMENT_CERTIFICATE', // 케이프투자증권
161
- };
162
-
163
- // 빌링키 발급 및 결제 수단
107
+ /**
108
+ * 한국은행
109
+ */
110
+ BANK_OF_KOREA: 'BANK_OF_KOREA',
111
+ /**
112
+ * 산업은행
113
+ */
114
+ KOREA_DEVELOPMENT_BANK: 'KOREA_DEVELOPMENT_BANK',
115
+ /**
116
+ * 기업은행
117
+ *
118
+ * - KCP
119
+ * - 스마트로
120
+ */
121
+ INDUSTRIAL_BANK_OF_KOREA: 'INDUSTRIAL_BANK_OF_KOREA',
122
+ /**
123
+ * 국민은행
124
+ *
125
+ * - KCP
126
+ * - 스마트로
127
+ */
128
+ KOOKMIN_BANK: 'KOOKMIN_BANK',
129
+ /**
130
+ * 수협은행
131
+ *
132
+ * - KCP
133
+ * - 스마트로
134
+ */
135
+ SUHYUP_BANK: 'SUHYUP_BANK',
136
+ /**
137
+ * 수출입은행
138
+ */
139
+ EXPORT_IMPORT_BANK_OF_KOREA: 'EXPORT_IMPORT_BANK_OF_KOREA',
140
+ /**
141
+ * NH농협은행
142
+ *
143
+ * - KCP
144
+ * - 스마트로
145
+ */
146
+ NH_NONGHYUP_BANK: 'NH_NONGHYUP_BANK',
147
+ /**
148
+ * 지역농․축협
149
+ */
150
+ LOCAL_NONGHYUP: 'LOCAL_NONGHYUP',
151
+ /**
152
+ * 우리은행
153
+ *
154
+ * - KCP
155
+ * - 스마트로
156
+ */
157
+ WOORI_BANK: 'WOORI_BANK',
158
+ /**
159
+ * SC제일은행
160
+ *
161
+ * - KCP
162
+ * - 스마트로
163
+ */
164
+ SC_BANK_KOREA: 'SC_BANK_KOREA',
165
+ /**
166
+ * 한국씨티은행
167
+ */
168
+ CITI_BANK_KOREA: 'CITI_BANK_KOREA',
169
+ /**
170
+ * 대구은행
171
+ *
172
+ * - KCP
173
+ * - 스마트로
174
+ */
175
+ DAEGU_BANK: 'DAEGU_BANK',
176
+ /**
177
+ * 부산은행
178
+ *
179
+ * - KCP
180
+ * - 스마트로
181
+ */
182
+ BUSAN_BANK: 'BUSAN_BANK',
183
+ /**
184
+ * 광주은행
185
+ *
186
+ * - KCP
187
+ * - 스마트로
188
+ */
189
+ GWANGJU_BANK: 'GWANGJU_BANK',
190
+ /**
191
+ * 제주은행
192
+ */
193
+ JEJU_BANK: 'JEJU_BANK',
194
+ /**
195
+ * 전북은행
196
+ *
197
+ * - 스마트로
198
+ */
199
+ JEONBUK_BANK: 'JEONBUK_BANK',
200
+ /**
201
+ * 경남은행
202
+ *
203
+ * - KCP
204
+ * - 스마트로
205
+ */
206
+ KYONGNAM_BANK: 'KYONGNAM_BANK',
207
+ /**
208
+ * 새마을금고
209
+ */
210
+ KFCC: 'KFCC',
211
+ /**
212
+ * 신협
213
+ */
214
+ SHINHYUP: 'SHINHYUP',
215
+ /**
216
+ * 저축은행
217
+ */
218
+ SAVINGS_BANK_KOREA: 'SAVINGS_BANK_KOREA',
219
+ /**
220
+ * 모건스탠리은행
221
+ */
222
+ MORGAN_STANLEY_BANK: 'MORGAN_STANLEY_BANK',
223
+ /**
224
+ * HSBC은행
225
+ */
226
+ HSBC_BANK: 'HSBC_BANK',
227
+ /**
228
+ * 도이치은행
229
+ */
230
+ DEUTSCHE_BANK: 'DEUTSCHE_BANK',
231
+ /**
232
+ * 제이피모간체이스은행
233
+ */
234
+ JP_MORGAN_CHASE_BANK: 'JP_MORGAN_CHASE_BANK',
235
+ /**
236
+ * 미즈호은행
237
+ */
238
+ MIZUHO_BANK: 'MIZUHO_BANK',
239
+ /**
240
+ * 엠유에프지은행
241
+ */
242
+ MUFG_BANK: 'MUFG_BANK',
243
+ /**
244
+ * BOA은행
245
+ */
246
+ BANK_OF_AMERICA_BANK: 'BANK_OF_AMERICA_BANK',
247
+ /**
248
+ * 비엔피파리바은행
249
+ */
250
+ BNP_PARIBAS_BANK: 'BNP_PARIBAS_BANK',
251
+ /**
252
+ * 중국공상은행
253
+ */
254
+ ICBC: 'ICBC',
255
+ /**
256
+ * 중국은행
257
+ */
258
+ BANK_OF_CHINA: 'BANK_OF_CHINA',
259
+ /**
260
+ * 산림조합중앙회
261
+ */
262
+ NATIONAL_FORESTRY_COOPERATIVE_FEDERATION: 'NATIONAL_FORESTRY_COOPERATIVE_FEDERATION',
263
+ /**
264
+ * 대화은행
265
+ */
266
+ UNITED_OVERSEAS_BANK: 'UNITED_OVERSEAS_BANK',
267
+ /**
268
+ * 교통은행
269
+ */
270
+ BANK_OF_COMMUNICATIONS: 'BANK_OF_COMMUNICATIONS',
271
+ /**
272
+ * 중국건설은행
273
+ */
274
+ CHINA_CONSTRUCTION_BANK: 'CHINA_CONSTRUCTION_BANK',
275
+ /**
276
+ * 우체국
277
+ *
278
+ * - KCP
279
+ * - 스마트로
280
+ */
281
+ EPOST: 'EPOST',
282
+ /**
283
+ * 신용보증기금
284
+ */
285
+ KODIT: 'KODIT',
286
+ /**
287
+ * 기술보증기금
288
+ */
289
+ KIBO: 'KIBO',
290
+ /**
291
+ * 하나은행
292
+ *
293
+ * - KCP
294
+ * - 스마트로
295
+ */
296
+ HANA_BANK: 'HANA_BANK',
297
+ /**
298
+ * 신한은행
299
+ *
300
+ * - KCP
301
+ * - 스마트로
302
+ */
303
+ SHINHAN_BANK: 'SHINHAN_BANK',
304
+ /**
305
+ * 케이뱅크
306
+ *
307
+ * - 스마트로
308
+ */
309
+ K_BANK: 'K_BANK',
310
+ /**
311
+ * 카카오뱅크
312
+ */
313
+ KAKAO_BANK: 'KAKAO_BANK',
314
+ /**
315
+ * 토스뱅크
316
+ */
317
+ TOSS_BANK: 'TOSS_BANK',
318
+ /**
319
+ * 한국신용정보원
320
+ */
321
+ KCIS: 'KCIS',
322
+ /**
323
+ * 대신저축은행
324
+ */
325
+ DAISHIN_SAVINGS_BANK: 'DAISHIN_SAVINGS_BANK',
326
+ /**
327
+ * 에스비아이저축은행
328
+ */
329
+ SBI_SAVINGS_BANK: 'SBI_SAVINGS_BANK',
330
+ /**
331
+ * 에이치케이저축은행
332
+ */
333
+ HK_SAVINGS_BANK: 'HK_SAVINGS_BANK',
334
+ /**
335
+ * 웰컴저축은행
336
+ */
337
+ WELCOME_SAVINGS_BANK: 'WELCOME_SAVINGS_BANK',
338
+ /**
339
+ * 신한저축은행
340
+ */
341
+ SHINHAN_SAVINGS_BANK: 'SHINHAN_SAVINGS_BANK',
342
+ /**
343
+ * 교보증권
344
+ */
345
+ KYOBO_SECURITIES: 'KYOBO_SECURITIES',
346
+ /**
347
+ * 대신증권
348
+ */
349
+ DAISHIN_SECURITIES: 'DAISHIN_SECURITIES',
350
+ /**
351
+ * 메리츠증권
352
+ */
353
+ MERITZ_SECURITIES: 'MERITZ_SECURITIES',
354
+ /**
355
+ * 미래에셋증권
356
+ */
357
+ MIRAE_ASSET_SECURITIES: 'MIRAE_ASSET_SECURITIES',
358
+ /**
359
+ * 부국증권
360
+ */
361
+ BOOKOOK_SECURITIES: 'BOOKOOK_SECURITIES',
362
+ /**
363
+ * 삼성증권
364
+ */
365
+ SAMSUNG_SECURITIES: 'SAMSUNG_SECURITIES',
366
+ /**
367
+ * 신영증권
368
+ */
369
+ SHINYOUNG_SECURITIES: 'SHINYOUNG_SECURITIES',
370
+ /**
371
+ * 신한금융투자
372
+ */
373
+ SHINHAN_FINANCIAL_INVESTMENT: 'SHINHAN_FINANCIAL_INVESTMENT',
374
+ /**
375
+ * 유안타증권
376
+ */
377
+ YUANTA_SECURITIES: 'YUANTA_SECURITIES',
378
+ /**
379
+ * 유진투자증권
380
+ */
381
+ EUGENE_INVESTMENT_SECURITIES: 'EUGENE_INVESTMENT_SECURITIES',
382
+ /**
383
+ * 카카오페이증권
384
+ */
385
+ KAKAO_PAY_SECURITIES: 'KAKAO_PAY_SECURITIES',
386
+ /**
387
+ * 토스증권
388
+ */
389
+ TOSS_SECURITIES: 'TOSS_SECURITIES',
390
+ /**
391
+ * 한국포스증권
392
+ */
393
+ KOREA_FOSS_SECURITIES: 'KOREA_FOSS_SECURITIES',
394
+ /**
395
+ * 하나금융투자
396
+ */
397
+ HANA_FINANCIAL_INVESTMENT: 'HANA_FINANCIAL_INVESTMENT',
398
+ /**
399
+ * 하이투자증권
400
+ */
401
+ HI_INVESTMENT_SECURITIES: 'HI_INVESTMENT_SECURITIES',
402
+ /**
403
+ * 한국투자증권
404
+ */
405
+ KOREA_INVESTMENT_SECURITIES: 'KOREA_INVESTMENT_SECURITIES',
406
+ /**
407
+ * 한화투자증권
408
+ */
409
+ HANWHA_INVESTMENT_SECURITIES: 'HANWHA_INVESTMENT_SECURITIES',
410
+ /**
411
+ * 현대차증권자
412
+ */
413
+ HYUNDAI_MOTOR_SECURITIES: 'HYUNDAI_MOTOR_SECURITIES',
414
+ /**
415
+ * DB금융투자자
416
+ */
417
+ DB_FINANCIAL_INVESTMENT: 'DB_FINANCIAL_INVESTMENT',
418
+ /**
419
+ * KB증권
420
+ */
421
+ KB_SECURITIES: 'KB_SECURITIES',
422
+ /**
423
+ * KTB투자증권
424
+ */
425
+ KTB_INVESTMENT_SECURITIES: 'KTB_INVESTMENT_SECURITIES',
426
+ /**
427
+ * NH투자증권
428
+ */
429
+ NH_INVESTMENT_SECURITIES: 'NH_INVESTMENT_SECURITIES',
430
+ /**
431
+ * SK증권
432
+ */
433
+ SK_SECURITIES: 'SK_SECURITIES',
434
+ /**
435
+ * 서울보증보험
436
+ */
437
+ SCI: 'SCI',
438
+ /**
439
+ * 키움증권
440
+ */
441
+ KIWOOM_SECURITIES: 'KIWOOM_SECURITIES',
442
+ /**
443
+ * 이베스트증권
444
+ */
445
+ EBEST_INVESTMENT_SECURITIES: 'EBEST_INVESTMENT_SECURITIES',
446
+ /**
447
+ * 케이프투자증권
448
+ */
449
+ CAPE_INVESTMENT_CERTIFICATE: 'CAPE_INVESTMENT_CERTIFICATE',
450
+ };
451
+
452
+ // This file is automatically generated by the SDK generator.
453
+ // Do not edit this file manually.
454
+ /**
455
+ * 빌링키 발급 및 초회결제 수단
456
+ */
164
457
  const BillingKeyAndPayMethod = {
165
- MOBILE: 'MOBILE', // 휴대폰
458
+ /**
459
+ * 휴대전화
460
+ */
461
+ MOBILE: 'MOBILE',
166
462
  };
167
463
 
168
- // 빌링키 발급 수단
464
+ // This file is automatically generated by the SDK generator.
465
+ // Do not edit this file manually.
466
+ /**
467
+ * 빌링키 발급 수단
468
+ */
169
469
  const BillingKeyMethod = {
170
- CARD: 'CARD', // 카드
171
- MOBILE: 'MOBILE', // 휴대폰 소액결제
172
- EASY_PAY: 'EASY_PAY', // 간편 결제
173
- PAYPAL: 'PAYPAL', // 페이팔(RT)
470
+ /**
471
+ * 카드
472
+ */
473
+ CARD: 'CARD',
474
+ /**
475
+ * 휴대전화
476
+ */
477
+ MOBILE: 'MOBILE',
478
+ /**
479
+ * 간편결제
480
+ */
481
+ EASY_PAY: 'EASY_PAY',
482
+ /**
483
+ * 페이팔(RT)
484
+ */
485
+ PAYPAL: 'PAYPAL',
174
486
  };
175
487
 
176
- // 카드 결제시 사용되는 카드사 코드
488
+ // This file is automatically generated by the SDK generator.
489
+ // Do not edit this file manually.
490
+ /**
491
+ * 카드 결제시 사용되는 카드사 코드
492
+ */
177
493
  const CardCompany = {
178
- KOREA_DEVELOPMENT_BANK: 'CARD_COMPANY_KOREA_DEVELOPMENT_BANK',
179
- KFCC: 'CARD_COMPANY_KFCC',
180
- SHINHYUP: 'CARD_COMPANY_SHINHYUP',
181
- EPOST: 'CARD_COMPANY_EPOST',
182
- SAVINGS_BANK_KOREA: 'CARD_COMPANY_SAVINGS_BANK_KOREA',
183
- KAKAO_BANK: 'CARD_COMPANY_KAKAO_BANK',
184
- WOORI_CARD: 'CARD_COMPANY_WOORI_CARD',
185
- BC_CARD: 'CARD_COMPANY_BC_CARD',
186
- GWANGJU_CARD: 'CARD_COMPANY_GWANGJU_CARD',
187
- SAMSUNG_CARD: 'CARD_COMPANY_SAMSUNG_CARD',
188
- SHINHAN_CARD: 'CARD_COMPANY_SHINHAN_CARD',
189
- HYUNDAI_CARD: 'CARD_COMPANY_HYUNDAI_CARD',
190
- LOTTE_CARD: 'CARD_COMPANY_LOTTE_CARD',
191
- SUHYUP_CARD: 'CARD_COMPANY_SUHYUP_CARD',
192
- CITI_CARD: 'CARD_COMPANY_CITI_CARD',
193
- NH_CARD: 'CARD_COMPANY_NH_CARD',
194
- JEONBUK_CARD: 'CARD_COMPANY_JEONBUK_CARD',
195
- JEJU_CARD: 'CARD_COMPANY_JEJU_CARD',
196
- HANA_CARD: 'CARD_COMPANY_HANA_CARD',
197
- KOOKMIN_CARD: 'CARD_COMPANY_KOOKMIN_CARD',
198
- K_BANK: 'CARD_COMPANY_K_BANK',
199
- TOSS_BANK: 'CARD_COMPANY_TOSS_BANK',
200
- MIRAE_ASSET_SECURITIES: 'CARD_COMPANY_MIRAE_ASSET_SECURITIES',
494
+ /**
495
+ * KDB산업은행 카드
496
+ */
497
+ KOREA_DEVELOPMENT_BANK: 'KOREA_DEVELOPMENT_BANK',
498
+ /**
499
+ * 새마을금고 카드
500
+ */
501
+ KFCC: 'KFCC',
502
+ /**
503
+ * 신협 카드
504
+ */
505
+ SHINHYUP: 'SHINHYUP',
506
+ /**
507
+ * 우체국 카드
508
+ */
509
+ EPOST: 'EPOST',
510
+ /**
511
+ * 저축은행 카드
512
+ */
513
+ SAVINGS_BANK_KOREA: 'SAVINGS_BANK_KOREA',
514
+ /**
515
+ * 카카오뱅크 카드
516
+ */
517
+ KAKAO_BANK: 'KAKAO_BANK',
518
+ /**
519
+ * 우리카드
520
+ */
521
+ WOORI_CARD: 'WOORI_CARD',
522
+ /**
523
+ * BC카드
524
+ */
525
+ BC_CARD: 'BC_CARD',
526
+ /**
527
+ * 광주카드
528
+ */
529
+ GWANGJU_CARD: 'GWANGJU_CARD',
530
+ /**
531
+ * 삼성카드
532
+ */
533
+ SAMSUNG_CARD: 'SAMSUNG_CARD',
534
+ /**
535
+ * 신한카드
536
+ */
537
+ SHINHAN_CARD: 'SHINHAN_CARD',
538
+ /**
539
+ * 현대카드
540
+ */
541
+ HYUNDAI_CARD: 'HYUNDAI_CARD',
542
+ /**
543
+ * 롯데카드
544
+ */
545
+ LOTTE_CARD: 'LOTTE_CARD',
546
+ /**
547
+ * 수협카드
548
+ */
549
+ SUHYUP_CARD: 'SUHYUP_CARD',
550
+ /**
551
+ * 씨티카드
552
+ */
553
+ CITI_CARD: 'CITI_CARD',
554
+ /**
555
+ * NH 농협카드
556
+ */
557
+ NH_CARD: 'NH_CARD',
558
+ /**
559
+ * 전북카드
560
+ */
561
+ JEONBUK_CARD: 'JEONBUK_CARD',
562
+ /**
563
+ * 제주카드
564
+ */
565
+ JEJU_CARD: 'JEJU_CARD',
566
+ /**
567
+ * 하나카드
568
+ */
569
+ HANA_CARD: 'HANA_CARD',
570
+ /**
571
+ * 국민카드
572
+ */
573
+ KOOKMIN_CARD: 'KOOKMIN_CARD',
574
+ /**
575
+ * K뱅크 카드
576
+ */
577
+ K_BANK: 'K_BANK',
578
+ /**
579
+ * 토스뱅크 카드
580
+ */
581
+ TOSS_BANK: 'TOSS_BANK',
582
+ /**
583
+ * 미래에셋증권 카드
584
+ */
585
+ MIRAE_ASSET_SECURITIES: 'MIRAE_ASSET_SECURITIES',
201
586
  };
202
587
 
588
+ // This file is automatically generated by the SDK generator.
589
+ // Do not edit this file manually.
203
590
  /**
204
591
  * 통신사 코드
205
- * - SKT: SK 텔레콤
206
- * - KT: KT
207
- * - LGU: LG 유플러스
208
- * - HELLO: CJ 헬로 모바일
209
- * - KCT: 티플러스
210
- * - SK7: SK 세븐 모바일
211
592
  */
212
593
  const Carrier = {
213
- SKT: 'CARRIER_SKT',
214
- KT: 'CARRIER_KT',
215
- LGU: 'CARRIER_LGU',
216
- HELLO: 'CARRIER_HELLO',
217
- KCT: 'CARRIER_KCT',
218
- SK7: 'CARRIER_SK7',
594
+ /**
595
+ * SK텔레콤
596
+ */
597
+ SKT: 'SKT',
598
+ /**
599
+ * KT
600
+ */
601
+ KT: 'KT',
602
+ /**
603
+ * LG U+
604
+ */
605
+ LGU: 'LGU',
606
+ /**
607
+ * 헬로모바일
608
+ */
609
+ HELLO: 'HELLO',
610
+ /**
611
+ * 티플러스
612
+ */
613
+ KCT: 'KCT',
614
+ /**
615
+ * SK 7mobile
616
+ */
617
+ SK7: 'SK7',
219
618
  };
220
619
 
221
- // 국가 유형
222
- // https://www.iban.com/country-codes
620
+ // This file is automatically generated by the SDK generator.
621
+ // Do not edit this file manually.
622
+ /**
623
+ * **현금영수증 발급 유형**
624
+ */
625
+ const CashReceiptType = {
626
+ /**
627
+ * 소득공제(개인)
628
+ */
629
+ PERSONAL: 'PERSONAL',
630
+ /**
631
+ * 지출증빙(사업자)
632
+ */
633
+ CORPORATE: 'CORPORATE',
634
+ /**
635
+ * 미발행(PG 설정에 따라 무기명으로 자진 발급될 수 있음)
636
+ */
637
+ ANONYMOUS: 'ANONYMOUS',
638
+ };
639
+
640
+ // This file is automatically generated by the SDK generator.
641
+ // Do not edit this file manually.
642
+ /**
643
+ * **국가**
644
+ *
645
+ * [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) 코드입니다.
646
+ */
223
647
  const Country = {
224
- AF: 'COUNTRY_AF', // Afghanistan
225
- AX: 'COUNTRY_AX', // Åland Islands
226
- AL: 'COUNTRY_AL', // Albania
227
- DZ: 'COUNTRY_DZ', // Algeria
228
- AS: 'COUNTRY_AS', // American Samoa
229
- AD: 'COUNTRY_AD', // Andorra
230
- AO: 'COUNTRY_AO', // Angola
231
- AI: 'COUNTRY_AI', // Anguilla
232
- AQ: 'COUNTRY_AQ', // Antarctica
233
- AG: 'COUNTRY_AG', // Antigua and Barbuda
234
- AR: 'COUNTRY_AR', // Argentina
235
- AM: 'COUNTRY_AM', // Armenia
236
- AW: 'COUNTRY_AW', // Aruba
237
- AU: 'COUNTRY_AU', // Australia
238
- AT: 'COUNTRY_AT', // Austria
239
- AZ: 'COUNTRY_AZ', // Azerbaijan
240
- BH: 'COUNTRY_BH', // Bahrain
241
- BS: 'COUNTRY_BS', // Bahamas
242
- BD: 'COUNTRY_BD', // Bangladesh
243
- BB: 'COUNTRY_BB', // Barbados
244
- BY: 'COUNTRY_BY', // Belarus
245
- BE: 'COUNTRY_BE', // Belgium
246
- BZ: 'COUNTRY_BZ', // Belize
247
- BJ: 'COUNTRY_BJ', // Benin
248
- BM: 'COUNTRY_BM', // Bermuda
249
- BT: 'COUNTRY_BT', // Bhutan
250
- BO: 'COUNTRY_BO', // Bolivia, Plurinational State of
251
- BQ: 'COUNTRY_BQ', // Bonaire, Sint Eustatius and Saba
252
- BA: 'COUNTRY_BA', // Bosnia and Herzegovina
253
- BW: 'COUNTRY_BW', // Botswana
254
- BV: 'COUNTRY_BV', // Bouvet Island
255
- BR: 'COUNTRY_BR', // Brazil
256
- IO: 'COUNTRY_IO', // British Indian Ocean Territory
257
- BN: 'COUNTRY_BN', // Brunei Darussalam
258
- BG: 'COUNTRY_BG', // Bulgaria
259
- BF: 'COUNTRY_BF', // Burkina Faso
260
- BI: 'COUNTRY_BI', // Burundi
261
- KH: 'COUNTRY_KH', // Cambodia
262
- CM: 'COUNTRY_CM', // Cameroon
263
- CA: 'COUNTRY_CA', // Canada
264
- CV: 'COUNTRY_CV', // Cape Verde
265
- KY: 'COUNTRY_KY', // Cayman Islands
266
- CF: 'COUNTRY_CF', // Central African Republic
267
- TD: 'COUNTRY_TD', // Chad
268
- CL: 'COUNTRY_CL', // Chile
269
- CN: 'COUNTRY_CN', // China
270
- CX: 'COUNTRY_CX', // Christmas Island
271
- CC: 'COUNTRY_CC', // Cocos (Keeling) Islands
272
- CO: 'COUNTRY_CO', // Colombia
273
- KM: 'COUNTRY_KM', // Comoros
274
- CG: 'COUNTRY_CG', // Congo
275
- CD: 'COUNTRY_CD', // Congo, the Democratic Republic of the
276
- CK: 'COUNTRY_CK', // Cook Islands
277
- CR: 'COUNTRY_CR', // Costa Rica
278
- CI: 'COUNTRY_CI', // Côte d'Ivoire
279
- HR: 'COUNTRY_HR', // Croatia
280
- CU: 'COUNTRY_CU', // Cuba
281
- CW: 'COUNTRY_CW', // Curaçao
282
- CY: 'COUNTRY_CY', // Cyprus
283
- CZ: 'COUNTRY_CZ', // Czech Republic
284
- DK: 'COUNTRY_DK', // Denmark
285
- DJ: 'COUNTRY_DJ', // Djibouti
286
- DM: 'COUNTRY_DM', // Dominica
287
- DO: 'COUNTRY_DO', // Dominican Republic
288
- EC: 'COUNTRY_EC', // Ecuador
289
- EG: 'COUNTRY_EG', // Egypt
290
- SV: 'COUNTRY_SV', // El Salvador
291
- GQ: 'COUNTRY_GQ', // Equatorial Guinea
292
- ER: 'COUNTRY_ER', // Eritrea
293
- EE: 'COUNTRY_EE', // Estonia
294
- ET: 'COUNTRY_ET', // Ethiopia
295
- FK: 'COUNTRY_FK', // Falkland Islands (Malvinas)
296
- FO: 'COUNTRY_FO', // Faroe Islands
297
- FJ: 'COUNTRY_FJ', // Fiji
298
- FI: 'COUNTRY_FI', // Finland
299
- FR: 'COUNTRY_FR', // France
300
- GF: 'COUNTRY_GF', // French Guiana
301
- PF: 'COUNTRY_PF', // French Polynesia
302
- TF: 'COUNTRY_TF', // French Southern Territories
303
- GA: 'COUNTRY_GA', // Gabon
304
- GM: 'COUNTRY_GM', // Gambia
305
- GE: 'COUNTRY_GE', // Georgia
306
- DE: 'COUNTRY_DE', // Germany
307
- GH: 'COUNTRY_GH', // Ghana
308
- GI: 'COUNTRY_GI', // Gibraltar
309
- GR: 'COUNTRY_GR', // Greece
310
- GL: 'COUNTRY_GL', // Greenland
311
- GD: 'COUNTRY_GD', // Grenada
312
- GP: 'COUNTRY_GP', // Guadeloupe
313
- GU: 'COUNTRY_GU', // Guam
314
- GT: 'COUNTRY_GT', // Guatemala
315
- GG: 'COUNTRY_GG', // Guernsey
316
- GN: 'COUNTRY_GN', // Guinea
317
- GW: 'COUNTRY_GW', // Guinea-Bissau
318
- GY: 'COUNTRY_GY', // Guyana
319
- HT: 'COUNTRY_HT', // Haiti
320
- HM: 'COUNTRY_HM', // Heard Island and McDonald Islands
321
- VA: 'COUNTRY_VA', // Holy See (Vatican City State)
322
- HN: 'COUNTRY_HN', // Honduras
323
- HK: 'COUNTRY_HK', // Hong Kong
324
- HU: 'COUNTRY_HU', // Hungary
325
- IS: 'COUNTRY_IS', // Iceland
326
- IN: 'COUNTRY_IN', // India
327
- ID: 'COUNTRY_ID', // Indonesia
328
- IR: 'COUNTRY_IR', // Iran, Islamic Republic of
329
- IQ: 'COUNTRY_IQ', // Iraq
330
- IE: 'COUNTRY_IE', // Ireland
331
- IM: 'COUNTRY_IM', // Isle of Man
332
- IL: 'COUNTRY_IL', // Israel
333
- IT: 'COUNTRY_IT', // Italy
334
- JM: 'COUNTRY_JM', // Jamaica
335
- JP: 'COUNTRY_JP', // Japan
336
- JE: 'COUNTRY_JE', // Jersey
337
- JO: 'COUNTRY_JO', // Jordan
338
- KZ: 'COUNTRY_KZ', // Kazakhstan
339
- KE: 'COUNTRY_KE', // Kenya
340
- KI: 'COUNTRY_KI', // Kiribati
341
- KP: 'COUNTRY_KP', // Korea, Democratic People's Republic of
342
- KR: 'COUNTRY_KR', // Korea, Republic of
343
- KW: 'COUNTRY_KW', // Kuwait
344
- KG: 'COUNTRY_KG', // Kyrgyzstan
345
- LA: 'COUNTRY_LA', // Lao People's Democratic Republic
346
- LV: 'COUNTRY_LV', // Latvia
347
- LB: 'COUNTRY_LB', // Lebanon
348
- LS: 'COUNTRY_LS', // Lesotho
349
- LR: 'COUNTRY_LR', // Liberia
350
- LY: 'COUNTRY_LY', // Libya
351
- LI: 'COUNTRY_LI', // Liechtenstein
352
- LT: 'COUNTRY_LT', // Lithuania
353
- LU: 'COUNTRY_LU', // Luxembourg
354
- MO: 'COUNTRY_MO', // Macao
355
- MK: 'COUNTRY_MK', // Macedonia, the Former Yugoslav Republic of
356
- MG: 'COUNTRY_MG', // Madagascar
357
- MW: 'COUNTRY_MW', // Malawi
358
- MY: 'COUNTRY_MY', // Malaysia
359
- MV: 'COUNTRY_MV', // Maldives
360
- ML: 'COUNTRY_ML', // Mali
361
- MT: 'COUNTRY_MT', // Malta
362
- MH: 'COUNTRY_MH', // Marshall Islands
363
- MQ: 'COUNTRY_MQ', // Martinique
364
- MR: 'COUNTRY_MR', // Mauritania
365
- MU: 'COUNTRY_MU', // Mauritius
366
- YT: 'COUNTRY_YT', // Mayotte
367
- MX: 'COUNTRY_MX', // Mexico
368
- FM: 'COUNTRY_FM', // Micronesia, Federated States of
369
- MD: 'COUNTRY_MD', // Moldova, Republic of
370
- MC: 'COUNTRY_MC', // Monaco
371
- MN: 'COUNTRY_MN', // Mongolia
372
- ME: 'COUNTRY_ME', // Montenegro
373
- MS: 'COUNTRY_MS', // Montserrat
374
- MA: 'COUNTRY_MA', // Morocco
375
- MZ: 'COUNTRY_MZ', // Mozambique
376
- MM: 'COUNTRY_MM', // Myanmar
377
- NA: 'COUNTRY_NA', // Namibia
378
- NR: 'COUNTRY_NR', // Nauru
379
- NP: 'COUNTRY_NP', // Nepal
380
- NL: 'COUNTRY_NL', // Netherlands
381
- NC: 'COUNTRY_NC', // New Caledonia
382
- NZ: 'COUNTRY_NZ', // New Zealand
383
- NI: 'COUNTRY_NI', // Nicaragua
384
- NE: 'COUNTRY_NE', // Niger
385
- NG: 'COUNTRY_NG', // Nigeria
386
- NU: 'COUNTRY_NU', // Niue
387
- NF: 'COUNTRY_NF', // Norfolk Island
388
- MP: 'COUNTRY_MP', // Northern Mariana Islands
389
- NO: 'COUNTRY_NO', // Norway
390
- OM: 'COUNTRY_OM', // Oman
391
- PK: 'COUNTRY_PK', // Pakistan
392
- PW: 'COUNTRY_PW', // Palau
393
- PS: 'COUNTRY_PS', // Palestine, State of
394
- PA: 'COUNTRY_PA', // Panama
395
- PG: 'COUNTRY_PG', // Papua New Guinea
396
- PY: 'COUNTRY_PY', // Paraguay
397
- PE: 'COUNTRY_PE', // Peru
398
- PH: 'COUNTRY_PH', // Philippines
399
- PN: 'COUNTRY_PN', // Pitcairn
400
- PL: 'COUNTRY_PL', // Poland
401
- PT: 'COUNTRY_PT', // Portugal
402
- PR: 'COUNTRY_PR', // Puerto Rico
403
- QA: 'COUNTRY_QA', // Qatar
404
- RE: 'COUNTRY_RE', // Réunion
405
- RO: 'COUNTRY_RO', // Romania
406
- RU: 'COUNTRY_RU', // Russian Federation
407
- RW: 'COUNTRY_RW', // Rwanda
408
- BL: 'COUNTRY_BL', // Saint Barthélemy
409
- SH: 'COUNTRY_SH', // Saint Helena, Ascension and Tristan da Cunha
410
- KN: 'COUNTRY_KN', // Saint Kitts and Nevis
411
- LC: 'COUNTRY_LC', // Saint Lucia
412
- MF: 'COUNTRY_MF', // Saint Martin (French part)
413
- PM: 'COUNTRY_PM', // Saint Pierre and Miquelon
414
- VC: 'COUNTRY_VC', // Saint Vincent and the Grenadines
415
- WS: 'COUNTRY_WS', // Samoa
416
- SM: 'COUNTRY_SM', // San Marino
417
- ST: 'COUNTRY_ST', // Sao Tome and Principe
418
- SA: 'COUNTRY_SA', // Saudi Arabia
419
- SN: 'COUNTRY_SN', // Senegal
420
- RS: 'COUNTRY_RS', // Serbia
421
- SC: 'COUNTRY_SC', // Seychelles
422
- SL: 'COUNTRY_SL', // Sierra Leone
423
- SG: 'COUNTRY_SG', // Singapore
424
- SX: 'COUNTRY_SX', // Sint Maarten (Dutch part)
425
- SK: 'COUNTRY_SK', // Slovakia
426
- SI: 'COUNTRY_SI', // Slovenia
427
- SB: 'COUNTRY_SB', // Solomon Islands
428
- SO: 'COUNTRY_SO', // Somalia
429
- ZA: 'COUNTRY_ZA', // South Africa
430
- GS: 'COUNTRY_GS', // South Georgia and the South Sandwich Islands
431
- SS: 'COUNTRY_SS', // South Sudan
432
- ES: 'COUNTRY_ES', // Spain
433
- LK: 'COUNTRY_LK', // Sri Lanka
434
- SD: 'COUNTRY_SD', // Sudan
435
- SR: 'COUNTRY_SR', // Suriname
436
- SJ: 'COUNTRY_SJ', // Svalbard and Jan Mayen
437
- SZ: 'COUNTRY_SZ', // Swaziland
438
- SE: 'COUNTRY_SE', // Sweden
439
- CH: 'COUNTRY_CH', // Switzerland
440
- SY: 'COUNTRY_SY', // Syrian Arab Republic
441
- TW: 'COUNTRY_TW', // Taiwan, Province of China
442
- TJ: 'COUNTRY_TJ', // Tajikistan
443
- TZ: 'COUNTRY_TZ', // Tanzania, United Republic of
444
- TH: 'COUNTRY_TH', // Thailand
445
- TL: 'COUNTRY_TL', // Timor-Leste
446
- TG: 'COUNTRY_TG', // Togo
447
- TK: 'COUNTRY_TK', // Tokelau
448
- TO: 'COUNTRY_TO', // Tonga
449
- TT: 'COUNTRY_TT', // Trinidad and Tobago
450
- TN: 'COUNTRY_TN', // Tunisia
451
- TR: 'COUNTRY_TR', // Turkey
452
- TM: 'COUNTRY_TM', // Turkmenistan
453
- TC: 'COUNTRY_TC', // Turks and Caicos Islands
454
- TV: 'COUNTRY_TV', // Tuvalu
455
- UG: 'COUNTRY_UG', // Uganda
456
- UA: 'COUNTRY_UA', // Ukraine
457
- AE: 'COUNTRY_AE', // United Arab Emirates
458
- GB: 'COUNTRY_GB', // United Kingdom
459
- US: 'COUNTRY_US', // United States
460
- UM: 'COUNTRY_UM', // United States Minor Outlying Islands
461
- UY: 'COUNTRY_UY', // Uruguay
462
- UZ: 'COUNTRY_UZ', // Uzbekistan
463
- VU: 'COUNTRY_VU', // Vanuatu
464
- VE: 'COUNTRY_VE', // Venezuela, Bolivarian Republic of
465
- VN: 'COUNTRY_VN', // Viet Nam
466
- VG: 'COUNTRY_VG', // Virgin Islands, British
467
- VI: 'COUNTRY_VI', // Virgin Islands, U.S.
468
- WF: 'COUNTRY_WF', // Wallis and Futuna
469
- EH: 'COUNTRY_EH', // Western Sahara
470
- YE: 'COUNTRY_YE', // Yemen
471
- ZM: 'COUNTRY_ZM', // Zambia
472
- ZW: 'COUNTRY_ZW', // Zimbabwe
473
- };
474
-
475
- // 결제 통화
648
+ /**
649
+ * Afghanistan
650
+ */
651
+ AF: 'AF',
652
+ /**
653
+ * Åland Islands
654
+ */
655
+ AX: 'AX',
656
+ /**
657
+ * Albania
658
+ */
659
+ AL: 'AL',
660
+ /**
661
+ * Algeria
662
+ */
663
+ DZ: 'DZ',
664
+ /**
665
+ * American Samoa
666
+ */
667
+ AS: 'AS',
668
+ /**
669
+ * Andorra
670
+ */
671
+ AD: 'AD',
672
+ /**
673
+ * Angola
674
+ */
675
+ AO: 'AO',
676
+ /**
677
+ * Anguilla
678
+ */
679
+ AI: 'AI',
680
+ /**
681
+ * Antarctica
682
+ */
683
+ AQ: 'AQ',
684
+ /**
685
+ * Antigua and Barbuda
686
+ */
687
+ AG: 'AG',
688
+ /**
689
+ * Argentina
690
+ */
691
+ AR: 'AR',
692
+ /**
693
+ * Armenia
694
+ */
695
+ AM: 'AM',
696
+ /**
697
+ * Aruba
698
+ */
699
+ AW: 'AW',
700
+ /**
701
+ * Australia
702
+ */
703
+ AU: 'AU',
704
+ /**
705
+ * Austria
706
+ */
707
+ AT: 'AT',
708
+ /**
709
+ * Azerbaijan
710
+ */
711
+ AZ: 'AZ',
712
+ /**
713
+ * Bahrain
714
+ */
715
+ BH: 'BH',
716
+ /**
717
+ * Bahamas
718
+ */
719
+ BS: 'BS',
720
+ /**
721
+ * Bangladesh
722
+ */
723
+ BD: 'BD',
724
+ /**
725
+ * Barbados
726
+ */
727
+ BB: 'BB',
728
+ /**
729
+ * Belarus
730
+ */
731
+ BY: 'BY',
732
+ /**
733
+ * Belgium
734
+ */
735
+ BE: 'BE',
736
+ /**
737
+ * Belize
738
+ */
739
+ BZ: 'BZ',
740
+ /**
741
+ * Benin
742
+ */
743
+ BJ: 'BJ',
744
+ /**
745
+ * Bermuda
746
+ */
747
+ BM: 'BM',
748
+ /**
749
+ * Bhutan
750
+ */
751
+ BT: 'BT',
752
+ /**
753
+ * Bolivia, Plurinational State of
754
+ */
755
+ BO: 'BO',
756
+ /**
757
+ * Bonaire, Sint Eustatius and Saba
758
+ */
759
+ BQ: 'BQ',
760
+ /**
761
+ * Bosnia and Herzegovina
762
+ */
763
+ BA: 'BA',
764
+ /**
765
+ * Botswana
766
+ */
767
+ BW: 'BW',
768
+ /**
769
+ * Bouvet Island
770
+ */
771
+ BV: 'BV',
772
+ /**
773
+ * Brazil
774
+ */
775
+ BR: 'BR',
776
+ /**
777
+ * British Indian Ocean Territory
778
+ */
779
+ IO: 'IO',
780
+ /**
781
+ * Brunei Darussalam
782
+ */
783
+ BN: 'BN',
784
+ /**
785
+ * Bulgaria
786
+ */
787
+ BG: 'BG',
788
+ /**
789
+ * Burkina Faso
790
+ */
791
+ BF: 'BF',
792
+ /**
793
+ * Burundi
794
+ */
795
+ BI: 'BI',
796
+ /**
797
+ * Cambodia
798
+ */
799
+ KH: 'KH',
800
+ /**
801
+ * Cameroon
802
+ */
803
+ CM: 'CM',
804
+ /**
805
+ * Canada
806
+ */
807
+ CA: 'CA',
808
+ /**
809
+ * Cape Verde
810
+ */
811
+ CV: 'CV',
812
+ /**
813
+ * Cayman Islands
814
+ */
815
+ KY: 'KY',
816
+ /**
817
+ * Central African Republic
818
+ */
819
+ CF: 'CF',
820
+ /**
821
+ * Chad
822
+ */
823
+ TD: 'TD',
824
+ /**
825
+ * Chile
826
+ */
827
+ CL: 'CL',
828
+ /**
829
+ * China
830
+ */
831
+ CN: 'CN',
832
+ /**
833
+ * Christmas Island
834
+ */
835
+ CX: 'CX',
836
+ /**
837
+ * Cocos (Keeling) Islands
838
+ */
839
+ CC: 'CC',
840
+ /**
841
+ * Colombia
842
+ */
843
+ CO: 'CO',
844
+ /**
845
+ * Comoros
846
+ */
847
+ KM: 'KM',
848
+ /**
849
+ * Congo
850
+ */
851
+ CG: 'CG',
852
+ /**
853
+ * Congo, the Democratic Republic of the
854
+ */
855
+ CD: 'CD',
856
+ /**
857
+ * Cook Islands
858
+ */
859
+ CK: 'CK',
860
+ /**
861
+ * Costa Rica
862
+ */
863
+ CR: 'CR',
864
+ /**
865
+ * Côte d'Ivoire
866
+ */
867
+ CI: 'CI',
868
+ /**
869
+ * Croatia
870
+ */
871
+ HR: 'HR',
872
+ /**
873
+ * Cuba
874
+ */
875
+ CU: 'CU',
876
+ /**
877
+ * Curaçao
878
+ */
879
+ CW: 'CW',
880
+ /**
881
+ * Cyprus
882
+ */
883
+ CY: 'CY',
884
+ /**
885
+ * Czech Republic
886
+ */
887
+ CZ: 'CZ',
888
+ /**
889
+ * Denmark
890
+ */
891
+ DK: 'DK',
892
+ /**
893
+ * Djibouti
894
+ */
895
+ DJ: 'DJ',
896
+ /**
897
+ * Dominica
898
+ */
899
+ DM: 'DM',
900
+ /**
901
+ * Dominican Republic
902
+ */
903
+ DO: 'DO',
904
+ /**
905
+ * Ecuador
906
+ */
907
+ EC: 'EC',
908
+ /**
909
+ * Egypt
910
+ */
911
+ EG: 'EG',
912
+ /**
913
+ * El Salvador
914
+ */
915
+ SV: 'SV',
916
+ /**
917
+ * Equatorial Guinea
918
+ */
919
+ GQ: 'GQ',
920
+ /**
921
+ * Eritrea
922
+ */
923
+ ER: 'ER',
924
+ /**
925
+ * Estonia
926
+ */
927
+ EE: 'EE',
928
+ /**
929
+ * Ethiopia
930
+ */
931
+ ET: 'ET',
932
+ /**
933
+ * Falkland Islands (Malvinas)
934
+ */
935
+ FK: 'FK',
936
+ /**
937
+ * Faroe Islands
938
+ */
939
+ FO: 'FO',
940
+ /**
941
+ * Fiji
942
+ */
943
+ FJ: 'FJ',
944
+ /**
945
+ * Finland
946
+ */
947
+ FI: 'FI',
948
+ /**
949
+ * France
950
+ */
951
+ FR: 'FR',
952
+ /**
953
+ * French Guiana
954
+ */
955
+ GF: 'GF',
956
+ /**
957
+ * French Polynesia
958
+ */
959
+ PF: 'PF',
960
+ /**
961
+ * French Southern Territories
962
+ */
963
+ TF: 'TF',
964
+ /**
965
+ * Gabon
966
+ */
967
+ GA: 'GA',
968
+ /**
969
+ * Gambia
970
+ */
971
+ GM: 'GM',
972
+ /**
973
+ * Georgia
974
+ */
975
+ GE: 'GE',
976
+ /**
977
+ * Germany
978
+ */
979
+ DE: 'DE',
980
+ /**
981
+ * Ghana
982
+ */
983
+ GH: 'GH',
984
+ /**
985
+ * Gibraltar
986
+ */
987
+ GI: 'GI',
988
+ /**
989
+ * Greece
990
+ */
991
+ GR: 'GR',
992
+ /**
993
+ * Greenland
994
+ */
995
+ GL: 'GL',
996
+ /**
997
+ * Grenada
998
+ */
999
+ GD: 'GD',
1000
+ /**
1001
+ * Guadeloupe
1002
+ */
1003
+ GP: 'GP',
1004
+ /**
1005
+ * Guam
1006
+ */
1007
+ GU: 'GU',
1008
+ /**
1009
+ * Guatemala
1010
+ */
1011
+ GT: 'GT',
1012
+ /**
1013
+ * Guernsey
1014
+ */
1015
+ GG: 'GG',
1016
+ /**
1017
+ * Guinea
1018
+ */
1019
+ GN: 'GN',
1020
+ /**
1021
+ * Guinea-Bissau
1022
+ */
1023
+ GW: 'GW',
1024
+ /**
1025
+ * Guyana
1026
+ */
1027
+ GY: 'GY',
1028
+ /**
1029
+ * Haiti
1030
+ */
1031
+ HT: 'HT',
1032
+ /**
1033
+ * Heard Island and McDonald Islands
1034
+ */
1035
+ HM: 'HM',
1036
+ /**
1037
+ * Holy See (Vatican City State)
1038
+ */
1039
+ VA: 'VA',
1040
+ /**
1041
+ * Honduras
1042
+ */
1043
+ HN: 'HN',
1044
+ /**
1045
+ * Hong Kong
1046
+ */
1047
+ HK: 'HK',
1048
+ /**
1049
+ * Hungary
1050
+ */
1051
+ HU: 'HU',
1052
+ /**
1053
+ * Iceland
1054
+ */
1055
+ IS: 'IS',
1056
+ /**
1057
+ * India
1058
+ */
1059
+ IN: 'IN',
1060
+ /**
1061
+ * Indonesia
1062
+ */
1063
+ ID: 'ID',
1064
+ /**
1065
+ * Iran, Islamic Republic of
1066
+ */
1067
+ IR: 'IR',
1068
+ /**
1069
+ * Iraq
1070
+ */
1071
+ IQ: 'IQ',
1072
+ /**
1073
+ * Ireland
1074
+ */
1075
+ IE: 'IE',
1076
+ /**
1077
+ * Isle of Man
1078
+ */
1079
+ IM: 'IM',
1080
+ /**
1081
+ * Israel
1082
+ */
1083
+ IL: 'IL',
1084
+ /**
1085
+ * Italy
1086
+ */
1087
+ IT: 'IT',
1088
+ /**
1089
+ * Jamaica
1090
+ */
1091
+ JM: 'JM',
1092
+ /**
1093
+ * Japan
1094
+ */
1095
+ JP: 'JP',
1096
+ /**
1097
+ * Jersey
1098
+ */
1099
+ JE: 'JE',
1100
+ /**
1101
+ * Jordan
1102
+ */
1103
+ JO: 'JO',
1104
+ /**
1105
+ * Kazakhstan
1106
+ */
1107
+ KZ: 'KZ',
1108
+ /**
1109
+ * Kenya
1110
+ */
1111
+ KE: 'KE',
1112
+ /**
1113
+ * Kiribati
1114
+ */
1115
+ KI: 'KI',
1116
+ /**
1117
+ * Korea, Democratic People's Republic of
1118
+ */
1119
+ KP: 'KP',
1120
+ /**
1121
+ * Korea, Republic of
1122
+ */
1123
+ KR: 'KR',
1124
+ /**
1125
+ * Kuwait
1126
+ */
1127
+ KW: 'KW',
1128
+ /**
1129
+ * Kyrgyzstan
1130
+ */
1131
+ KG: 'KG',
1132
+ /**
1133
+ * Lao People's Democratic Republic
1134
+ */
1135
+ LA: 'LA',
1136
+ /**
1137
+ * Latvia
1138
+ */
1139
+ LV: 'LV',
1140
+ /**
1141
+ * Lebanon
1142
+ */
1143
+ LB: 'LB',
1144
+ /**
1145
+ * Lesotho
1146
+ */
1147
+ LS: 'LS',
1148
+ /**
1149
+ * Liberia
1150
+ */
1151
+ LR: 'LR',
1152
+ /**
1153
+ * Libya
1154
+ */
1155
+ LY: 'LY',
1156
+ /**
1157
+ * Liechtenstein
1158
+ */
1159
+ LI: 'LI',
1160
+ /**
1161
+ * Lithuania
1162
+ */
1163
+ LT: 'LT',
1164
+ /**
1165
+ * Luxembourg
1166
+ */
1167
+ LU: 'LU',
1168
+ /**
1169
+ * Macao
1170
+ */
1171
+ MO: 'MO',
1172
+ /**
1173
+ * Macedonia, the Former Yugoslav Republic of
1174
+ */
1175
+ MK: 'MK',
1176
+ /**
1177
+ * Madagascar
1178
+ */
1179
+ MG: 'MG',
1180
+ /**
1181
+ * Malawi
1182
+ */
1183
+ MW: 'MW',
1184
+ /**
1185
+ * Malaysia
1186
+ */
1187
+ MY: 'MY',
1188
+ /**
1189
+ * Maldives
1190
+ */
1191
+ MV: 'MV',
1192
+ /**
1193
+ * Mali
1194
+ */
1195
+ ML: 'ML',
1196
+ /**
1197
+ * Malta
1198
+ */
1199
+ MT: 'MT',
1200
+ /**
1201
+ * Marshall Islands
1202
+ */
1203
+ MH: 'MH',
1204
+ /**
1205
+ * Martinique
1206
+ */
1207
+ MQ: 'MQ',
1208
+ /**
1209
+ * Mauritania
1210
+ */
1211
+ MR: 'MR',
1212
+ /**
1213
+ * Mauritius
1214
+ */
1215
+ MU: 'MU',
1216
+ /**
1217
+ * Mayotte
1218
+ */
1219
+ YT: 'YT',
1220
+ /**
1221
+ * Mexico
1222
+ */
1223
+ MX: 'MX',
1224
+ /**
1225
+ * Micronesia, Federated States of
1226
+ */
1227
+ FM: 'FM',
1228
+ /**
1229
+ * Moldova, Republic of
1230
+ */
1231
+ MD: 'MD',
1232
+ /**
1233
+ * Monaco
1234
+ */
1235
+ MC: 'MC',
1236
+ /**
1237
+ * Mongolia
1238
+ */
1239
+ MN: 'MN',
1240
+ /**
1241
+ * Montenegro
1242
+ */
1243
+ ME: 'ME',
1244
+ /**
1245
+ * Montserrat
1246
+ */
1247
+ MS: 'MS',
1248
+ /**
1249
+ * Morocco
1250
+ */
1251
+ MA: 'MA',
1252
+ /**
1253
+ * Mozambique
1254
+ */
1255
+ MZ: 'MZ',
1256
+ /**
1257
+ * Myanmar
1258
+ */
1259
+ MM: 'MM',
1260
+ /**
1261
+ * Namibia
1262
+ */
1263
+ NA: 'NA',
1264
+ /**
1265
+ * Nauru
1266
+ */
1267
+ NR: 'NR',
1268
+ /**
1269
+ * Nepal
1270
+ */
1271
+ NP: 'NP',
1272
+ /**
1273
+ * Netherlands
1274
+ */
1275
+ NL: 'NL',
1276
+ /**
1277
+ * New Caledonia
1278
+ */
1279
+ NC: 'NC',
1280
+ /**
1281
+ * New Zealand
1282
+ */
1283
+ NZ: 'NZ',
1284
+ /**
1285
+ * Nicaragua
1286
+ */
1287
+ NI: 'NI',
1288
+ /**
1289
+ * Niger
1290
+ */
1291
+ NE: 'NE',
1292
+ /**
1293
+ * Nigeria
1294
+ */
1295
+ NG: 'NG',
1296
+ /**
1297
+ * Niue
1298
+ */
1299
+ NU: 'NU',
1300
+ /**
1301
+ * Norfolk Island
1302
+ */
1303
+ NF: 'NF',
1304
+ /**
1305
+ * Northern Mariana Islands
1306
+ */
1307
+ MP: 'MP',
1308
+ /**
1309
+ * Norway
1310
+ */
1311
+ NO: 'NO',
1312
+ /**
1313
+ * Oman
1314
+ */
1315
+ OM: 'OM',
1316
+ /**
1317
+ * Pakistan
1318
+ */
1319
+ PK: 'PK',
1320
+ /**
1321
+ * Palau
1322
+ */
1323
+ PW: 'PW',
1324
+ /**
1325
+ * Palestine, State of
1326
+ */
1327
+ PS: 'PS',
1328
+ /**
1329
+ * Panama
1330
+ */
1331
+ PA: 'PA',
1332
+ /**
1333
+ * Papua New Guinea
1334
+ */
1335
+ PG: 'PG',
1336
+ /**
1337
+ * Paraguay
1338
+ */
1339
+ PY: 'PY',
1340
+ /**
1341
+ * Peru
1342
+ */
1343
+ PE: 'PE',
1344
+ /**
1345
+ * Philippines
1346
+ */
1347
+ PH: 'PH',
1348
+ /**
1349
+ * Pitcairn
1350
+ */
1351
+ PN: 'PN',
1352
+ /**
1353
+ * Poland
1354
+ */
1355
+ PL: 'PL',
1356
+ /**
1357
+ * Portugal
1358
+ */
1359
+ PT: 'PT',
1360
+ /**
1361
+ * Puerto Rico
1362
+ */
1363
+ PR: 'PR',
1364
+ /**
1365
+ * Qatar
1366
+ */
1367
+ QA: 'QA',
1368
+ /**
1369
+ * Réunion
1370
+ */
1371
+ RE: 'RE',
1372
+ /**
1373
+ * Romania
1374
+ */
1375
+ RO: 'RO',
1376
+ /**
1377
+ * Russian Federation
1378
+ */
1379
+ RU: 'RU',
1380
+ /**
1381
+ * Rwanda
1382
+ */
1383
+ RW: 'RW',
1384
+ /**
1385
+ * Saint Barthélemy
1386
+ */
1387
+ BL: 'BL',
1388
+ /**
1389
+ * Saint Helena, Ascension and Tristan da Cunha
1390
+ */
1391
+ SH: 'SH',
1392
+ /**
1393
+ * Saint Kitts and Nevis
1394
+ */
1395
+ KN: 'KN',
1396
+ /**
1397
+ * Saint Lucia
1398
+ */
1399
+ LC: 'LC',
1400
+ /**
1401
+ * Saint Martin (French part)
1402
+ */
1403
+ MF: 'MF',
1404
+ /**
1405
+ * Saint Pierre and Miquelon
1406
+ */
1407
+ PM: 'PM',
1408
+ /**
1409
+ * Saint Vincent and the Grenadines
1410
+ */
1411
+ VC: 'VC',
1412
+ /**
1413
+ * Samoa
1414
+ */
1415
+ WS: 'WS',
1416
+ /**
1417
+ * San Marino
1418
+ */
1419
+ SM: 'SM',
1420
+ /**
1421
+ * Sao Tome and Principe
1422
+ */
1423
+ ST: 'ST',
1424
+ /**
1425
+ * Saudi Arabia
1426
+ */
1427
+ SA: 'SA',
1428
+ /**
1429
+ * Senegal
1430
+ */
1431
+ SN: 'SN',
1432
+ /**
1433
+ * Serbia
1434
+ */
1435
+ RS: 'RS',
1436
+ /**
1437
+ * Seychelles
1438
+ */
1439
+ SC: 'SC',
1440
+ /**
1441
+ * Sierra Leone
1442
+ */
1443
+ SL: 'SL',
1444
+ /**
1445
+ * Singapore
1446
+ */
1447
+ SG: 'SG',
1448
+ /**
1449
+ * Sint Maarten (Dutch part)
1450
+ */
1451
+ SX: 'SX',
1452
+ /**
1453
+ * Slovakia
1454
+ */
1455
+ SK: 'SK',
1456
+ /**
1457
+ * Slovenia
1458
+ */
1459
+ SI: 'SI',
1460
+ /**
1461
+ * Solomon Islands
1462
+ */
1463
+ SB: 'SB',
1464
+ /**
1465
+ * Somalia
1466
+ */
1467
+ SO: 'SO',
1468
+ /**
1469
+ * South Africa
1470
+ */
1471
+ ZA: 'ZA',
1472
+ /**
1473
+ * South Georgia and the South Sandwich Islands
1474
+ */
1475
+ GS: 'GS',
1476
+ /**
1477
+ * South Sudan
1478
+ */
1479
+ SS: 'SS',
1480
+ /**
1481
+ * Spain
1482
+ */
1483
+ ES: 'ES',
1484
+ /**
1485
+ * Sri Lanka
1486
+ */
1487
+ LK: 'LK',
1488
+ /**
1489
+ * Sudan
1490
+ */
1491
+ SD: 'SD',
1492
+ /**
1493
+ * Suriname
1494
+ */
1495
+ SR: 'SR',
1496
+ /**
1497
+ * Svalbard and Jan Mayen
1498
+ */
1499
+ SJ: 'SJ',
1500
+ /**
1501
+ * Swaziland
1502
+ */
1503
+ SZ: 'SZ',
1504
+ /**
1505
+ * Sweden
1506
+ */
1507
+ SE: 'SE',
1508
+ /**
1509
+ * Switzerland
1510
+ */
1511
+ CH: 'CH',
1512
+ /**
1513
+ * Syrian Arab Republic
1514
+ */
1515
+ SY: 'SY',
1516
+ /**
1517
+ * Taiwan, Province of China
1518
+ */
1519
+ TW: 'TW',
1520
+ /**
1521
+ * Tajikistan
1522
+ */
1523
+ TJ: 'TJ',
1524
+ /**
1525
+ * Tanzania, United Republic of
1526
+ */
1527
+ TZ: 'TZ',
1528
+ /**
1529
+ * Thailand
1530
+ */
1531
+ TH: 'TH',
1532
+ /**
1533
+ * Timor-Leste
1534
+ */
1535
+ TL: 'TL',
1536
+ /**
1537
+ * Togo
1538
+ */
1539
+ TG: 'TG',
1540
+ /**
1541
+ * Tokelau
1542
+ */
1543
+ TK: 'TK',
1544
+ /**
1545
+ * Tonga
1546
+ */
1547
+ TO: 'TO',
1548
+ /**
1549
+ * Trinidad and Tobago
1550
+ */
1551
+ TT: 'TT',
1552
+ /**
1553
+ * Tunisia
1554
+ */
1555
+ TN: 'TN',
1556
+ /**
1557
+ * Turkey
1558
+ */
1559
+ TR: 'TR',
1560
+ /**
1561
+ * Turkmenistan
1562
+ */
1563
+ TM: 'TM',
1564
+ /**
1565
+ * Turks and Caicos Islands
1566
+ */
1567
+ TC: 'TC',
1568
+ /**
1569
+ * Tuvalu
1570
+ */
1571
+ TV: 'TV',
1572
+ /**
1573
+ * Uganda
1574
+ */
1575
+ UG: 'UG',
1576
+ /**
1577
+ * Ukraine
1578
+ */
1579
+ UA: 'UA',
1580
+ /**
1581
+ * United Arab Emirates
1582
+ */
1583
+ AE: 'AE',
1584
+ /**
1585
+ * United Kingdom
1586
+ */
1587
+ GB: 'GB',
1588
+ /**
1589
+ * United States
1590
+ */
1591
+ US: 'US',
1592
+ /**
1593
+ * United States Minor Outlying Islands
1594
+ */
1595
+ UM: 'UM',
1596
+ /**
1597
+ * Uruguay
1598
+ */
1599
+ UY: 'UY',
1600
+ /**
1601
+ * Uzbekistan
1602
+ */
1603
+ UZ: 'UZ',
1604
+ /**
1605
+ * Vanuatu
1606
+ */
1607
+ VU: 'VU',
1608
+ /**
1609
+ * Venezuela, Bolivarian Republic of
1610
+ */
1611
+ VE: 'VE',
1612
+ /**
1613
+ * Viet Nam
1614
+ */
1615
+ VN: 'VN',
1616
+ /**
1617
+ * Virgin Islands, British
1618
+ */
1619
+ VG: 'VG',
1620
+ /**
1621
+ * Virgin Islands, U.S.
1622
+ */
1623
+ VI: 'VI',
1624
+ /**
1625
+ * Wallis and Futuna
1626
+ */
1627
+ WF: 'WF',
1628
+ /**
1629
+ * Western Sahara
1630
+ */
1631
+ EH: 'EH',
1632
+ /**
1633
+ * Yemen
1634
+ */
1635
+ YE: 'YE',
1636
+ /**
1637
+ * Zambia
1638
+ */
1639
+ ZM: 'ZM',
1640
+ /**
1641
+ * Zimbabwe
1642
+ */
1643
+ ZW: 'ZW',
1644
+ };
1645
+
1646
+ // This file is automatically generated by the SDK generator.
1647
+ // Do not edit this file manually.
1648
+ /**
1649
+ * **화폐**
1650
+ *
1651
+ * [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) 화폐 코드
1652
+ *
1653
+ * 대한민국 원, 일본 엔이 아닌 화폐를 사용할 때에는 금액을 minor unit 단위로 입력해야 함에 유의하세요.
1654
+ */
476
1655
  const Currency = {
477
- KRW: 'CURRENCY_KRW',
478
- USD: 'CURRENCY_USD',
479
- EUR: 'CURRENCY_EUR',
480
- JPY: 'CURRENCY_JPY',
481
- CNY: 'CURRENCY_CNY',
482
- VND: 'CURRENCY_VND',
483
- THB: 'CURRENCY_THB',
484
- SGD: 'CURRENCY_SGD',
485
- AUD: 'CURRENCY_AUD',
486
- HKD: 'CURRENCY_HKD',
487
- AED: 'CURRENCY_AED',
488
- AFN: 'CURRENCY_AFN',
489
- ALL: 'CURRENCY_ALL',
490
- AMD: 'CURRENCY_AMD',
491
- ANG: 'CURRENCY_ANG',
492
- AOA: 'CURRENCY_AOA',
493
- ARS: 'CURRENCY_ARS',
494
- AWG: 'CURRENCY_AWG',
495
- AZN: 'CURRENCY_AZN',
496
- BAM: 'CURRENCY_BAM',
497
- BBD: 'CURRENCY_BBD',
498
- BDT: 'CURRENCY_BDT',
499
- BGN: 'CURRENCY_BGN',
500
- BHD: 'CURRENCY_BHD',
501
- BIF: 'CURRENCY_BIF',
502
- BMD: 'CURRENCY_BMD',
503
- BND: 'CURRENCY_BND',
504
- BOB: 'CURRENCY_BOB',
505
- BOV: 'CURRENCY_BOV',
506
- BRL: 'CURRENCY_BRL',
507
- BSD: 'CURRENCY_BSD',
508
- BTN: 'CURRENCY_BTN',
509
- BWP: 'CURRENCY_BWP',
510
- BYN: 'CURRENCY_BYN',
511
- BZD: 'CURRENCY_BZD',
512
- CAD: 'CURRENCY_CAD',
513
- CDF: 'CURRENCY_CDF',
514
- CHE: 'CURRENCY_CHE',
515
- CHF: 'CURRENCY_CHF',
516
- CHW: 'CURRENCY_CHW',
517
- CLF: 'CURRENCY_CLF',
518
- CLP: 'CURRENCY_CLP',
519
- COP: 'CURRENCY_COP',
520
- COU: 'CURRENCY_COU',
521
- CRC: 'CURRENCY_CRC',
522
- CUC: 'CURRENCY_CUC',
523
- CUP: 'CURRENCY_CUP',
524
- CVE: 'CURRENCY_CVE',
525
- CZK: 'CURRENCY_CZK',
526
- DJF: 'CURRENCY_DJF',
527
- DKK: 'CURRENCY_DKK',
528
- DOP: 'CURRENCY_DOP',
529
- DZD: 'CURRENCY_DZD',
530
- EGP: 'CURRENCY_EGP',
531
- ERN: 'CURRENCY_ERN',
532
- ETB: 'CURRENCY_ETB',
533
- FJD: 'CURRENCY_FJD',
534
- FKP: 'CURRENCY_FKP',
535
- GBP: 'CURRENCY_GBP',
536
- GEL: 'CURRENCY_GEL',
537
- GHS: 'CURRENCY_GHS',
538
- GIP: 'CURRENCY_GIP',
539
- GMD: 'CURRENCY_GMD',
540
- GNF: 'CURRENCY_GNF',
541
- GTQ: 'CURRENCY_GTQ',
542
- GYD: 'CURRENCY_GYD',
543
- HNL: 'CURRENCY_HNL',
544
- HRK: 'CURRENCY_HRK',
545
- HTG: 'CURRENCY_HTG',
546
- HUF: 'CURRENCY_HUF',
547
- IDR: 'CURRENCY_IDR',
548
- ILS: 'CURRENCY_ILS',
549
- INR: 'CURRENCY_INR',
550
- IQD: 'CURRENCY_IQD',
551
- IRR: 'CURRENCY_IRR',
552
- ISK: 'CURRENCY_ISK',
553
- JMD: 'CURRENCY_JMD',
554
- JOD: 'CURRENCY_JOD',
555
- KES: 'CURRENCY_KES',
556
- KGS: 'CURRENCY_KGS',
557
- KHR: 'CURRENCY_KHR',
558
- KMF: 'CURRENCY_KMF',
559
- KPW: 'CURRENCY_KPW',
560
- KWD: 'CURRENCY_KWD',
561
- KYD: 'CURRENCY_KYD',
562
- KZT: 'CURRENCY_KZT',
563
- LAK: 'CURRENCY_LAK',
564
- LBP: 'CURRENCY_LBP',
565
- LKR: 'CURRENCY_LKR',
566
- LRD: 'CURRENCY_LRD',
567
- LSL: 'CURRENCY_LSL',
568
- LYD: 'CURRENCY_LYD',
569
- MAD: 'CURRENCY_MAD',
570
- MDL: 'CURRENCY_MDL',
571
- MGA: 'CURRENCY_MGA',
572
- MKD: 'CURRENCY_MKD',
573
- MMK: 'CURRENCY_MMK',
574
- MNT: 'CURRENCY_MNT',
575
- MOP: 'CURRENCY_MOP',
576
- MRU: 'CURRENCY_MRU',
577
- MUR: 'CURRENCY_MUR',
578
- MVR: 'CURRENCY_MVR',
579
- MWK: 'CURRENCY_MWK',
580
- MXN: 'CURRENCY_MXN',
581
- MXV: 'CURRENCY_MXV',
582
- MZN: 'CURRENCY_MZN',
583
- NAD: 'CURRENCY_NAD',
584
- NGN: 'CURRENCY_NGN',
585
- NIO: 'CURRENCY_NIO',
586
- NOK: 'CURRENCY_NOK',
587
- NPR: 'CURRENCY_NPR',
588
- NZD: 'CURRENCY_NZD',
589
- OMR: 'CURRENCY_OMR',
590
- PAB: 'CURRENCY_PAB',
591
- PEN: 'CURRENCY_PEN',
592
- PGK: 'CURRENCY_PGK',
593
- PHP: 'CURRENCY_PHP',
594
- PKR: 'CURRENCY_PKR',
595
- PLN: 'CURRENCY_PLN',
596
- PYG: 'CURRENCY_PYG',
597
- QAR: 'CURRENCY_QAR',
598
- RON: 'CURRENCY_RON',
599
- RSD: 'CURRENCY_RSD',
600
- RUB: 'CURRENCY_RUB',
601
- RWF: 'CURRENCY_RWF',
602
- SAR: 'CURRENCY_SAR',
603
- SBD: 'CURRENCY_SBD',
604
- SCR: 'CURRENCY_SCR',
605
- SDG: 'CURRENCY_SDG',
606
- SEK: 'CURRENCY_SEK',
607
- SHP: 'CURRENCY_SHP',
608
- SLE: 'CURRENCY_SLE',
609
- SLL: 'CURRENCY_SLL',
610
- SOS: 'CURRENCY_SOS',
611
- SRD: 'CURRENCY_SRD',
612
- SSP: 'CURRENCY_SSP',
613
- STN: 'CURRENCY_STN',
614
- SVC: 'CURRENCY_SVC',
615
- SYP: 'CURRENCY_SYP',
616
- SZL: 'CURRENCY_SZL',
617
- TJS: 'CURRENCY_TJS',
618
- TMT: 'CURRENCY_TMT',
619
- TND: 'CURRENCY_TND',
620
- TOP: 'CURRENCY_TOP',
621
- TRY: 'CURRENCY_TRY',
622
- TTD: 'CURRENCY_TTD',
623
- TWD: 'CURRENCY_TWD',
624
- TZS: 'CURRENCY_TZS',
625
- UAH: 'CURRENCY_UAH',
626
- UGX: 'CURRENCY_UGX',
627
- USN: 'CURRENCY_USN',
628
- UYI: 'CURRENCY_UYI',
629
- UYU: 'CURRENCY_UYU',
630
- UYW: 'CURRENCY_UYW',
631
- UZS: 'CURRENCY_UZS',
632
- VED: 'CURRENCY_VED',
633
- VES: 'CURRENCY_VES',
634
- VUV: 'CURRENCY_VUV',
635
- WST: 'CURRENCY_WST',
636
- XAF: 'CURRENCY_XAF',
637
- XAG: 'CURRENCY_XAG',
638
- XAU: 'CURRENCY_XAU',
639
- XBA: 'CURRENCY_XBA',
640
- XBB: 'CURRENCY_XBB',
641
- XBC: 'CURRENCY_XBC',
642
- XBD: 'CURRENCY_XBD',
643
- XCD: 'CURRENCY_XCD',
644
- XDR: 'CURRENCY_XDR',
645
- XOF: 'CURRENCY_XOF',
646
- XPD: 'CURRENCY_XPD',
647
- XPF: 'CURRENCY_XPF',
648
- XPT: 'CURRENCY_XPT',
649
- XSU: 'CURRENCY_XSU',
650
- XTS: 'CURRENCY_XTS',
651
- XUA: 'CURRENCY_XUA',
652
- XXX: 'CURRENCY_XXX',
653
- YER: 'CURRENCY_YER',
654
- ZAR: 'CURRENCY_ZAR',
655
- ZMW: 'CURRENCY_ZMW',
656
- ZWL: 'CURRENCY_ZWL',
657
- };
658
-
659
- // 간편 결제 유형
1656
+ /**
1657
+ * South Korean won
1658
+ */
1659
+ KRW: 'KRW',
1660
+ /**
1661
+ * United States dollar
1662
+ */
1663
+ USD: 'USD',
1664
+ /**
1665
+ * Euro
1666
+ */
1667
+ EUR: 'EUR',
1668
+ /**
1669
+ * Japanese yen
1670
+ */
1671
+ JPY: 'JPY',
1672
+ /**
1673
+ * Chinese yuan
1674
+ */
1675
+ CNY: 'CNY',
1676
+ /**
1677
+ * Vietnamese dong
1678
+ */
1679
+ VND: 'VND',
1680
+ /**
1681
+ * Thai baht
1682
+ */
1683
+ THB: 'THB',
1684
+ /**
1685
+ * Singapore dollar
1686
+ */
1687
+ SGD: 'SGD',
1688
+ /**
1689
+ * Australian dollar
1690
+ */
1691
+ AUD: 'AUD',
1692
+ /**
1693
+ * Hong Kong dollar
1694
+ */
1695
+ HKD: 'HKD',
1696
+ /**
1697
+ * United Arab Emirates dirham
1698
+ */
1699
+ AED: 'AED',
1700
+ /**
1701
+ * Afghan afghani
1702
+ */
1703
+ AFN: 'AFN',
1704
+ /**
1705
+ * Albanian lek
1706
+ */
1707
+ ALL: 'ALL',
1708
+ /**
1709
+ * Armenian dram
1710
+ */
1711
+ AMD: 'AMD',
1712
+ /**
1713
+ * Netherlands Antillean guilder
1714
+ */
1715
+ ANG: 'ANG',
1716
+ /**
1717
+ * Angolan kwanza
1718
+ */
1719
+ AOA: 'AOA',
1720
+ /**
1721
+ * Argentine peso
1722
+ */
1723
+ ARS: 'ARS',
1724
+ /**
1725
+ * Aruban florin
1726
+ */
1727
+ AWG: 'AWG',
1728
+ /**
1729
+ * Azerbaijani manat
1730
+ */
1731
+ AZN: 'AZN',
1732
+ /**
1733
+ * Bosnia and Herzegovina convertible mark
1734
+ */
1735
+ BAM: 'BAM',
1736
+ /**
1737
+ * Barbadian dollar
1738
+ */
1739
+ BBD: 'BBD',
1740
+ /**
1741
+ * Bangladeshi taka
1742
+ */
1743
+ BDT: 'BDT',
1744
+ /**
1745
+ * Bulgarian lev
1746
+ */
1747
+ BGN: 'BGN',
1748
+ /**
1749
+ * Bermudian dollar
1750
+ */
1751
+ BMD: 'BMD',
1752
+ /**
1753
+ * Brunei dollar
1754
+ */
1755
+ BND: 'BND',
1756
+ /**
1757
+ * Boliviano
1758
+ */
1759
+ BOB: 'BOB',
1760
+ /**
1761
+ * Bolivian Mvdol
1762
+ */
1763
+ BOV: 'BOV',
1764
+ /**
1765
+ * Brazilian real
1766
+ */
1767
+ BRL: 'BRL',
1768
+ /**
1769
+ * Bahamian dollar
1770
+ */
1771
+ BSD: 'BSD',
1772
+ /**
1773
+ * Botswana pula
1774
+ */
1775
+ BWP: 'BWP',
1776
+ /**
1777
+ * Belarusian ruble
1778
+ */
1779
+ BYN: 'BYN',
1780
+ /**
1781
+ * Belize dollar
1782
+ */
1783
+ BZD: 'BZD',
1784
+ /**
1785
+ * Canadian dollar
1786
+ */
1787
+ CAD: 'CAD',
1788
+ /**
1789
+ * Congolese franc
1790
+ */
1791
+ CDF: 'CDF',
1792
+ /**
1793
+ * WIR euro
1794
+ */
1795
+ CHE: 'CHE',
1796
+ /**
1797
+ * Swiss franc
1798
+ */
1799
+ CHF: 'CHF',
1800
+ /**
1801
+ * WIR franc
1802
+ */
1803
+ CHW: 'CHW',
1804
+ /**
1805
+ * Chilean unit of account (UF)
1806
+ */
1807
+ CLF: 'CLF',
1808
+ /**
1809
+ * Chilean peso
1810
+ */
1811
+ CLP: 'CLP',
1812
+ /**
1813
+ * Colombian peso
1814
+ */
1815
+ COP: 'COP',
1816
+ /**
1817
+ * Unidad de Valor Real
1818
+ */
1819
+ COU: 'COU',
1820
+ /**
1821
+ * Costa Rican colon
1822
+ */
1823
+ CRC: 'CRC',
1824
+ /**
1825
+ * Cuban convertible peso
1826
+ */
1827
+ CUC: 'CUC',
1828
+ /**
1829
+ * Cuban peso
1830
+ */
1831
+ CUP: 'CUP',
1832
+ /**
1833
+ * Cape Verdean escudo
1834
+ */
1835
+ CVE: 'CVE',
1836
+ /**
1837
+ * Czech koruna
1838
+ */
1839
+ CZK: 'CZK',
1840
+ /**
1841
+ * Djiboutian franc
1842
+ */
1843
+ DJF: 'DJF',
1844
+ /**
1845
+ * Danish krone
1846
+ */
1847
+ DKK: 'DKK',
1848
+ /**
1849
+ * Dominican peso
1850
+ */
1851
+ DOP: 'DOP',
1852
+ /**
1853
+ * Algerian dinar
1854
+ */
1855
+ DZD: 'DZD',
1856
+ /**
1857
+ * Egyptian pound
1858
+ */
1859
+ EGP: 'EGP',
1860
+ /**
1861
+ * Eritrean nakfa
1862
+ */
1863
+ ERN: 'ERN',
1864
+ /**
1865
+ * Ethiopian birr
1866
+ */
1867
+ ETB: 'ETB',
1868
+ /**
1869
+ * Fiji dollar
1870
+ */
1871
+ FJD: 'FJD',
1872
+ /**
1873
+ * Falkland Islands pound
1874
+ */
1875
+ FKP: 'FKP',
1876
+ /**
1877
+ * Pound sterling
1878
+ */
1879
+ GBP: 'GBP',
1880
+ /**
1881
+ * Georgian lari
1882
+ */
1883
+ GEL: 'GEL',
1884
+ /**
1885
+ * Ghanaian cedi
1886
+ */
1887
+ GHS: 'GHS',
1888
+ /**
1889
+ * Gibraltar pound
1890
+ */
1891
+ GIP: 'GIP',
1892
+ /**
1893
+ * Gambian dalasi
1894
+ */
1895
+ GMD: 'GMD',
1896
+ /**
1897
+ * Guinean franc
1898
+ */
1899
+ GNF: 'GNF',
1900
+ /**
1901
+ * Guatemalan quetzal
1902
+ */
1903
+ GTQ: 'GTQ',
1904
+ /**
1905
+ * Guyanese dollar
1906
+ */
1907
+ GYD: 'GYD',
1908
+ /**
1909
+ * Honduran lempira
1910
+ */
1911
+ HNL: 'HNL',
1912
+ /**
1913
+ * Croatian kuna
1914
+ */
1915
+ HRK: 'HRK',
1916
+ /**
1917
+ * Haitian gourde
1918
+ */
1919
+ HTG: 'HTG',
1920
+ /**
1921
+ * Hungarian forint
1922
+ */
1923
+ HUF: 'HUF',
1924
+ /**
1925
+ * Indonesian rupiah
1926
+ */
1927
+ IDR: 'IDR',
1928
+ /**
1929
+ * Israeli new shekel
1930
+ */
1931
+ ILS: 'ILS',
1932
+ /**
1933
+ * Indian rupee
1934
+ */
1935
+ INR: 'INR',
1936
+ /**
1937
+ * Iraqi dinar
1938
+ */
1939
+ IQD: 'IQD',
1940
+ /**
1941
+ * Iranian rial
1942
+ */
1943
+ IRR: 'IRR',
1944
+ /**
1945
+ * Icelandic króna
1946
+ */
1947
+ ISK: 'ISK',
1948
+ /**
1949
+ * Jamaican dollar
1950
+ */
1951
+ JMD: 'JMD',
1952
+ /**
1953
+ * Jordanian dinar
1954
+ */
1955
+ JOD: 'JOD',
1956
+ /**
1957
+ * Kenyan shilling
1958
+ */
1959
+ KES: 'KES',
1960
+ /**
1961
+ * Kyrgyzstani som
1962
+ */
1963
+ KGS: 'KGS',
1964
+ /**
1965
+ * Cambodian riel
1966
+ */
1967
+ KHR: 'KHR',
1968
+ /**
1969
+ * Comoro franc
1970
+ */
1971
+ KMF: 'KMF',
1972
+ /**
1973
+ * North Korean won
1974
+ */
1975
+ KPW: 'KPW',
1976
+ /**
1977
+ * Kuwaiti dinar
1978
+ */
1979
+ KWD: 'KWD',
1980
+ /**
1981
+ * Cayman Islands dollar
1982
+ */
1983
+ KYD: 'KYD',
1984
+ /**
1985
+ * Kazakhstani tenge
1986
+ */
1987
+ KZT: 'KZT',
1988
+ /**
1989
+ * Lao kip
1990
+ */
1991
+ LAK: 'LAK',
1992
+ /**
1993
+ * Lebanese pound
1994
+ */
1995
+ LBP: 'LBP',
1996
+ /**
1997
+ * Sri Lankan rupee
1998
+ */
1999
+ LKR: 'LKR',
2000
+ /**
2001
+ * Liberian dollar
2002
+ */
2003
+ LRD: 'LRD',
2004
+ /**
2005
+ * Lesotho loti
2006
+ */
2007
+ LSL: 'LSL',
2008
+ /**
2009
+ * Libyan dinar
2010
+ */
2011
+ LYD: 'LYD',
2012
+ /**
2013
+ * Moroccan dirham
2014
+ */
2015
+ MAD: 'MAD',
2016
+ /**
2017
+ * Moldovan leu
2018
+ */
2019
+ MDL: 'MDL',
2020
+ /**
2021
+ * Malagasy ariary
2022
+ */
2023
+ MGA: 'MGA',
2024
+ /**
2025
+ * Macedonian denar
2026
+ */
2027
+ MKD: 'MKD',
2028
+ /**
2029
+ * Myanmar kyat
2030
+ */
2031
+ MMK: 'MMK',
2032
+ /**
2033
+ * Mongolian tögrög
2034
+ */
2035
+ MNT: 'MNT',
2036
+ /**
2037
+ * Macanese pataca
2038
+ */
2039
+ MOP: 'MOP',
2040
+ /**
2041
+ * Mauritanian ouguiya
2042
+ */
2043
+ MRU: 'MRU',
2044
+ /**
2045
+ * Mauritian rupee
2046
+ */
2047
+ MUR: 'MUR',
2048
+ /**
2049
+ * Maldivian rufiyaa
2050
+ */
2051
+ MVR: 'MVR',
2052
+ /**
2053
+ * Malawian kwacha
2054
+ */
2055
+ MWK: 'MWK',
2056
+ /**
2057
+ * Mexican peso
2058
+ */
2059
+ MXN: 'MXN',
2060
+ /**
2061
+ * Mexican Unidad de Inversion
2062
+ */
2063
+ MXV: 'MXV',
2064
+ /**
2065
+ * Mozambican metical
2066
+ */
2067
+ MZN: 'MZN',
2068
+ /**
2069
+ * Namibian dollar
2070
+ */
2071
+ NAD: 'NAD',
2072
+ /**
2073
+ * Nigerian naira
2074
+ */
2075
+ NGN: 'NGN',
2076
+ /**
2077
+ * Nicaraguan córdoba
2078
+ */
2079
+ NIO: 'NIO',
2080
+ /**
2081
+ * Norwegian krone
2082
+ */
2083
+ NOK: 'NOK',
2084
+ /**
2085
+ * Nepalese rupee
2086
+ */
2087
+ NPR: 'NPR',
2088
+ /**
2089
+ * New Zealand dollar
2090
+ */
2091
+ NZD: 'NZD',
2092
+ /**
2093
+ * Omani rial
2094
+ */
2095
+ OMR: 'OMR',
2096
+ /**
2097
+ * Panamanian balboa
2098
+ */
2099
+ PAB: 'PAB',
2100
+ /**
2101
+ * Peruvian sol
2102
+ */
2103
+ PEN: 'PEN',
2104
+ /**
2105
+ * Papua New Guinean kina
2106
+ */
2107
+ PGK: 'PGK',
2108
+ /**
2109
+ * Philippine peso
2110
+ */
2111
+ PHP: 'PHP',
2112
+ /**
2113
+ * Pakistani rupee
2114
+ */
2115
+ PKR: 'PKR',
2116
+ /**
2117
+ * Polish złoty
2118
+ */
2119
+ PLN: 'PLN',
2120
+ /**
2121
+ * Paraguayan guaraní
2122
+ */
2123
+ PYG: 'PYG',
2124
+ /**
2125
+ * Qatari riyal
2126
+ */
2127
+ QAR: 'QAR',
2128
+ /**
2129
+ * Romanian leu
2130
+ */
2131
+ RON: 'RON',
2132
+ /**
2133
+ * Serbian dinar
2134
+ */
2135
+ RSD: 'RSD',
2136
+ /**
2137
+ * Russian ruble
2138
+ */
2139
+ RUB: 'RUB',
2140
+ /**
2141
+ * Rwandan franc
2142
+ */
2143
+ RWF: 'RWF',
2144
+ /**
2145
+ * Saudi riyal
2146
+ */
2147
+ SAR: 'SAR',
2148
+ /**
2149
+ * Solomon Islands dollar
2150
+ */
2151
+ SBD: 'SBD',
2152
+ /**
2153
+ * Seychelles rupee
2154
+ */
2155
+ SCR: 'SCR',
2156
+ /**
2157
+ * Sudanese pound
2158
+ */
2159
+ SDG: 'SDG',
2160
+ /**
2161
+ * Swedish krona
2162
+ */
2163
+ SEK: 'SEK',
2164
+ /**
2165
+ * Saint Helena pound
2166
+ */
2167
+ SHP: 'SHP',
2168
+ /**
2169
+ * Sierra Leonean leone (new leone)
2170
+ */
2171
+ SLE: 'SLE',
2172
+ /**
2173
+ * Sierra Leonean leone (old leone)
2174
+ */
2175
+ SLL: 'SLL',
2176
+ /**
2177
+ * Somali shilling
2178
+ */
2179
+ SOS: 'SOS',
2180
+ /**
2181
+ * Surinamese dollar
2182
+ */
2183
+ SRD: 'SRD',
2184
+ /**
2185
+ * South Sudanese pound
2186
+ */
2187
+ SSP: 'SSP',
2188
+ /**
2189
+ * São Tomé and Príncipe dobra
2190
+ */
2191
+ STN: 'STN',
2192
+ /**
2193
+ * Salvadoran colón
2194
+ */
2195
+ SVC: 'SVC',
2196
+ /**
2197
+ * Syrian pound
2198
+ */
2199
+ SYP: 'SYP',
2200
+ /**
2201
+ * Swazi lilangeni
2202
+ */
2203
+ SZL: 'SZL',
2204
+ /**
2205
+ * Tajikistani somoni
2206
+ */
2207
+ TJS: 'TJS',
2208
+ /**
2209
+ * Turkmenistan manat
2210
+ */
2211
+ TMT: 'TMT',
2212
+ /**
2213
+ * Tunisian dinar
2214
+ */
2215
+ TND: 'TND',
2216
+ /**
2217
+ * Tongan paʻanga
2218
+ */
2219
+ TOP: 'TOP',
2220
+ /**
2221
+ * Turkish lira
2222
+ */
2223
+ TRY: 'TRY',
2224
+ /**
2225
+ * Trinidad and Tobago dollar
2226
+ */
2227
+ TTD: 'TTD',
2228
+ /**
2229
+ * New Taiwan dollar
2230
+ */
2231
+ TWD: 'TWD',
2232
+ /**
2233
+ * Tanzanian shilling
2234
+ */
2235
+ TZS: 'TZS',
2236
+ /**
2237
+ * Ukrainian hryvnia
2238
+ */
2239
+ UAH: 'UAH',
2240
+ /**
2241
+ * Ugandan shilling
2242
+ */
2243
+ UGX: 'UGX',
2244
+ /**
2245
+ * United States dollar (next day)
2246
+ */
2247
+ USN: 'USN',
2248
+ /**
2249
+ * Uruguay Peso en Unidades Indexadas
2250
+ */
2251
+ UYI: 'UYI',
2252
+ /**
2253
+ * Uruguayan peso
2254
+ */
2255
+ UYU: 'UYU',
2256
+ /**
2257
+ * Unidad previsional
2258
+ */
2259
+ UYW: 'UYW',
2260
+ /**
2261
+ * Uzbekistan som
2262
+ */
2263
+ UZS: 'UZS',
2264
+ /**
2265
+ * Venezuelan bolívar digital
2266
+ */
2267
+ VED: 'VED',
2268
+ /**
2269
+ * Venezuelan bolívar soberano
2270
+ */
2271
+ VES: 'VES',
2272
+ /**
2273
+ * Vanuatu vatu
2274
+ */
2275
+ VUV: 'VUV',
2276
+ /**
2277
+ * Samoan tala
2278
+ */
2279
+ WST: 'WST',
2280
+ /**
2281
+ * CFA franc BEAC
2282
+ */
2283
+ XAF: 'XAF',
2284
+ /**
2285
+ * Silver (one troy ounce)
2286
+ */
2287
+ XAG: 'XAG',
2288
+ /**
2289
+ * Gold (one troy ounce)
2290
+ */
2291
+ XAU: 'XAU',
2292
+ /**
2293
+ * European Composite Unit
2294
+ */
2295
+ XBA: 'XBA',
2296
+ /**
2297
+ * European Monetary Unit
2298
+ */
2299
+ XBB: 'XBB',
2300
+ /**
2301
+ * European Unit of Account 9
2302
+ */
2303
+ XBC: 'XBC',
2304
+ /**
2305
+ * European Unit of Account 17
2306
+ */
2307
+ XBD: 'XBD',
2308
+ /**
2309
+ * East Caribbean dollar
2310
+ */
2311
+ XCD: 'XCD',
2312
+ /**
2313
+ * Special drawing rights
2314
+ */
2315
+ XDR: 'XDR',
2316
+ /**
2317
+ * CFA franc BCEAO
2318
+ */
2319
+ XOF: 'XOF',
2320
+ /**
2321
+ * Palladium (one troy ounce)
2322
+ */
2323
+ XPD: 'XPD',
2324
+ /**
2325
+ * CFP franc
2326
+ */
2327
+ XPF: 'XPF',
2328
+ /**
2329
+ * Platinum (one troy ounce)
2330
+ */
2331
+ XPT: 'XPT',
2332
+ /**
2333
+ * SUCRE
2334
+ */
2335
+ XSU: 'XSU',
2336
+ /**
2337
+ * Code reserved for testing
2338
+ */
2339
+ XTS: 'XTS',
2340
+ /**
2341
+ * ADB Unit of Account
2342
+ */
2343
+ XUA: 'XUA',
2344
+ /**
2345
+ * No currency
2346
+ */
2347
+ XXX: 'XXX',
2348
+ /**
2349
+ * Yemeni rial
2350
+ */
2351
+ YER: 'YER',
2352
+ /**
2353
+ * South African rand
2354
+ */
2355
+ ZAR: 'ZAR',
2356
+ /**
2357
+ * Zambian kwacha
2358
+ */
2359
+ ZMW: 'ZMW',
2360
+ /**
2361
+ * Zimbabwean dollar
2362
+ */
2363
+ ZWL: 'ZWL',
2364
+ };
2365
+
2366
+ // This file is automatically generated by the SDK generator.
2367
+ // Do not edit this file manually.
2368
+ /**
2369
+ * 간편결제 결제수단
2370
+ */
2371
+ const EasyPayPaymentMethod = {
2372
+ /**
2373
+ * 카드
2374
+ */
2375
+ CARD: 'CARD',
2376
+ /**
2377
+ * 포인트(충전, 적립) 결제
2378
+ */
2379
+ CHARGE: 'CHARGE',
2380
+ /**
2381
+ * 계좌결제
2382
+ */
2383
+ TRANSFER: 'TRANSFER',
2384
+ /**
2385
+ * 포인트 및 계좌결제가 모두 가능한 경우
2386
+ */
2387
+ MONEY: 'MONEY',
2388
+ };
2389
+
2390
+ // This file is automatically generated by the SDK generator.
2391
+ // Do not edit this file manually.
2392
+ /**
2393
+ * PG 제휴로 간편결제를 이용할 때, 간편결제 UI를 직접 호출할 수 있는 간편결제
2394
+ */
660
2395
  const EasyPayProvider = {
661
- PAYCO: 'EASY_PAY_PROVIDER_PAYCO',
662
- SAMSUNGPAY: 'EASY_PAY_PROVIDER_SAMSUNGPAY',
663
- SSGPAY: 'EASY_PAY_PROVIDER_SSGPAY',
664
- KAKAOPAY: 'EASY_PAY_PROVIDER_KAKAOPAY',
665
- NAVERPAY: 'EASY_PAY_PROVIDER_NAVERPAY',
666
- CHAI: 'EASY_PAY_PROVIDER_CHAI',
667
- LPAY: 'EASY_PAY_PROVIDER_LPAY',
668
- KPAY: 'EASY_PAY_PROVIDER_KPAY',
669
- TOSSPAY: 'EASY_PAY_PROVIDER_TOSSPAY',
670
- LGPAY: 'EASY_PAY_PROVIDER_LGPAY',
671
- APPLEPAY: 'EASY_PAY_PROVIDER_APPLEPAY',
672
- PINPAY: 'EASY_PAY_PROVIDER_PINPAY',
673
- SKPAY: 'EASY_PAY_PROVIDER_SKPAY',
674
- TOSS_BRANDPAY: 'EASY_PAY_PROVIDER_TOSS_BRANDPAY',
675
- HYPHEN: 'EASY_PAY_PROVIDER_HYPHEN',
676
- PAYPAY: 'EASY_PAY_PROVIDER_PAYPAY',
677
- AMAZONPAY: 'EASY_PAY_PROVIDER_AMAZONPAY',
678
- RAKUTENPAY: 'EASY_PAY_PROVIDER_RAKUTENPAY',
679
- DBARAI: 'EASY_PAY_PROVIDER_DBARAI',
680
- AUPAY: 'EASY_PAY_PROVIDER_AUPAY',
681
- MERPAY: 'EASY_PAY_PROVIDER_MERPAY',
682
- };
683
-
684
- // 구매자 성별
2396
+ /**
2397
+ * 페이코
2398
+ *
2399
+ * - 토스페이먼츠
2400
+ * - 나이스페이먼츠
2401
+ * - KG이니시스
2402
+ * - 스마트로
2403
+ * - KSNET
2404
+ * - 한국결제네트웍스
2405
+ * - 웰컴페이먼츠
2406
+ */
2407
+ PAYCO: 'PAYCO',
2408
+ /**
2409
+ * 삼성페이
2410
+ *
2411
+ * - 토스페이먼츠
2412
+ * - 나이스페이먼츠
2413
+ * - KG이니시스
2414
+ * - NHN KCP
2415
+ * - 스마트로
2416
+ * - 한국결제네트웍스
2417
+ */
2418
+ SAMSUNGPAY: 'SAMSUNGPAY',
2419
+ /**
2420
+ * SSG페이
2421
+ *
2422
+ * - 토스페이먼츠
2423
+ * - 나이스페이먼츠
2424
+ * - KG이니시스
2425
+ * - NHN KCP
2426
+ * - KSNET
2427
+ */
2428
+ SSGPAY: 'SSGPAY',
2429
+ /**
2430
+ * 카카오페이
2431
+ *
2432
+ * - 토스페이먼츠
2433
+ * - 나이스페이먼츠
2434
+ * - KG이니시스
2435
+ * - 스마트로
2436
+ * - NHN KCP
2437
+ * - KSNET
2438
+ * - 한국결제네트웍스
2439
+ * - 웰컴페이먼츠
2440
+ */
2441
+ KAKAOPAY: 'KAKAOPAY',
2442
+ /**
2443
+ * 네이버페이
2444
+ *
2445
+ * - 토스페이먼츠
2446
+ * - 나이스페이먼츠
2447
+ * - KG이니시스
2448
+ * - 스마트로
2449
+ * - NHN KCP
2450
+ * - KSNET
2451
+ * - 한국결제네트웍스
2452
+ */
2453
+ NAVERPAY: 'NAVERPAY',
2454
+ /**
2455
+ * 차이페이
2456
+ */
2457
+ CHAI: 'CHAI',
2458
+ /**
2459
+ * L페이
2460
+ *
2461
+ * - 토스페이먼츠
2462
+ * - 나이스페이먼츠
2463
+ * - KG이니시스
2464
+ * - 스마트로
2465
+ * - KSNET
2466
+ * - 웰컴페이먼츠
2467
+ */
2468
+ LPAY: 'LPAY',
2469
+ /**
2470
+ * K페이
2471
+ */
2472
+ KPAY: 'KPAY',
2473
+ /**
2474
+ * 토스페이
2475
+ *
2476
+ * - 토스페이먼츠
2477
+ * - KG이니시스
2478
+ * - NHN KCP
2479
+ * - 스마트로
2480
+ * - 한국결제네트웍스
2481
+ * - 웰컴페이먼츠
2482
+ */
2483
+ TOSSPAY: 'TOSSPAY',
2484
+ /**
2485
+ * LG페이
2486
+ *
2487
+ * - 토스페이먼츠
2488
+ */
2489
+ LGPAY: 'LGPAY',
2490
+ /**
2491
+ * 애플페이
2492
+ *
2493
+ * - 토스페이먼츠
2494
+ * - 나이스페이먼츠
2495
+ * - KG이니시스
2496
+ * - NHN KCP
2497
+ */
2498
+ APPLEPAY: 'APPLEPAY',
2499
+ /**
2500
+ * 핀페이
2501
+ *
2502
+ * - 스마트로
2503
+ */
2504
+ PINPAY: 'PINPAY',
2505
+ /**
2506
+ * SK페이
2507
+ *
2508
+ * - 나이스페이먼츠
2509
+ */
2510
+ SKPAY: 'SKPAY',
2511
+ /**
2512
+ * 토스 브랜드페이
2513
+ */
2514
+ TOSS_BRANDPAY: 'TOSS_BRANDPAY',
2515
+ /**
2516
+ * 하이픈
2517
+ */
2518
+ HYPHEN: 'HYPHEN',
2519
+ /**
2520
+ * 라인페이
2521
+ *
2522
+ * - 스마트로
2523
+ */
2524
+ LINEPAY: 'LINEPAY',
2525
+ /**
2526
+ * 티머니
2527
+ *
2528
+ * - 스마트로
2529
+ */
2530
+ TMONEY: 'TMONEY',
2531
+ /**
2532
+ * PayPay
2533
+ *
2534
+ * - KG이니시스 JPPG/SBPS 일본결제
2535
+ */
2536
+ PAYPAY: 'PAYPAY',
2537
+ /**
2538
+ * 아마존페이
2539
+ *
2540
+ * - KG이니시스 JPPG 일본결제
2541
+ */
2542
+ AMAZONPAY: 'AMAZONPAY',
2543
+ /**
2544
+ * 라쿠텐페이
2545
+ *
2546
+ * - KG이니시스 JPPG 일본결제
2547
+ */
2548
+ RAKUTENPAY: 'RAKUTENPAY',
2549
+ /**
2550
+ * dBarai
2551
+ *
2552
+ * - KG이니시스 JPPG 일본결제
2553
+ */
2554
+ DBARAI: 'DBARAI',
2555
+ /**
2556
+ * auPAY
2557
+ *
2558
+ * - KG이니시스 JPPG 일본결제
2559
+ */
2560
+ AUPAY: 'AUPAY',
2561
+ /**
2562
+ * Merpay
2563
+ *
2564
+ * - KG이니시스 JPPG 일본결제
2565
+ */
2566
+ MERPAY: 'MERPAY',
2567
+ };
2568
+
2569
+ // This file is automatically generated by the SDK generator.
2570
+ // Do not edit this file manually.
2571
+ /**
2572
+ * 구매자 성별
2573
+ */
685
2574
  const Gender = {
686
- MALE: 'GENDER_MALE',
687
- FEMALE: 'GENDER_FEMALE',
688
- OTHER: 'GENDER_OTHER',
2575
+ /**
2576
+ * 남성
2577
+ */
2578
+ MALE: 'MALE',
2579
+ /**
2580
+ * 여성
2581
+ */
2582
+ FEMALE: 'FEMALE',
2583
+ /**
2584
+ * 기타
2585
+ */
2586
+ OTHER: 'OTHER',
689
2587
  };
690
2588
 
691
- // 상품권 유형
2589
+ // This file is automatically generated by the SDK generator.
2590
+ // Do not edit this file manually.
2591
+ /**
2592
+ * **상품권 종류**
2593
+ */
692
2594
  const GiftCertificateType = {
693
- BOOKNLIFE: 'GIFT_CERTIFICATE_TYPE_BOOKNLIFE',
694
- SMART_MUNSANG: 'GIFT_CERTIFICATE_TYPE_SMART_MUNSANG',
695
- CULTURELAND: 'GIFT_CERTIFICATE_TYPE_CULTURELAND',
696
- HAPPYMONEY: 'GIFT_CERTIFICATE_TYPE_HAPPYMONEY',
697
- CULTURE_GIFT: 'GIFT_CERTIFICATE_TYPE_CULTURE_GIFT',
2595
+ /**
2596
+ * 도서문화상품권
2597
+ * | KG이니시스
2598
+ */
2599
+ BOOKNLIFE: 'BOOKNLIFE',
2600
+ /**
2601
+ * 스마트문상, (구)게임문화상품권
2602
+ */
2603
+ SMART_MUNSANG: 'SMART_MUNSANG',
2604
+ /**
2605
+ * 컬쳐랜드 문화상품권
2606
+ */
2607
+ CULTURELAND: 'CULTURELAND',
2608
+ /**
2609
+ * 문화상품권
2610
+ */
2611
+ CULTURE_GIFT: 'CULTURE_GIFT',
698
2612
  };
699
2613
 
700
- const IssueBillingKeyUIType = {
701
- PAYPAL_RT: 'PAYPAL_RT',
702
- };
2614
+ // This file is automatically generated by the SDK generator.
2615
+ // Do not edit this file manually.
2616
+ const IssueBillingKeyUIType = { PAYPAL_RT: 'PAYPAL_RT' };
703
2617
 
704
- // PG사 언어 설정
2618
+ // This file is automatically generated by the SDK generator.
2619
+ // Do not edit this file manually.
2620
+ /**
2621
+ * **UI 언어**
2622
+ *
2623
+ * KG이니시스, 스마트로, KSNET, 웰컴페이먼츠 (PC), 한국결제네트웍스, 엑심베이에서 설정 가능하며, PG마다 지원하는 언어 목록은 차이가 있습니다.
2624
+ */
705
2625
  const Locale = {
706
- KO_KR: 'KO_KR', // 한국어
707
- EN_US: 'EN_US', // 영어
708
- ZH_CN: 'ZH_CN', // 중국어 (중국)
709
- ZH_TW: 'ZH_TW', // 중국어 (대만)
710
- JA_JP: 'JA_JP', // 일본어
711
- RU_RU: 'RU_RU', // 러시아어
712
- TH_TH: 'TH_TH', // 타이어
713
- VI_VN: 'VI_VN', // 베트남어
2626
+ /**
2627
+ * 한국어
2628
+ *
2629
+ * - KG이니시스
2630
+ * - 스마트로
2631
+ * - KSNET
2632
+ * - 웰컴페이먼츠 (PC)
2633
+ * - 한국결제네트웍스
2634
+ * - 엑심베이
2635
+ */
2636
+ KO_KR: 'KO_KR',
2637
+ /**
2638
+ * 영어
2639
+ *
2640
+ * - KG이니시스
2641
+ * - 스마트로
2642
+ * - KSNET
2643
+ * - 웰컴페이먼츠 (PC)
2644
+ * - 한국결제네트웍스
2645
+ * - 엑심베이
2646
+ */
2647
+ EN_US: 'EN_US',
2648
+ /**
2649
+ * 중국어 (중국 본토)
2650
+ *
2651
+ * - KG이니시스 (PC)
2652
+ * - 웰컴페이먼츠 (PC)
2653
+ * - 엑심베이
2654
+ */
2655
+ ZH_CN: 'ZH_CN',
2656
+ /**
2657
+ * 중국어 (대만)
2658
+ *
2659
+ * - 엑심베이
2660
+ */
2661
+ ZH_TW: 'ZH_TW',
2662
+ /**
2663
+ * 일본어
2664
+ *
2665
+ * - 엑심베이
2666
+ */
2667
+ JA_JP: 'JA_JP',
2668
+ /**
2669
+ * 러시아어
2670
+ *
2671
+ * - 엑심베이
2672
+ */
2673
+ RU_RU: 'RU_RU',
2674
+ /**
2675
+ * 타이어
2676
+ *
2677
+ * - 엑심베이
2678
+ */
2679
+ TH_TH: 'TH_TH',
2680
+ /**
2681
+ * 베트남어
2682
+ *
2683
+ * - 엑심베이
2684
+ */
2685
+ VI_VN: 'VI_VN',
714
2686
  };
715
2687
 
716
- const PaymentUIType = {
717
- PAYPAL_SPB: 'PAYPAL_SPB',
2688
+ // This file is automatically generated by the SDK generator.
2689
+ // Do not edit this file manually.
2690
+ const PaymentUIType = { PAYPAL_SPB: 'PAYPAL_SPB' };
2691
+
2692
+ // This file is automatically generated by the SDK generator.
2693
+ // Do not edit this file manually.
2694
+ /**
2695
+ * **결제수단 구분코드**
2696
+ *
2697
+ * PG사별 지원되는 결제수단이 모두 상이합니다.
2698
+ *
2699
+ * [각 PG사별 결제 연동 가이드](https://developers.portone.io/opi/ko/integration/pg/v2/readme?v=v2)를 참고하세요
2700
+ */
2701
+ const PaymentPayMethod = {
2702
+ /**
2703
+ * 카드
2704
+ */
2705
+ CARD: 'CARD',
2706
+ /**
2707
+ * 가상계좌
2708
+ */
2709
+ VIRTUAL_ACCOUNT: 'VIRTUAL_ACCOUNT',
2710
+ /**
2711
+ * 계좌이체
2712
+ */
2713
+ TRANSFER: 'TRANSFER',
2714
+ /**
2715
+ * 휴대폰 소액결제
2716
+ */
2717
+ MOBILE: 'MOBILE',
2718
+ /**
2719
+ * 상품권
2720
+ */
2721
+ GIFT_CERTIFICATE: 'GIFT_CERTIFICATE',
2722
+ /**
2723
+ * 간편 결제
2724
+ */
2725
+ EASY_PAY: 'EASY_PAY',
2726
+ /**
2727
+ * 페이팔(SPB)
2728
+ */
2729
+ PAYPAL: 'PAYPAL',
2730
+ /**
2731
+ * 알리페이
2732
+ */
2733
+ ALIPAY: 'ALIPAY',
2734
+ /**
2735
+ * 편의점 결제
2736
+ */
2737
+ CONVENIENCE_STORE: 'CONVENIENCE_STORE',
718
2738
  };
719
2739
 
720
- // PG사
2740
+ // This file is automatically generated by the SDK generator.
2741
+ // Do not edit this file manually.
2742
+ /**
2743
+ * **결제수단 구분코드**
2744
+ *
2745
+ * PG사별 지원되는 결제수단이 모두 상이합니다.
2746
+ *
2747
+ * [각 PG사별 결제 연동 가이드](https://developers.portone.io/opi/ko/integration/pg/v2/readme?v=v2)를 참고하세요
2748
+ */
2749
+ const PayMethod = PaymentPayMethod;
2750
+
2751
+ // This file is automatically generated by the SDK generator.
2752
+ // Do not edit this file manually.
2753
+ /**
2754
+ * **PG사 구분코드**
2755
+ */
721
2756
  const PgProvider = {
722
- HTML5_INICIS: 'PG_PROVIDER_HTML5_INICIS',
723
- PAYPAL: 'PG_PROVIDER_PAYPAL',
724
- INICIS: 'PG_PROVIDER_INICIS',
725
- DANAL: 'PG_PROVIDER_DANAL',
726
- NICE: 'PG_PROVIDER_NICE',
727
- DANAL_TPAY: 'PG_PROVIDER_DANAL_TPAY',
728
- UPLUS: 'PG_PROVIDER_UPLUS',
729
- NAVERPAY: 'PG_PROVIDER_NAVERPAY',
730
- SETTLE: 'PG_PROVIDER_SETTLE',
731
- KCP: 'PG_PROVIDER_KCP',
732
- MOBILIANS: 'PG_PROVIDER_MOBILIANS',
733
- KAKAOPAY: 'PG_PROVIDER_KAKAOPAY',
734
- NAVERCO: 'PG_PROVIDER_NAVERCO',
735
- KICC: 'PG_PROVIDER_KICC',
736
- EXIMBAY: 'PG_PROVIDER_EXIMBAY',
737
- SMILEPAY: 'PG_PROVIDER_SMILEPAY',
738
- PAYCO: 'PG_PROVIDER_PAYCO',
739
- KCP_BILLING: 'PG_PROVIDER_KCP_BILLING',
740
- ALIPAY: 'PG_PROVIDER_ALIPAY',
741
- CHAI: 'PG_PROVIDER_CHAI',
742
- BLUEWALNUT: 'PG_PROVIDER_BLUEWALNUT',
743
- SMARTRO: 'PG_PROVIDER_SMARTRO',
744
- PAYMENTWALL: 'PG_PROVIDER_PAYMENTWALL',
745
- TOSSPAYMENTS: 'PG_PROVIDER_TOSSPAYMENTS',
746
- KCP_QUICK: 'PG_PROVIDER_KCP_QUICK',
747
- DAOU: 'PG_PROVIDER_DAOU',
748
- GALAXIA: 'PG_PROVIDER_GALAXIA',
749
- TOSSPAY: 'PG_PROVIDER_TOSSPAY',
750
- KCP_DIRECT: 'PG_PROVIDER_KCP_DIRECT',
751
- SETTLE_ACC: 'PG_PROVIDER_SETTLE_ACC',
752
- SETTLE_FIRM: 'PG_PROVIDER_SETTLE_FIRM',
753
- INICIS_UNIFIED: 'PG_PROVIDER_INICIS_UNIFIED',
754
- KSNET: 'PG_PROVIDER_KSNET',
755
- PAYPAL_V2: 'PG_PROVIDER_PAYPAL_V2',
756
- SMARTRO_V2: 'PG_PROVIDER_SMARTRO_V2',
757
- NICE_V2: 'PG_PROVIDER_NICE_V2',
758
- TOSS_BRANDPAY: 'PG_PROVIDER_TOSS_BRANDPAY',
759
- WELCOME: 'PG_PROVIDER_WELCOME',
760
- TOSSPAY_V2: 'PG_PROVIDER_TOSSPAY_V2',
761
- INICIS_V2: 'PG_PROVIDER_INICIS_V2',
762
- KPN: 'PG_PROVIDER_KPN',
763
- KCP_V2: 'PG_PROVIDER_KCP_V2',
764
- HYPHEN: 'PG_PROVIDER_HYPHEN',
765
- EXIMBAY_V2: 'PG_PROVIDER_EXIMBAY_V2',
766
- };
767
- const InversionPgProvider = Object.entries(PgProvider).reduce((acc, [k, v]) => (Object.assign(Object.assign({}, acc), { [v]: k })), {});
768
-
769
- /**
770
- * 트랜잭션 유형
2757
+ HTML5_INICIS: 'HTML5_INICIS',
2758
+ PAYPAL: 'PAYPAL',
2759
+ INICIS: 'INICIS',
2760
+ DANAL: 'DANAL',
2761
+ NICE: 'NICE',
2762
+ DANAL_TPAY: 'DANAL_TPAY',
2763
+ UPLUS: 'UPLUS',
2764
+ NAVERPAY: 'NAVERPAY',
2765
+ SETTLE: 'SETTLE',
2766
+ KCP: 'KCP',
2767
+ MOBILIANS: 'MOBILIANS',
2768
+ KAKAOPAY: 'KAKAOPAY',
2769
+ NAVERCO: 'NAVERCO',
2770
+ KICC: 'KICC',
2771
+ EXIMBAY: 'EXIMBAY',
2772
+ SMILEPAY: 'SMILEPAY',
2773
+ PAYCO: 'PAYCO',
2774
+ KCP_BILLING: 'KCP_BILLING',
2775
+ ALIPAY: 'ALIPAY',
2776
+ CHAI: 'CHAI',
2777
+ BLUEWALNUT: 'BLUEWALNUT',
2778
+ SMARTRO: 'SMARTRO',
2779
+ PAYMENTWALL: 'PAYMENTWALL',
2780
+ TOSSPAYMENTS: 'TOSSPAYMENTS',
2781
+ KCP_QUICK: 'KCP_QUICK',
2782
+ DAOU: 'DAOU',
2783
+ GALAXIA: 'GALAXIA',
2784
+ TOSSPAY: 'TOSSPAY',
2785
+ KCP_DIRECT: 'KCP_DIRECT',
2786
+ SETTLE_ACC: 'SETTLE_ACC',
2787
+ SETTLE_FIRM: 'SETTLE_FIRM',
2788
+ INICIS_UNIFIED: 'INICIS_UNIFIED',
2789
+ KSNET: 'KSNET',
2790
+ PAYPAL_V2: 'PAYPAL_V2',
2791
+ SMARTRO_V2: 'SMARTRO_V2',
2792
+ NICE_V2: 'NICE_V2',
2793
+ TOSS_BRANDPAY: 'TOSS_BRANDPAY',
2794
+ WELCOME: 'WELCOME',
2795
+ TOSSPAY_V2: 'TOSSPAY_V2',
2796
+ INICIS_V2: 'INICIS_V2',
2797
+ KPN: 'KPN',
2798
+ KCP_V2: 'KCP_V2',
2799
+ HYPHEN: 'HYPHEN',
2800
+ EXIMBAY_V2: 'EXIMBAY_V2',
2801
+ };
2802
+
2803
+ // This file is automatically generated by the SDK generator.
2804
+ // Do not edit this file manually.
2805
+ /**
2806
+ * **상품 유형**
2807
+ */
2808
+ const ProductType = {
2809
+ /**
2810
+ * 실물
2811
+ */
2812
+ REAL: 'REAL',
2813
+ /**
2814
+ * 디지털
2815
+ */
2816
+ DIGITAL: 'DIGITAL',
2817
+ };
2818
+
2819
+ // This file is automatically generated by the SDK generator.
2820
+ // Do not edit this file manually.
2821
+ /**
2822
+ * **트랜잭션 유형**
2823
+ *
771
2824
  * - PAYMENT: 결제
772
- * - ISSUE_BILLING_KEY: 빌링키 발급
773
- * - IDENTITY_VERIFICATION: 본인 인증
774
- * - ISSUE_BILLING_KEY_AND_PAY: 빌링키 발급과 동시에 결제
2825
+ * - ISSUE\_BILLING\_KEY: 빌링키 발급
2826
+ * - IDENTITY\_VERIFICATION: 본인 인증
2827
+ * - ISSUE\_BILLING\_KEY\_AND\_PAY: 빌링키 발급과 동시에 결제
775
2828
  */
776
2829
  const TransactionType = {
2830
+ /**
2831
+ * 결제
2832
+ */
777
2833
  PAYMENT: 'PAYMENT',
2834
+ /**
2835
+ * 빌링키 발급
2836
+ */
778
2837
  ISSUE_BILLING_KEY: 'ISSUE_BILLING_KEY',
2838
+ /**
2839
+ * 본인 인증
2840
+ */
779
2841
  IDENTITY_VERIFICATION: 'IDENTITY_VERIFICATION',
2842
+ /**
2843
+ * 빌링키 발급 및 초회결제
2844
+ */
780
2845
  ISSUE_BILLING_KEY_AND_PAY: 'ISSUE_BILLING_KEY_AND_PAY',
781
2846
  };
782
2847
 
783
- /**
784
- * PG사 렌더링 방식
785
- * PG사나 결제 환경에 따라 허용되는 창 종류가 다름
786
- */
2848
+ // This file is automatically generated by the SDK generator.
2849
+ // Do not edit this file manually.
787
2850
  const WindowType = {
788
2851
  IFRAME: 'IFRAME',
789
2852
  POPUP: 'POPUP',
@@ -791,6 +2854,594 @@ const WindowType = {
791
2854
  UI: 'UI',
792
2855
  };
793
2856
 
2857
+ // This file is automatically generated by the SDK generator.
2858
+ // Do not edit this file manually.
2859
+ /**
2860
+ * **결제 통화**
2861
+ *
2862
+ * 원화 결제 시 `KRW`입니다.
2863
+ */
2864
+ const PaymentCurrency = Currency;
2865
+
2866
+ // This file is automatically generated by the SDK generator.
2867
+ // Do not edit this file manually.
2868
+ /**
2869
+ * **단독 노출할 인증 업체 코드**
2870
+ *
2871
+ * 인증 업체 선택 화면 없이 설정한 인증 업체를 통해 인증하도록 합니다.
2872
+ */
2873
+ const InicisUnifiedDirectAgency = {
2874
+ /**
2875
+ * 페이코
2876
+ */
2877
+ PAYCO: 'PAYCO',
2878
+ /**
2879
+ * 패스 (통신사)
2880
+ */
2881
+ PASS: 'PASS',
2882
+ /**
2883
+ * 토스
2884
+ */
2885
+ TOSS: 'TOSS',
2886
+ /**
2887
+ * 금융결제원
2888
+ */
2889
+ KFTC: 'KFTC',
2890
+ /**
2891
+ * 카카오
2892
+ */
2893
+ KAKAO: 'KAKAO',
2894
+ /**
2895
+ * 네이버
2896
+ */
2897
+ NAVER: 'NAVER',
2898
+ /**
2899
+ * 삼성패스
2900
+ */
2901
+ SAMSUNG: 'SAMSUNG',
2902
+ /**
2903
+ * 신한은행
2904
+ */
2905
+ SHINHAN: 'SHINHAN',
2906
+ /**
2907
+ * 국민은행
2908
+ */
2909
+ KB: 'KB',
2910
+ /**
2911
+ * 하나은행
2912
+ */
2913
+ HANA: 'HANA',
2914
+ /**
2915
+ * 우리은행
2916
+ */
2917
+ WOORI: 'WOORI',
2918
+ /**
2919
+ * 농협은행
2920
+ */
2921
+ NH: 'NH',
2922
+ /**
2923
+ * 카카오뱅크
2924
+ */
2925
+ KAKAOBANK: 'KAKAOBANK',
2926
+ /**
2927
+ * 휴대폰 인증, 별도 계약 필요
2928
+ */
2929
+ SMS: 'SMS',
2930
+ };
2931
+
2932
+ // This file is automatically generated by the SDK generator.
2933
+ // Do not edit this file manually.
2934
+ /**
2935
+ * **인증 창에서 고객 정보를 미리 채울지 여부**
2936
+ *
2937
+ * `Y`, `N` 중 하나를 입력해주세요.
2938
+ *
2939
+ * `Y`인 경우 이름, 연락처, 출생년도, 출생월, 출생일을 필수로 입력해야 합니다.
2940
+ */
2941
+ const InicisUnifiedFlgFixedUser = { Y: 'Y', N: 'N' };
2942
+
2943
+ // This file is automatically generated by the SDK generator.
2944
+ // Do not edit this file manually.
2945
+ /**
2946
+ * 결제 비밀번호 등록 Skip 여부
2947
+ */
2948
+ const SmartroV2IsPwdPass = {
2949
+ /**
2950
+ * 비밀번호 설정 미사용
2951
+ */
2952
+ Y: 'Y',
2953
+ /**
2954
+ * 비밀번호 설정 사용
2955
+ */
2956
+ N: 'N',
2957
+ };
2958
+
2959
+ // This file is automatically generated by the SDK generator.
2960
+ // Do not edit this file manually.
2961
+ /**
2962
+ * 개인/법인카드 선택 옵션
2963
+ */
2964
+ const InicisV2CardUse = {
2965
+ /**
2966
+ * 개인카드만 선택 가능
2967
+ */
2968
+ percard: 'percard',
2969
+ /**
2970
+ * 법인 카드만 선택 가능
2971
+ */
2972
+ cocard: 'cocard',
2973
+ };
2974
+
2975
+ // This file is automatically generated by the SDK generator.
2976
+ // Do not edit this file manually.
2977
+ /**
2978
+ * 결제창에서 주민번호/사업자 번호 고정여부 설정
2979
+ */
2980
+ const KcpV2BatchSocChoice = {
2981
+ /**
2982
+ * 주민번호만 표시
2983
+ */
2984
+ S: 'S',
2985
+ /**
2986
+ * 사업자번호만 표시
2987
+ */
2988
+ C: 'C',
2989
+ };
2990
+
2991
+ // This file is automatically generated by the SDK generator.
2992
+ // Do not edit this file manually.
2993
+ /**
2994
+ * **페이팔 V2 국가 코드**
2995
+ */
2996
+ const PaypalV2Country = {
2997
+ AL: 'AL',
2998
+ DZ: 'DZ',
2999
+ AD: 'AD',
3000
+ AO: 'AO',
3001
+ AI: 'AI',
3002
+ AG: 'AG',
3003
+ AR: 'AR',
3004
+ AM: 'AM',
3005
+ AW: 'AW',
3006
+ AU: 'AU',
3007
+ AT: 'AT',
3008
+ AZ: 'AZ',
3009
+ BS: 'BS',
3010
+ BH: 'BH',
3011
+ BB: 'BB',
3012
+ BY: 'BY',
3013
+ BE: 'BE',
3014
+ BZ: 'BZ',
3015
+ BJ: 'BJ',
3016
+ BM: 'BM',
3017
+ BT: 'BT',
3018
+ BO: 'BO',
3019
+ BA: 'BA',
3020
+ BW: 'BW',
3021
+ BR: 'BR',
3022
+ VG: 'VG',
3023
+ BN: 'BN',
3024
+ BG: 'BG',
3025
+ BF: 'BF',
3026
+ BI: 'BI',
3027
+ KH: 'KH',
3028
+ CM: 'CM',
3029
+ CA: 'CA',
3030
+ CV: 'CV',
3031
+ KY: 'KY',
3032
+ TD: 'TD',
3033
+ CL: 'CL',
3034
+ CN: 'CN',
3035
+ CO: 'CO',
3036
+ KM: 'KM',
3037
+ CG: 'CG',
3038
+ CD: 'CD',
3039
+ CK: 'CK',
3040
+ CR: 'CR',
3041
+ CI: 'CI',
3042
+ HR: 'HR',
3043
+ CY: 'CY',
3044
+ CZ: 'CZ',
3045
+ DK: 'DK',
3046
+ DJ: 'DJ',
3047
+ DM: 'DM',
3048
+ DO: 'DO',
3049
+ EC: 'EC',
3050
+ EG: 'EG',
3051
+ SV: 'SV',
3052
+ ER: 'ER',
3053
+ EE: 'EE',
3054
+ ET: 'ET',
3055
+ FK: 'FK',
3056
+ FO: 'FO',
3057
+ FJ: 'FJ',
3058
+ FI: 'FI',
3059
+ FR: 'FR',
3060
+ GF: 'GF',
3061
+ PF: 'PF',
3062
+ GA: 'GA',
3063
+ GM: 'GM',
3064
+ GE: 'GE',
3065
+ DE: 'DE',
3066
+ GI: 'GI',
3067
+ GR: 'GR',
3068
+ GL: 'GL',
3069
+ GD: 'GD',
3070
+ GP: 'GP',
3071
+ GT: 'GT',
3072
+ GN: 'GN',
3073
+ GW: 'GW',
3074
+ GY: 'GY',
3075
+ HN: 'HN',
3076
+ HK: 'HK',
3077
+ HU: 'HU',
3078
+ IS: 'IS',
3079
+ IN: 'IN',
3080
+ ID: 'ID',
3081
+ IE: 'IE',
3082
+ IL: 'IL',
3083
+ IT: 'IT',
3084
+ JM: 'JM',
3085
+ JP: 'JP',
3086
+ JO: 'JO',
3087
+ KZ: 'KZ',
3088
+ KE: 'KE',
3089
+ KI: 'KI',
3090
+ KW: 'KW',
3091
+ KG: 'KG',
3092
+ LA: 'LA',
3093
+ LV: 'LV',
3094
+ LS: 'LS',
3095
+ LI: 'LI',
3096
+ LT: 'LT',
3097
+ LU: 'LU',
3098
+ MK: 'MK',
3099
+ MG: 'MG',
3100
+ MW: 'MW',
3101
+ MY: 'MY',
3102
+ MV: 'MV',
3103
+ ML: 'ML',
3104
+ MT: 'MT',
3105
+ MH: 'MH',
3106
+ MQ: 'MQ',
3107
+ MR: 'MR',
3108
+ MU: 'MU',
3109
+ YT: 'YT',
3110
+ MX: 'MX',
3111
+ FM: 'FM',
3112
+ MD: 'MD',
3113
+ MC: 'MC',
3114
+ MN: 'MN',
3115
+ ME: 'ME',
3116
+ MS: 'MS',
3117
+ MA: 'MA',
3118
+ MZ: 'MZ',
3119
+ NA: 'NA',
3120
+ NR: 'NR',
3121
+ NP: 'NP',
3122
+ NL: 'NL',
3123
+ AN: 'AN',
3124
+ NC: 'NC',
3125
+ NZ: 'NZ',
3126
+ NI: 'NI',
3127
+ NE: 'NE',
3128
+ NG: 'NG',
3129
+ NU: 'NU',
3130
+ NF: 'NF',
3131
+ NO: 'NO',
3132
+ OM: 'OM',
3133
+ PW: 'PW',
3134
+ PA: 'PA',
3135
+ PG: 'PG',
3136
+ PY: 'PY',
3137
+ PE: 'PE',
3138
+ PH: 'PH',
3139
+ PN: 'PN',
3140
+ PL: 'PL',
3141
+ PT: 'PT',
3142
+ QA: 'QA',
3143
+ RE: 'RE',
3144
+ RO: 'RO',
3145
+ RU: 'RU',
3146
+ RW: 'RW',
3147
+ WS: 'WS',
3148
+ SM: 'SM',
3149
+ ST: 'ST',
3150
+ SA: 'SA',
3151
+ SN: 'SN',
3152
+ RS: 'RS',
3153
+ SC: 'SC',
3154
+ SL: 'SL',
3155
+ SG: 'SG',
3156
+ SK: 'SK',
3157
+ SI: 'SI',
3158
+ SB: 'SB',
3159
+ SO: 'SO',
3160
+ ZA: 'ZA',
3161
+ KR: 'KR',
3162
+ ES: 'ES',
3163
+ LK: 'LK',
3164
+ SH: 'SH',
3165
+ KN: 'KN',
3166
+ LC: 'LC',
3167
+ PM: 'PM',
3168
+ VC: 'VC',
3169
+ SR: 'SR',
3170
+ SJ: 'SJ',
3171
+ SZ: 'SZ',
3172
+ SE: 'SE',
3173
+ CH: 'CH',
3174
+ TW: 'TW',
3175
+ TJ: 'TJ',
3176
+ TZ: 'TZ',
3177
+ TH: 'TH',
3178
+ TG: 'TG',
3179
+ TO: 'TO',
3180
+ TT: 'TT',
3181
+ TN: 'TN',
3182
+ TM: 'TM',
3183
+ TC: 'TC',
3184
+ TV: 'TV',
3185
+ TR: 'TR',
3186
+ UG: 'UG',
3187
+ UA: 'UA',
3188
+ AE: 'AE',
3189
+ GB: 'GB',
3190
+ US: 'US',
3191
+ UY: 'UY',
3192
+ VU: 'VU',
3193
+ VA: 'VA',
3194
+ VE: 'VE',
3195
+ VN: 'VN',
3196
+ WF: 'WF',
3197
+ YE: 'YE',
3198
+ ZM: 'ZM',
3199
+ ZW: 'ZW',
3200
+ };
3201
+
3202
+ // This file is automatically generated by the SDK generator.
3203
+ // Do not edit this file manually.
3204
+ const PaypalV2PaymentSourcePaypalExperienceContextShippingPreference = {
3205
+ GET_FROM_FILE: 'GET_FROM_FILE',
3206
+ NO_SHIPPING: 'NO_SHIPPING',
3207
+ SET_PROVIDED_ADDRESS: 'SET_PROVIDED_ADDRESS',
3208
+ };
3209
+
3210
+ // This file is automatically generated by the SDK generator.
3211
+ // Do not edit this file manually.
3212
+ const PaypalV2PaymentSourcePaypalExperienceContextLandingPage = {
3213
+ LOGIN: 'LOGIN',
3214
+ GUEST_CHECKOUT: 'GUEST_CHECKOUT',
3215
+ NO_PREFERENCE: 'NO_PREFERENCE',
3216
+ };
3217
+
3218
+ // This file is automatically generated by the SDK generator.
3219
+ // Do not edit this file manually.
3220
+ const PaypalV2PaymentSourcePaypalExperienceContextPaymentMethodPreference = {
3221
+ UNRESTRICTED: 'UNRESTRICTED',
3222
+ IMMEDIATE_PAYMENT_REQUIRED: 'IMMEDIATE_PAYMENT_REQUIRED',
3223
+ };
3224
+
3225
+ // This file is automatically generated by the SDK generator.
3226
+ // Do not edit this file manually.
3227
+ /**
3228
+ * 간편 결제 표시 구분
3229
+ */
3230
+ const KsnetSndQpayType = {
3231
+ /**
3232
+ * 간편 결제 표시
3233
+ */
3234
+ '1': '1',
3235
+ /**
3236
+ * 간편 결제 미표시
3237
+ */
3238
+ '0': '0',
3239
+ };
3240
+
3241
+ // This file is automatically generated by the SDK generator.
3242
+ // Do not edit this file manually.
3243
+ /**
3244
+ * 해외 카드만 결제를 허용할지 여부(기본값: `"KR"`)
3245
+ *
3246
+ * `"KR"`, `"EN"` 중 하나의 값으로 입력해주세요.
3247
+ */
3248
+ const SmartroV2OpenType = { KR: 'KR', EN: 'EN' };
3249
+
3250
+ // This file is automatically generated by the SDK generator.
3251
+ // Do not edit this file manually.
3252
+ /**
3253
+ * 결제창 스크롤 미사용 여부 (PC Only, Y: 미사용 / N(default): 사용)
3254
+ */
3255
+ const NiceV2DisableScroll = { Y: 'Y', N: 'N' };
3256
+
3257
+ // This file is automatically generated by the SDK generator.
3258
+ // Do not edit this file manually.
3259
+ /**
3260
+ * 결제창 스킨 색상 설정
3261
+ *
3262
+ * `"red", "green", "purple", "gray", "dark"` 중 하나의 값으로 입력해주세요.
3263
+ */
3264
+ const NiceV2SkinType = {
3265
+ red: 'red',
3266
+ green: 'green',
3267
+ purple: 'purple',
3268
+ gray: 'gray',
3269
+ dark: 'dark',
3270
+ };
3271
+
3272
+ // This file is automatically generated by the SDK generator.
3273
+ // Do not edit this file manually.
3274
+ /**
3275
+ * 신용카드 쿠폰 자동 적용 여부 (Y: 사전 등록된 선 할인 쿠폰을 자동 적용 / N: 쿠폰 미적용(기본값))
3276
+ *
3277
+ * 할부 거래 요청 시 할인 적용 후 승인 금액이 할부 가능 금액 (50,000) 미만인 경우 인증 실패 처리
3278
+ */
3279
+ const NiceV2DirectCoupon = {
3280
+ /**
3281
+ * 사전 등록된 선 할인 쿠폰을 자동 적용
3282
+ */
3283
+ Y: 'Y',
3284
+ /**
3285
+ * 쿠폰 미적용(기본값)
3286
+ */
3287
+ N: 'N',
3288
+ };
3289
+
3290
+ // This file is automatically generated by the SDK generator.
3291
+ // Do not edit this file manually.
3292
+ /**
3293
+ * 다이렉트 호출 결제 수단 (BANK: 계좌이체/CELLPHONE: 휴대폰 소액결제)
3294
+ */
3295
+ const NiceV2DirectShow = {
3296
+ /**
3297
+ * 계좌이체
3298
+ */
3299
+ BANK: 'BANK',
3300
+ /**
3301
+ * 휴대폰 소액결제
3302
+ */
3303
+ CELLPHONE: 'CELLPHONE',
3304
+ };
3305
+
3306
+ // This file is automatically generated by the SDK generator.
3307
+ // Do not edit this file manually.
3308
+ /**
3309
+ * 삼성페이 고객사 유형 (01: 삼성페이 內 쇼핑 / 99: 기타 (기본값))
3310
+ */
3311
+ const NiceV2SamPayMallType = {
3312
+ /**
3313
+ * 삼성페이 內 쇼핑
3314
+ */
3315
+ '01': '01',
3316
+ /**
3317
+ * 기타 (기본값)
3318
+ */
3319
+ '99': '99',
3320
+ };
3321
+
3322
+ // This file is automatically generated by the SDK generator.
3323
+ // Do not edit this file manually.
3324
+ /**
3325
+ * 현금영수증 발급타입
3326
+ *
3327
+ * - CULTURE: 문화비
3328
+ * - GENERAL: 일반 (기본값)
3329
+ * - PUBLIC\_TP: 교통비
3330
+ */
3331
+ const TosspayV2CashReceiptTradeOption = {
3332
+ /**
3333
+ * 문화비
3334
+ */
3335
+ CULTURE: 'CULTURE',
3336
+ /**
3337
+ * 일반 (기본값)
3338
+ */
3339
+ GENERAL: 'GENERAL',
3340
+ /**
3341
+ * 교통비
3342
+ */
3343
+ PUBLIC_TP: 'PUBLIC_TP',
3344
+ };
3345
+
3346
+ // This file is automatically generated by the SDK generator.
3347
+ // Do not edit this file manually.
3348
+ const KpnCardSelect = {
3349
+ /**
3350
+ * 해외카드
3351
+ */
3352
+ GLOBAL: 'GLOBAL',
3353
+ /**
3354
+ * 11Pay
3355
+ */
3356
+ '11PAY': '11PAY',
3357
+ /**
3358
+ * 구인증
3359
+ */
3360
+ LEGACY_AUTH: 'LEGACY_AUTH',
3361
+ /**
3362
+ * 키인
3363
+ */
3364
+ KEY_IN: 'KEY_IN',
3365
+ };
3366
+
3367
+ // This file is automatically generated by the SDK generator.
3368
+ // Do not edit this file manually.
3369
+ /**
3370
+ * 포인트 결제의 경우 신용카드 + 포인트 결제인데, N으로 설정 시 포인트로만 결제가 이루어짐
3371
+ */
3372
+ const KcpV2ComplexPnt = { Y: 'Y', N: 'N' };
3373
+
3374
+ // This file is automatically generated by the SDK generator.
3375
+ // Do not edit this file manually.
3376
+ /**
3377
+ * 가상계좌, 계좌이체 시 현금영수증 노출 여부
3378
+ */
3379
+ const KcpV2DispTax = { Y: 'Y', N: 'N', R: 'R', E: 'E' };
3380
+
3381
+ // This file is automatically generated by the SDK generator.
3382
+ // Do not edit this file manually.
3383
+ /**
3384
+ * 결제 상품 유입경로
3385
+ */
3386
+ const NaverpayProductItemPayReferrer = {
3387
+ NAVER_BOOK: 'NAVER_BOOK',
3388
+ NAVER_MUSIC: 'NAVER_MUSIC',
3389
+ NAVER_SHOPPING: 'NAVER_SHOPPING',
3390
+ NAVER_MAP: 'NAVER_MAP',
3391
+ NAVER_PLACE: 'NAVER_PLACE',
3392
+ SEARCH_AD: 'SEARCH_AD',
3393
+ NAVER_SEARCH: 'NAVER_SEARCH',
3394
+ BRAND_SEARCH: 'BRAND_SEARCH',
3395
+ PARTNER_DIRECT: 'PARTNER_DIRECT',
3396
+ ETC: 'ETC',
3397
+ };
3398
+
3399
+ // This file is automatically generated by the SDK generator.
3400
+ // Do not edit this file manually.
3401
+ /**
3402
+ * 위젯에 보여줄 결제 수단. 예) 카드 전달시 등록한 결제 수단 중 카드만 노출 됨
3403
+ */
3404
+ const TossBrandpayWidgetOptionsMethodType = {
3405
+ CARD: '카드',
3406
+ ACCOUNT: '계좌',
3407
+ };
3408
+
3409
+ // This file is automatically generated by the SDK generator.
3410
+ // Do not edit this file manually.
3411
+ /**
3412
+ * 현금영수증 발급 여부
3413
+ */
3414
+ const EximbayV2TaxReceiptStatus = { Y: 'Y', N: 'N' };
3415
+
3416
+ // This file is automatically generated by the SDK generator.
3417
+ // Do not edit this file manually.
3418
+ /**
3419
+ * 인앱 웹뷰 여부
3420
+ */
3421
+ const EximbayV2SettingsCallFromApp = { Y: 'Y', N: 'N' };
3422
+
3423
+ // This file is automatically generated by the SDK generator.
3424
+ // Do not edit this file manually.
3425
+ /**
3426
+ * 버튼 스타일
3427
+ *
3428
+ * - default(기본값): 모서리가 둥글고 주변에 여백을 가진 버튼
3429
+ * - full: 하단 영역이 전부 채워지는 형태의 버튼
3430
+ */
3431
+ const TossBrandpayBrandpayOptionsUiButtonStyle = {
3432
+ /**
3433
+ * 모서리가 둥글고 주변에 여백을 가진 버튼(기본값)
3434
+ */
3435
+ default: 'default',
3436
+ /**
3437
+ * 하단 영역이 전부 채워지는 형태의 버튼
3438
+ */
3439
+ full: 'full',
3440
+ };
3441
+
3442
+ // This file is automatically generated by the SDK generator.
3443
+ // Do not edit this file manually.
3444
+
794
3445
  var index$1 = {
795
3446
  __proto__: null,
796
3447
  Bank: Bank,
@@ -798,20 +3449,183 @@ var index$1 = {
798
3449
  BillingKeyMethod: BillingKeyMethod,
799
3450
  CardCompany: CardCompany,
800
3451
  Carrier: Carrier,
3452
+ CashReceiptType: CashReceiptType,
801
3453
  Country: Country,
802
3454
  Currency: Currency,
3455
+ EasyPayPaymentMethod: EasyPayPaymentMethod,
803
3456
  EasyPayProvider: EasyPayProvider,
3457
+ EximbayV2SettingsCallFromApp: EximbayV2SettingsCallFromApp,
3458
+ EximbayV2TaxReceiptStatus: EximbayV2TaxReceiptStatus,
804
3459
  Gender: Gender,
805
3460
  GiftCertificateType: GiftCertificateType,
806
- InversionPgProvider: InversionPgProvider,
3461
+ InicisUnifiedDirectAgency: InicisUnifiedDirectAgency,
3462
+ InicisUnifiedFlgFixedUser: InicisUnifiedFlgFixedUser,
3463
+ InicisV2CardUse: InicisV2CardUse,
807
3464
  IssueBillingKeyUIType: IssueBillingKeyUIType,
3465
+ KcpV2BatchSocChoice: KcpV2BatchSocChoice,
3466
+ KcpV2ComplexPnt: KcpV2ComplexPnt,
3467
+ KcpV2DispTax: KcpV2DispTax,
3468
+ KpnCardSelect: KpnCardSelect,
3469
+ KsnetSndQpayType: KsnetSndQpayType,
808
3470
  Locale: Locale,
3471
+ NaverpayProductItemPayReferrer: NaverpayProductItemPayReferrer,
3472
+ NiceV2DirectCoupon: NiceV2DirectCoupon,
3473
+ NiceV2DirectShow: NiceV2DirectShow,
3474
+ NiceV2DisableScroll: NiceV2DisableScroll,
3475
+ NiceV2SamPayMallType: NiceV2SamPayMallType,
3476
+ NiceV2SkinType: NiceV2SkinType,
3477
+ PayMethod: PayMethod,
3478
+ PaymentCurrency: PaymentCurrency,
3479
+ PaymentPayMethod: PaymentPayMethod,
809
3480
  PaymentUIType: PaymentUIType,
3481
+ PaypalV2Country: PaypalV2Country,
3482
+ PaypalV2PaymentSourcePaypalExperienceContextLandingPage: PaypalV2PaymentSourcePaypalExperienceContextLandingPage,
3483
+ PaypalV2PaymentSourcePaypalExperienceContextPaymentMethodPreference: PaypalV2PaymentSourcePaypalExperienceContextPaymentMethodPreference,
3484
+ PaypalV2PaymentSourcePaypalExperienceContextShippingPreference: PaypalV2PaymentSourcePaypalExperienceContextShippingPreference,
810
3485
  PgProvider: PgProvider,
3486
+ ProductType: ProductType,
3487
+ SmartroV2IsPwdPass: SmartroV2IsPwdPass,
3488
+ SmartroV2OpenType: SmartroV2OpenType,
3489
+ TossBrandpayBrandpayOptionsUiButtonStyle: TossBrandpayBrandpayOptionsUiButtonStyle,
3490
+ TossBrandpayWidgetOptionsMethodType: TossBrandpayWidgetOptionsMethodType,
3491
+ TosspayV2CashReceiptTradeOption: TosspayV2CashReceiptTradeOption,
811
3492
  TransactionType: TransactionType,
812
3493
  WindowType: WindowType
813
3494
  };
814
3495
 
3496
+ // This file is automatically generated by the SDK generator.
3497
+ // Do not edit this file manually.
3498
+ const CheckoutServiceErrorCode = {
3499
+ BadRequest: 'BadRequest',
3500
+ ParseChannelFailed: 'ParseChannelFailed',
3501
+ ParseIdentityVerificationPrepareResponseFailed: 'ParseIdentityVerificationPrepareResponseFailed',
3502
+ ParseIssuePrepareResponseFailed: 'ParseIssuePrepareResponseFailed',
3503
+ ParsePgRawIdentityVerificationResponseFailed: 'ParsePgRawIdentityVerificationResponseFailed',
3504
+ ParsePgRawIssueBillingKeyResponseFailed: 'ParsePgRawIssueBillingKeyResponseFailed',
3505
+ ParsePgRawResponseFailed: 'ParsePgRawResponseFailed',
3506
+ ParsePrepareResponseFailed: 'ParsePrepareResponseFailed',
3507
+ };
3508
+
3509
+ // This file is automatically generated by the SDK generator.
3510
+ // Do not edit this file manually.
3511
+ const GrpcErrorCode = {
3512
+ /**
3513
+ * 0/200
3514
+ */
3515
+ Ok: 'Ok',
3516
+ /**
3517
+ * 1/422
3518
+ */
3519
+ Cancelled: 'Cancelled',
3520
+ /**
3521
+ * 2/500
3522
+ */
3523
+ Unknown: 'Unknown',
3524
+ /**
3525
+ * 3/400
3526
+ */
3527
+ InvalidArgument: 'InvalidArgument',
3528
+ /**
3529
+ * 4/504
3530
+ */
3531
+ DeadlineExceeded: 'DeadlineExceeded',
3532
+ /**
3533
+ * 5/404
3534
+ */
3535
+ NotFound: 'NotFound',
3536
+ /**
3537
+ * 6/409
3538
+ */
3539
+ AlreadyExists: 'AlreadyExists',
3540
+ /**
3541
+ * 7/403
3542
+ */
3543
+ PermissionDenied: 'PermissionDenied',
3544
+ /**
3545
+ * 8/429
3546
+ */
3547
+ ResourceExhausted: 'ResourceExhausted',
3548
+ /**
3549
+ * 9/400
3550
+ */
3551
+ FailedPrecondition: 'FailedPrecondition',
3552
+ /**
3553
+ * 10/409
3554
+ */
3555
+ Aborted: 'Aborted',
3556
+ /**
3557
+ * 11/400
3558
+ */
3559
+ OutOfRange: 'OutOfRange',
3560
+ /**
3561
+ * 2/501
3562
+ */
3563
+ Unimplemented: 'Unimplemented',
3564
+ /**
3565
+ * 13/500
3566
+ */
3567
+ Internal: 'Internal',
3568
+ /**
3569
+ * 14/503
3570
+ */
3571
+ Unavailable: 'Unavailable',
3572
+ /**
3573
+ * 15/500
3574
+ */
3575
+ DataLoss: 'DataLoss',
3576
+ /**
3577
+ * 16/401
3578
+ */
3579
+ Unauthenticated: 'Unauthenticated',
3580
+ };
3581
+
3582
+ // This file is automatically generated by the SDK generator.
3583
+ // Do not edit this file manually.
3584
+ const TxServiceIdentityVerificationErrorCode = {
3585
+ RequestParseFailed: 'RequestParseFailed',
3586
+ InvalidEntityState: 'InvalidEntityState',
3587
+ StoreNotFound: 'StoreNotFound',
3588
+ ChannelNotFound: 'ChannelNotFound',
3589
+ PGProviderError: 'PGProviderError',
3590
+ IdentityVerificationAlreadyVerified: 'IdentityVerificationAlreadyVerified',
3591
+ AllChannelsNotSatisfied: 'AllChannelsNotSatisfied',
3592
+ UnknownError: 'UnknownError',
3593
+ };
3594
+
3595
+ // This file is automatically generated by the SDK generator.
3596
+ // Do not edit this file manually.
3597
+ const TxServiceIssueErrorCode = {
3598
+ RequestParseFailed: 'RequestParseFailed',
3599
+ InvalidEntityState: 'InvalidEntityState',
3600
+ ConfirmUrlRequired: 'ConfirmUrlRequired',
3601
+ StoreNotFound: 'StoreNotFound',
3602
+ ChannelNotFound: 'ChannelNotFound',
3603
+ PGProviderError: 'PGProviderError',
3604
+ AllChannelsNotSatisfied: 'AllChannelsNotSatisfied',
3605
+ BillingKeyNotFound: 'BillingKeyNotFound',
3606
+ UnknownError: 'UnknownError',
3607
+ };
3608
+
3609
+ // This file is automatically generated by the SDK generator.
3610
+ // Do not edit this file manually.
3611
+ const TxServicePayErrorCode = {
3612
+ RequestParseFailed: 'RequestParseFailed',
3613
+ InvalidEntityState: 'InvalidEntityState',
3614
+ ConfirmUrlRequired: 'ConfirmUrlRequired',
3615
+ StoreNotFound: 'StoreNotFound',
3616
+ ChannelNotFound: 'ChannelNotFound',
3617
+ PGProviderError: 'PGProviderError',
3618
+ PaymentNotFound: 'PaymentNotFound',
3619
+ PaymentAlreadyPaid: 'PaymentAlreadyPaid',
3620
+ TransactionNotFound: 'TransactionNotFound',
3621
+ AllChannelsNotSatisfied: 'AllChannelsNotSatisfied',
3622
+ AmountNotEqualToPredefined: 'AmountNotEqualToPredefined',
3623
+ ConfirmProcessFailed: 'ConfirmProcessFailed',
3624
+ UnknownError: 'UnknownError',
3625
+ };
3626
+
3627
+ // This file is automatically generated by the SDK generator.
3628
+ // Do not edit this file manually.
815
3629
  function isIdentityVerificationError(error) {
816
3630
  return (isPortOneError(error) &&
817
3631
  error.__portOneErrorType === 'IdentityVerificationError');
@@ -823,7 +3637,7 @@ class IdentityVerificationError extends Error {
823
3637
  constructor({ code, message, identityVerificationId, identityVerificationTxId, pgCode, pgMessage, }) {
824
3638
  super(message);
825
3639
  this.__portOneErrorType = 'IdentityVerificationError';
826
- this.transactionType = TransactionType.IDENTITY_VERIFICATION;
3640
+ this.transactionType = 'IDENTITY_VERIFICATION';
827
3641
  this.code = code;
828
3642
  this.message = message;
829
3643
  this.identityVerificationId = identityVerificationId;
@@ -833,6 +3647,8 @@ class IdentityVerificationError extends Error {
833
3647
  }
834
3648
  }
835
3649
 
3650
+ // This file is automatically generated by the SDK generator.
3651
+ // Do not edit this file manually.
836
3652
  function isIssueBillingKeyAndPayError(error) {
837
3653
  return (isPortOneError(error) &&
838
3654
  error.__portOneErrorType === 'IssueBillingKeyAndPayError');
@@ -844,7 +3660,7 @@ class IssueBillingKeyAndPayError extends Error {
844
3660
  constructor({ txId, paymentId, billingKey, code, message, pgCode, pgMessage, }) {
845
3661
  super(message);
846
3662
  this.__portOneErrorType = 'IssueBillingKeyAndPayError';
847
- this.transactionType = TransactionType.ISSUE_BILLING_KEY_AND_PAY;
3663
+ this.transactionType = 'ISSUE_BILLING_KEY_AND_PAY';
848
3664
  this.txId = txId;
849
3665
  this.paymentId = paymentId;
850
3666
  this.billingKey = billingKey;
@@ -855,6 +3671,8 @@ class IssueBillingKeyAndPayError extends Error {
855
3671
  }
856
3672
  }
857
3673
 
3674
+ // This file is automatically generated by the SDK generator.
3675
+ // Do not edit this file manually.
858
3676
  function isIssueBillingKeyError(error) {
859
3677
  return (isPortOneError(error) && error.__portOneErrorType === 'IssueBillingKeyError');
860
3678
  }
@@ -865,7 +3683,7 @@ class IssueBillingKeyError extends Error {
865
3683
  constructor({ code, message, billingKey, pgCode, pgMessage, }) {
866
3684
  super(message);
867
3685
  this.__portOneErrorType = 'IssueBillingKeyError';
868
- this.transactionType = TransactionType.ISSUE_BILLING_KEY;
3686
+ this.transactionType = 'ISSUE_BILLING_KEY';
869
3687
  this.code = code;
870
3688
  this.message = message;
871
3689
  this.billingKey = billingKey;
@@ -874,6 +3692,8 @@ class IssueBillingKeyError extends Error {
874
3692
  }
875
3693
  }
876
3694
 
3695
+ // This file is automatically generated by the SDK generator.
3696
+ // Do not edit this file manually.
877
3697
  function isModuleError(error) {
878
3698
  return isPortOneError(error) && error.__portOneErrorType === 'ModuleError';
879
3699
  }
@@ -881,7 +3701,7 @@ class ModuleError extends Error {
881
3701
  static [Symbol.hasInstance](instance) {
882
3702
  return isModuleError(instance);
883
3703
  }
884
- constructor({ code, message }) {
3704
+ constructor({ code, message, }) {
885
3705
  super(message);
886
3706
  this.__portOneErrorType = 'ModuleError';
887
3707
  this.code = code;
@@ -889,6 +3709,8 @@ class ModuleError extends Error {
889
3709
  }
890
3710
  }
891
3711
 
3712
+ // This file is automatically generated by the SDK generator.
3713
+ // Do not edit this file manually.
892
3714
  function isPaymentError(error) {
893
3715
  return isPortOneError(error) && error.__portOneErrorType === 'PaymentError';
894
3716
  }
@@ -899,7 +3721,7 @@ class PaymentError extends Error {
899
3721
  constructor({ code, message, txId, paymentId, pgCode, pgMessage, }) {
900
3722
  super(message);
901
3723
  this.__portOneErrorType = 'PaymentError';
902
- this.transactionType = TransactionType.PAYMENT;
3724
+ this.transactionType = 'PAYMENT';
903
3725
  this.code = code;
904
3726
  this.message = message;
905
3727
  this.txId = txId;
@@ -909,6 +3731,8 @@ class PaymentError extends Error {
909
3731
  }
910
3732
  }
911
3733
 
3734
+ // This file is automatically generated by the SDK generator.
3735
+ // Do not edit this file manually.
912
3736
  function isLoadIssueBillingKeyUIError(error) {
913
3737
  return (isPortOneError(error) &&
914
3738
  error.__portOneErrorType === 'LoadIssueBillingKeyUIError');
@@ -920,12 +3744,14 @@ class LoadIssueBillingKeyUIError extends Error {
920
3744
  constructor({ code, message, }) {
921
3745
  super(message);
922
3746
  this.__portOneErrorType = 'LoadIssueBillingKeyUIError';
923
- this.transactionType = TransactionType.ISSUE_BILLING_KEY;
3747
+ this.transactionType = 'ISSUE_BILLING_KEY';
924
3748
  this.code = code;
925
3749
  this.message = message;
926
3750
  }
927
3751
  }
928
3752
 
3753
+ // This file is automatically generated by the SDK generator.
3754
+ // Do not edit this file manually.
929
3755
  function isLoadPaymentUIError(error) {
930
3756
  return (isPortOneError(error) && error.__portOneErrorType === 'LoadPaymentUIError');
931
3757
  }
@@ -936,12 +3762,14 @@ class LoadPaymentUIError extends Error {
936
3762
  constructor({ code, message, }) {
937
3763
  super(message);
938
3764
  this.__portOneErrorType = 'LoadPaymentUIError';
939
- this.transactionType = TransactionType.PAYMENT;
3765
+ this.transactionType = 'PAYMENT';
940
3766
  this.code = code;
941
3767
  this.message = message;
942
3768
  }
943
3769
  }
944
3770
 
3771
+ // This file is automatically generated by the SDK generator.
3772
+ // Do not edit this file manually.
945
3773
  function isPortOneError(error) {
946
3774
  return (error != null &&
947
3775
  typeof error === 'object' &&
@@ -951,6 +3779,8 @@ function isPortOneError(error) {
951
3779
 
952
3780
  var index = {
953
3781
  __proto__: null,
3782
+ CheckoutServiceErrorCode: CheckoutServiceErrorCode,
3783
+ GrpcErrorCode: GrpcErrorCode,
954
3784
  IdentityVerificationError: IdentityVerificationError,
955
3785
  IssueBillingKeyAndPayError: IssueBillingKeyAndPayError,
956
3786
  IssueBillingKeyError: IssueBillingKeyError,
@@ -958,6 +3788,9 @@ var index = {
958
3788
  LoadPaymentUIError: LoadPaymentUIError,
959
3789
  ModuleError: ModuleError,
960
3790
  PaymentError: PaymentError,
3791
+ TxServiceIdentityVerificationErrorCode: TxServiceIdentityVerificationErrorCode,
3792
+ TxServiceIssueErrorCode: TxServiceIssueErrorCode,
3793
+ TxServicePayErrorCode: TxServicePayErrorCode,
961
3794
  isIdentityVerificationError: isIdentityVerificationError,
962
3795
  isIssueBillingKeyAndPayError: isIssueBillingKeyAndPayError,
963
3796
  isIssueBillingKeyError: isIssueBillingKeyError,
@@ -968,15 +3801,17 @@ var index = {
968
3801
  isPortOneError: isPortOneError
969
3802
  };
970
3803
 
3804
+ // This file is automatically generated by the SDK generator.
3805
+ // Do not edit this file manually.
971
3806
  const PortOne = {
3807
+ requestPayment,
972
3808
  requestIdentityVerification,
973
3809
  requestIssueBillingKeyAndPay,
974
3810
  requestIssueBillingKey,
975
- requestPayment,
976
3811
  loadPaymentUI,
977
3812
  loadIssueBillingKeyUI,
978
3813
  updateLoadPaymentUIRequest,
979
3814
  updateLoadIssueBillingKeyUIRequest,
980
3815
  };
981
3816
 
982
- export { index$1 as Entity, IdentityVerificationError, IssueBillingKeyAndPayError, IssueBillingKeyError, LoadIssueBillingKeyUIError, LoadPaymentUIError, ModuleError, PaymentError, setPortOneJsSdkUrl as __INTERNAL__setPortOneSdkUrl, PortOne as default, index as errors, isIdentityVerificationError, isIssueBillingKeyAndPayError, isIssueBillingKeyError, isLoadIssueBillingKeyUIError, isLoadPaymentUIError, isModuleError, isPaymentError, isPortOneError, loadIssueBillingKeyUI, loadPaymentUI, requestIdentityVerification, requestIssueBillingKey, requestIssueBillingKeyAndPay, requestPayment, updateLoadIssueBillingKeyUIRequest, updateLoadPaymentUIRequest };
3817
+ export { Bank, BillingKeyAndPayMethod, BillingKeyMethod, CardCompany, Carrier, CashReceiptType, CheckoutServiceErrorCode, Country, Currency, EasyPayPaymentMethod, EasyPayProvider, index$1 as Entity, EximbayV2SettingsCallFromApp, EximbayV2TaxReceiptStatus, Gender, GiftCertificateType, GrpcErrorCode, IdentityVerificationError, InicisUnifiedDirectAgency, InicisUnifiedFlgFixedUser, InicisV2CardUse, IssueBillingKeyAndPayError, IssueBillingKeyError, IssueBillingKeyUIType, KcpV2BatchSocChoice, KcpV2ComplexPnt, KcpV2DispTax, KpnCardSelect, KsnetSndQpayType, LoadIssueBillingKeyUIError, LoadPaymentUIError, Locale, ModuleError, NaverpayProductItemPayReferrer, NiceV2DirectCoupon, NiceV2DirectShow, NiceV2DisableScroll, NiceV2SamPayMallType, NiceV2SkinType, PayMethod, PaymentCurrency, PaymentError, PaymentPayMethod, PaymentUIType, PaypalV2Country, PaypalV2PaymentSourcePaypalExperienceContextLandingPage, PaypalV2PaymentSourcePaypalExperienceContextPaymentMethodPreference, PaypalV2PaymentSourcePaypalExperienceContextShippingPreference, PgProvider, ProductType, SmartroV2IsPwdPass, SmartroV2OpenType, TossBrandpayBrandpayOptionsUiButtonStyle, TossBrandpayWidgetOptionsMethodType, TosspayV2CashReceiptTradeOption, TransactionType, TxServiceIdentityVerificationErrorCode, TxServiceIssueErrorCode, TxServicePayErrorCode, WindowType, setPortOneJsSdkUrl as __INTERNAL__setPortOneSdkUrl, PortOne as default, index as errors, isIdentityVerificationError, isIssueBillingKeyAndPayError, isIssueBillingKeyError, isLoadIssueBillingKeyUIError, isLoadPaymentUIError, isModuleError, isPaymentError, isPortOneError, loadIssueBillingKeyUI, loadPaymentUI, requestIdentityVerification, requestIssueBillingKey, requestIssueBillingKeyAndPay, requestPayment, updateLoadIssueBillingKeyUIRequest, updateLoadPaymentUIRequest };