@portone/browser-sdk 0.0.23 → 0.0.24

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