@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
@@ -1,183 +1,725 @@
1
+ /**
2
+ * **화폐**
3
+ *
4
+ * [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) 화폐 코드
5
+ *
6
+ * 대한민국 원, 일본 엔이 아닌 화폐를 사용할 때에는 금액을 minor unit 단위로 입력해야 함에 유의하세요.
7
+ */
1
8
  export declare const Currency: {
9
+ /**
10
+ * South Korean won
11
+ */
2
12
  readonly KRW: "CURRENCY_KRW";
13
+ /**
14
+ * United States dollar
15
+ */
3
16
  readonly USD: "CURRENCY_USD";
17
+ /**
18
+ * Euro
19
+ */
4
20
  readonly EUR: "CURRENCY_EUR";
21
+ /**
22
+ * Japanese yen
23
+ */
5
24
  readonly JPY: "CURRENCY_JPY";
25
+ /**
26
+ * Chinese yuan
27
+ */
6
28
  readonly CNY: "CURRENCY_CNY";
29
+ /**
30
+ * Vietnamese dong
31
+ */
7
32
  readonly VND: "CURRENCY_VND";
33
+ /**
34
+ * Thai baht
35
+ */
8
36
  readonly THB: "CURRENCY_THB";
37
+ /**
38
+ * Singapore dollar
39
+ */
9
40
  readonly SGD: "CURRENCY_SGD";
41
+ /**
42
+ * Australian dollar
43
+ */
10
44
  readonly AUD: "CURRENCY_AUD";
45
+ /**
46
+ * Hong Kong dollar
47
+ */
11
48
  readonly HKD: "CURRENCY_HKD";
49
+ /**
50
+ * United Arab Emirates dirham
51
+ */
12
52
  readonly AED: "CURRENCY_AED";
53
+ /**
54
+ * Afghan afghani
55
+ */
13
56
  readonly AFN: "CURRENCY_AFN";
57
+ /**
58
+ * Albanian lek
59
+ */
14
60
  readonly ALL: "CURRENCY_ALL";
61
+ /**
62
+ * Armenian dram
63
+ */
15
64
  readonly AMD: "CURRENCY_AMD";
65
+ /**
66
+ * Netherlands Antillean guilder
67
+ */
16
68
  readonly ANG: "CURRENCY_ANG";
69
+ /**
70
+ * Angolan kwanza
71
+ */
17
72
  readonly AOA: "CURRENCY_AOA";
73
+ /**
74
+ * Argentine peso
75
+ */
18
76
  readonly ARS: "CURRENCY_ARS";
77
+ /**
78
+ * Aruban florin
79
+ */
19
80
  readonly AWG: "CURRENCY_AWG";
81
+ /**
82
+ * Azerbaijani manat
83
+ */
20
84
  readonly AZN: "CURRENCY_AZN";
85
+ /**
86
+ * Bosnia and Herzegovina convertible mark
87
+ */
21
88
  readonly BAM: "CURRENCY_BAM";
89
+ /**
90
+ * Barbadian dollar
91
+ */
22
92
  readonly BBD: "CURRENCY_BBD";
93
+ /**
94
+ * Bangladeshi taka
95
+ */
23
96
  readonly BDT: "CURRENCY_BDT";
97
+ /**
98
+ * Bulgarian lev
99
+ */
24
100
  readonly BGN: "CURRENCY_BGN";
25
- readonly BHD: "CURRENCY_BHD";
26
- readonly BIF: "CURRENCY_BIF";
101
+ /**
102
+ * Bermudian dollar
103
+ */
27
104
  readonly BMD: "CURRENCY_BMD";
105
+ /**
106
+ * Brunei dollar
107
+ */
28
108
  readonly BND: "CURRENCY_BND";
109
+ /**
110
+ * Boliviano
111
+ */
29
112
  readonly BOB: "CURRENCY_BOB";
113
+ /**
114
+ * Bolivian Mvdol
115
+ */
30
116
  readonly BOV: "CURRENCY_BOV";
117
+ /**
118
+ * Brazilian real
119
+ */
31
120
  readonly BRL: "CURRENCY_BRL";
121
+ /**
122
+ * Bahamian dollar
123
+ */
32
124
  readonly BSD: "CURRENCY_BSD";
33
- readonly BTN: "CURRENCY_BTN";
125
+ /**
126
+ * Botswana pula
127
+ */
34
128
  readonly BWP: "CURRENCY_BWP";
129
+ /**
130
+ * Belarusian ruble
131
+ */
35
132
  readonly BYN: "CURRENCY_BYN";
133
+ /**
134
+ * Belize dollar
135
+ */
36
136
  readonly BZD: "CURRENCY_BZD";
137
+ /**
138
+ * Canadian dollar
139
+ */
37
140
  readonly CAD: "CURRENCY_CAD";
141
+ /**
142
+ * Congolese franc
143
+ */
38
144
  readonly CDF: "CURRENCY_CDF";
145
+ /**
146
+ * WIR euro
147
+ */
39
148
  readonly CHE: "CURRENCY_CHE";
149
+ /**
150
+ * Swiss franc
151
+ */
40
152
  readonly CHF: "CURRENCY_CHF";
153
+ /**
154
+ * WIR franc
155
+ */
41
156
  readonly CHW: "CURRENCY_CHW";
157
+ /**
158
+ * Chilean unit of account (UF)
159
+ */
42
160
  readonly CLF: "CURRENCY_CLF";
161
+ /**
162
+ * Chilean peso
163
+ */
43
164
  readonly CLP: "CURRENCY_CLP";
165
+ /**
166
+ * Colombian peso
167
+ */
44
168
  readonly COP: "CURRENCY_COP";
169
+ /**
170
+ * Unidad de Valor Real
171
+ */
45
172
  readonly COU: "CURRENCY_COU";
173
+ /**
174
+ * Costa Rican colon
175
+ */
46
176
  readonly CRC: "CURRENCY_CRC";
177
+ /**
178
+ * Cuban convertible peso
179
+ */
47
180
  readonly CUC: "CURRENCY_CUC";
181
+ /**
182
+ * Cuban peso
183
+ */
48
184
  readonly CUP: "CURRENCY_CUP";
185
+ /**
186
+ * Cape Verdean escudo
187
+ */
49
188
  readonly CVE: "CURRENCY_CVE";
189
+ /**
190
+ * Czech koruna
191
+ */
50
192
  readonly CZK: "CURRENCY_CZK";
193
+ /**
194
+ * Djiboutian franc
195
+ */
51
196
  readonly DJF: "CURRENCY_DJF";
197
+ /**
198
+ * Danish krone
199
+ */
52
200
  readonly DKK: "CURRENCY_DKK";
201
+ /**
202
+ * Dominican peso
203
+ */
53
204
  readonly DOP: "CURRENCY_DOP";
205
+ /**
206
+ * Algerian dinar
207
+ */
54
208
  readonly DZD: "CURRENCY_DZD";
209
+ /**
210
+ * Egyptian pound
211
+ */
55
212
  readonly EGP: "CURRENCY_EGP";
213
+ /**
214
+ * Eritrean nakfa
215
+ */
56
216
  readonly ERN: "CURRENCY_ERN";
217
+ /**
218
+ * Ethiopian birr
219
+ */
57
220
  readonly ETB: "CURRENCY_ETB";
221
+ /**
222
+ * Fiji dollar
223
+ */
58
224
  readonly FJD: "CURRENCY_FJD";
225
+ /**
226
+ * Falkland Islands pound
227
+ */
59
228
  readonly FKP: "CURRENCY_FKP";
229
+ /**
230
+ * Pound sterling
231
+ */
60
232
  readonly GBP: "CURRENCY_GBP";
233
+ /**
234
+ * Georgian lari
235
+ */
61
236
  readonly GEL: "CURRENCY_GEL";
237
+ /**
238
+ * Ghanaian cedi
239
+ */
62
240
  readonly GHS: "CURRENCY_GHS";
241
+ /**
242
+ * Gibraltar pound
243
+ */
63
244
  readonly GIP: "CURRENCY_GIP";
245
+ /**
246
+ * Gambian dalasi
247
+ */
64
248
  readonly GMD: "CURRENCY_GMD";
249
+ /**
250
+ * Guinean franc
251
+ */
65
252
  readonly GNF: "CURRENCY_GNF";
253
+ /**
254
+ * Guatemalan quetzal
255
+ */
66
256
  readonly GTQ: "CURRENCY_GTQ";
257
+ /**
258
+ * Guyanese dollar
259
+ */
67
260
  readonly GYD: "CURRENCY_GYD";
261
+ /**
262
+ * Honduran lempira
263
+ */
68
264
  readonly HNL: "CURRENCY_HNL";
265
+ /**
266
+ * Croatian kuna
267
+ */
69
268
  readonly HRK: "CURRENCY_HRK";
269
+ /**
270
+ * Haitian gourde
271
+ */
70
272
  readonly HTG: "CURRENCY_HTG";
273
+ /**
274
+ * Hungarian forint
275
+ */
71
276
  readonly HUF: "CURRENCY_HUF";
277
+ /**
278
+ * Indonesian rupiah
279
+ */
72
280
  readonly IDR: "CURRENCY_IDR";
281
+ /**
282
+ * Israeli new shekel
283
+ */
73
284
  readonly ILS: "CURRENCY_ILS";
285
+ /**
286
+ * Indian rupee
287
+ */
74
288
  readonly INR: "CURRENCY_INR";
289
+ /**
290
+ * Iraqi dinar
291
+ */
75
292
  readonly IQD: "CURRENCY_IQD";
293
+ /**
294
+ * Iranian rial
295
+ */
76
296
  readonly IRR: "CURRENCY_IRR";
297
+ /**
298
+ * Icelandic króna
299
+ */
77
300
  readonly ISK: "CURRENCY_ISK";
301
+ /**
302
+ * Jamaican dollar
303
+ */
78
304
  readonly JMD: "CURRENCY_JMD";
305
+ /**
306
+ * Jordanian dinar
307
+ */
79
308
  readonly JOD: "CURRENCY_JOD";
309
+ /**
310
+ * Kenyan shilling
311
+ */
80
312
  readonly KES: "CURRENCY_KES";
313
+ /**
314
+ * Kyrgyzstani som
315
+ */
81
316
  readonly KGS: "CURRENCY_KGS";
317
+ /**
318
+ * Cambodian riel
319
+ */
82
320
  readonly KHR: "CURRENCY_KHR";
321
+ /**
322
+ * Comoro franc
323
+ */
83
324
  readonly KMF: "CURRENCY_KMF";
325
+ /**
326
+ * North Korean won
327
+ */
84
328
  readonly KPW: "CURRENCY_KPW";
329
+ /**
330
+ * Kuwaiti dinar
331
+ */
85
332
  readonly KWD: "CURRENCY_KWD";
333
+ /**
334
+ * Cayman Islands dollar
335
+ */
86
336
  readonly KYD: "CURRENCY_KYD";
337
+ /**
338
+ * Kazakhstani tenge
339
+ */
87
340
  readonly KZT: "CURRENCY_KZT";
341
+ /**
342
+ * Lao kip
343
+ */
88
344
  readonly LAK: "CURRENCY_LAK";
345
+ /**
346
+ * Lebanese pound
347
+ */
89
348
  readonly LBP: "CURRENCY_LBP";
349
+ /**
350
+ * Sri Lankan rupee
351
+ */
90
352
  readonly LKR: "CURRENCY_LKR";
353
+ /**
354
+ * Liberian dollar
355
+ */
91
356
  readonly LRD: "CURRENCY_LRD";
357
+ /**
358
+ * Lesotho loti
359
+ */
92
360
  readonly LSL: "CURRENCY_LSL";
361
+ /**
362
+ * Libyan dinar
363
+ */
93
364
  readonly LYD: "CURRENCY_LYD";
365
+ /**
366
+ * Moroccan dirham
367
+ */
94
368
  readonly MAD: "CURRENCY_MAD";
369
+ /**
370
+ * Moldovan leu
371
+ */
95
372
  readonly MDL: "CURRENCY_MDL";
373
+ /**
374
+ * Malagasy ariary
375
+ */
96
376
  readonly MGA: "CURRENCY_MGA";
377
+ /**
378
+ * Macedonian denar
379
+ */
97
380
  readonly MKD: "CURRENCY_MKD";
381
+ /**
382
+ * Myanmar kyat
383
+ */
98
384
  readonly MMK: "CURRENCY_MMK";
385
+ /**
386
+ * Mongolian tögrög
387
+ */
99
388
  readonly MNT: "CURRENCY_MNT";
389
+ /**
390
+ * Macanese pataca
391
+ */
100
392
  readonly MOP: "CURRENCY_MOP";
393
+ /**
394
+ * Mauritanian ouguiya
395
+ */
101
396
  readonly MRU: "CURRENCY_MRU";
397
+ /**
398
+ * Mauritian rupee
399
+ */
102
400
  readonly MUR: "CURRENCY_MUR";
401
+ /**
402
+ * Maldivian rufiyaa
403
+ */
103
404
  readonly MVR: "CURRENCY_MVR";
405
+ /**
406
+ * Malawian kwacha
407
+ */
104
408
  readonly MWK: "CURRENCY_MWK";
409
+ /**
410
+ * Mexican peso
411
+ */
105
412
  readonly MXN: "CURRENCY_MXN";
413
+ /**
414
+ * Mexican Unidad de Inversion
415
+ */
106
416
  readonly MXV: "CURRENCY_MXV";
417
+ /**
418
+ * Mozambican metical
419
+ */
107
420
  readonly MZN: "CURRENCY_MZN";
421
+ /**
422
+ * Namibian dollar
423
+ */
108
424
  readonly NAD: "CURRENCY_NAD";
425
+ /**
426
+ * Nigerian naira
427
+ */
109
428
  readonly NGN: "CURRENCY_NGN";
429
+ /**
430
+ * Nicaraguan córdoba
431
+ */
110
432
  readonly NIO: "CURRENCY_NIO";
433
+ /**
434
+ * Norwegian krone
435
+ */
111
436
  readonly NOK: "CURRENCY_NOK";
437
+ /**
438
+ * Nepalese rupee
439
+ */
112
440
  readonly NPR: "CURRENCY_NPR";
441
+ /**
442
+ * New Zealand dollar
443
+ */
113
444
  readonly NZD: "CURRENCY_NZD";
445
+ /**
446
+ * Omani rial
447
+ */
114
448
  readonly OMR: "CURRENCY_OMR";
449
+ /**
450
+ * Panamanian balboa
451
+ */
115
452
  readonly PAB: "CURRENCY_PAB";
453
+ /**
454
+ * Peruvian sol
455
+ */
116
456
  readonly PEN: "CURRENCY_PEN";
457
+ /**
458
+ * Papua New Guinean kina
459
+ */
117
460
  readonly PGK: "CURRENCY_PGK";
461
+ /**
462
+ * Philippine peso
463
+ */
118
464
  readonly PHP: "CURRENCY_PHP";
465
+ /**
466
+ * Pakistani rupee
467
+ */
119
468
  readonly PKR: "CURRENCY_PKR";
469
+ /**
470
+ * Polish złoty
471
+ */
120
472
  readonly PLN: "CURRENCY_PLN";
473
+ /**
474
+ * Paraguayan guaraní
475
+ */
121
476
  readonly PYG: "CURRENCY_PYG";
477
+ /**
478
+ * Qatari riyal
479
+ */
122
480
  readonly QAR: "CURRENCY_QAR";
481
+ /**
482
+ * Romanian leu
483
+ */
123
484
  readonly RON: "CURRENCY_RON";
485
+ /**
486
+ * Serbian dinar
487
+ */
124
488
  readonly RSD: "CURRENCY_RSD";
489
+ /**
490
+ * Russian ruble
491
+ */
125
492
  readonly RUB: "CURRENCY_RUB";
493
+ /**
494
+ * Rwandan franc
495
+ */
126
496
  readonly RWF: "CURRENCY_RWF";
497
+ /**
498
+ * Saudi riyal
499
+ */
127
500
  readonly SAR: "CURRENCY_SAR";
501
+ /**
502
+ * Solomon Islands dollar
503
+ */
128
504
  readonly SBD: "CURRENCY_SBD";
505
+ /**
506
+ * Seychelles rupee
507
+ */
129
508
  readonly SCR: "CURRENCY_SCR";
509
+ /**
510
+ * Sudanese pound
511
+ */
130
512
  readonly SDG: "CURRENCY_SDG";
513
+ /**
514
+ * Swedish krona
515
+ */
131
516
  readonly SEK: "CURRENCY_SEK";
517
+ /**
518
+ * Saint Helena pound
519
+ */
132
520
  readonly SHP: "CURRENCY_SHP";
521
+ /**
522
+ * Sierra Leonean leone (new leone)
523
+ */
133
524
  readonly SLE: "CURRENCY_SLE";
525
+ /**
526
+ * Sierra Leonean leone (old leone)
527
+ */
134
528
  readonly SLL: "CURRENCY_SLL";
529
+ /**
530
+ * Somali shilling
531
+ */
135
532
  readonly SOS: "CURRENCY_SOS";
533
+ /**
534
+ * Surinamese dollar
535
+ */
136
536
  readonly SRD: "CURRENCY_SRD";
537
+ /**
538
+ * South Sudanese pound
539
+ */
137
540
  readonly SSP: "CURRENCY_SSP";
541
+ /**
542
+ * São Tomé and Príncipe dobra
543
+ */
138
544
  readonly STN: "CURRENCY_STN";
545
+ /**
546
+ * Salvadoran colón
547
+ */
139
548
  readonly SVC: "CURRENCY_SVC";
549
+ /**
550
+ * Syrian pound
551
+ */
140
552
  readonly SYP: "CURRENCY_SYP";
553
+ /**
554
+ * Swazi lilangeni
555
+ */
141
556
  readonly SZL: "CURRENCY_SZL";
557
+ /**
558
+ * Tajikistani somoni
559
+ */
142
560
  readonly TJS: "CURRENCY_TJS";
561
+ /**
562
+ * Turkmenistan manat
563
+ */
143
564
  readonly TMT: "CURRENCY_TMT";
565
+ /**
566
+ * Tunisian dinar
567
+ */
144
568
  readonly TND: "CURRENCY_TND";
569
+ /**
570
+ * Tongan paʻanga
571
+ */
145
572
  readonly TOP: "CURRENCY_TOP";
573
+ /**
574
+ * Turkish lira
575
+ */
146
576
  readonly TRY: "CURRENCY_TRY";
577
+ /**
578
+ * Trinidad and Tobago dollar
579
+ */
147
580
  readonly TTD: "CURRENCY_TTD";
581
+ /**
582
+ * New Taiwan dollar
583
+ */
148
584
  readonly TWD: "CURRENCY_TWD";
585
+ /**
586
+ * Tanzanian shilling
587
+ */
149
588
  readonly TZS: "CURRENCY_TZS";
589
+ /**
590
+ * Ukrainian hryvnia
591
+ */
150
592
  readonly UAH: "CURRENCY_UAH";
593
+ /**
594
+ * Ugandan shilling
595
+ */
151
596
  readonly UGX: "CURRENCY_UGX";
597
+ /**
598
+ * United States dollar (next day)
599
+ */
152
600
  readonly USN: "CURRENCY_USN";
601
+ /**
602
+ * Uruguay Peso en Unidades Indexadas
603
+ */
153
604
  readonly UYI: "CURRENCY_UYI";
605
+ /**
606
+ * Uruguayan peso
607
+ */
154
608
  readonly UYU: "CURRENCY_UYU";
609
+ /**
610
+ * Unidad previsional
611
+ */
155
612
  readonly UYW: "CURRENCY_UYW";
613
+ /**
614
+ * Uzbekistan som
615
+ */
156
616
  readonly UZS: "CURRENCY_UZS";
617
+ /**
618
+ * Venezuelan bolívar digital
619
+ */
157
620
  readonly VED: "CURRENCY_VED";
621
+ /**
622
+ * Venezuelan bolívar soberano
623
+ */
158
624
  readonly VES: "CURRENCY_VES";
625
+ /**
626
+ * Vanuatu vatu
627
+ */
159
628
  readonly VUV: "CURRENCY_VUV";
629
+ /**
630
+ * Samoan tala
631
+ */
160
632
  readonly WST: "CURRENCY_WST";
633
+ /**
634
+ * CFA franc BEAC
635
+ */
161
636
  readonly XAF: "CURRENCY_XAF";
637
+ /**
638
+ * Silver (one troy ounce)
639
+ */
162
640
  readonly XAG: "CURRENCY_XAG";
641
+ /**
642
+ * Gold (one troy ounce)
643
+ */
163
644
  readonly XAU: "CURRENCY_XAU";
645
+ /**
646
+ * European Composite Unit
647
+ */
164
648
  readonly XBA: "CURRENCY_XBA";
649
+ /**
650
+ * European Monetary Unit
651
+ */
165
652
  readonly XBB: "CURRENCY_XBB";
653
+ /**
654
+ * European Unit of Account 9
655
+ */
166
656
  readonly XBC: "CURRENCY_XBC";
657
+ /**
658
+ * European Unit of Account 17
659
+ */
167
660
  readonly XBD: "CURRENCY_XBD";
661
+ /**
662
+ * East Caribbean dollar
663
+ */
168
664
  readonly XCD: "CURRENCY_XCD";
665
+ /**
666
+ * Special drawing rights
667
+ */
169
668
  readonly XDR: "CURRENCY_XDR";
669
+ /**
670
+ * CFA franc BCEAO
671
+ */
170
672
  readonly XOF: "CURRENCY_XOF";
673
+ /**
674
+ * Palladium (one troy ounce)
675
+ */
171
676
  readonly XPD: "CURRENCY_XPD";
677
+ /**
678
+ * CFP franc
679
+ */
172
680
  readonly XPF: "CURRENCY_XPF";
681
+ /**
682
+ * Platinum (one troy ounce)
683
+ */
173
684
  readonly XPT: "CURRENCY_XPT";
685
+ /**
686
+ * SUCRE
687
+ */
174
688
  readonly XSU: "CURRENCY_XSU";
689
+ /**
690
+ * Code reserved for testing
691
+ */
175
692
  readonly XTS: "CURRENCY_XTS";
693
+ /**
694
+ * ADB Unit of Account
695
+ */
176
696
  readonly XUA: "CURRENCY_XUA";
697
+ /**
698
+ * No currency
699
+ */
177
700
  readonly XXX: "CURRENCY_XXX";
701
+ /**
702
+ * Yemeni rial
703
+ */
178
704
  readonly YER: "CURRENCY_YER";
705
+ /**
706
+ * South African rand
707
+ */
179
708
  readonly ZAR: "CURRENCY_ZAR";
709
+ /**
710
+ * Zambian kwacha
711
+ */
180
712
  readonly ZMW: "CURRENCY_ZMW";
713
+ /**
714
+ * Zimbabwean dollar
715
+ */
181
716
  readonly ZWL: "CURRENCY_ZWL";
182
717
  };
183
- export type Currency = typeof Currency[keyof typeof Currency];
718
+ /**
719
+ * **화폐**
720
+ *
721
+ * [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217) 화폐 코드
722
+ *
723
+ * 대한민국 원, 일본 엔이 아닌 화폐를 사용할 때에는 금액을 minor unit 단위로 입력해야 함에 유의하세요.
724
+ */
725
+ export type Currency = (typeof Currency)[keyof typeof Currency];