@portone/browser-sdk 0.0.23 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/v2/entity/Address.d.ts +24 -4
- package/dist/v2/entity/Bank.d.ts +350 -76
- package/dist/v2/entity/BillingKeyAndPayMethod.d.ts +10 -1
- package/dist/v2/entity/BillingKeyMethod.d.ts +19 -1
- package/dist/v2/entity/CardCompany.d.ts +99 -24
- package/dist/v2/entity/Carrier.d.ts +28 -13
- package/dist/v2/entity/CashReceiptType.d.ts +19 -4
- package/dist/v2/entity/ChannelGroupId.d.ts +8 -0
- package/dist/v2/entity/ChannelKey.d.ts +10 -0
- package/dist/v2/entity/Country.d.ts +1007 -250
- package/dist/v2/entity/Currency.d.ts +723 -181
- package/dist/v2/entity/Customer.d.ts +90 -15
- package/dist/v2/entity/EasyPayPaymentMethod.d.ts +19 -1
- package/dist/v2/entity/EasyPayProvider.d.ts +178 -22
- package/dist/v2/entity/FreeInstallmentPlan.d.ts +25 -4
- package/dist/v2/entity/Gender.d.ts +19 -4
- package/dist/v2/entity/GiftCertificateType.d.ts +24 -6
- package/dist/v2/entity/Iframe.d.ts +7 -1
- package/dist/v2/entity/Installment.d.ts +53 -20
- package/dist/v2/entity/InstallmentMonthOption.d.ts +41 -0
- package/dist/v2/entity/IssueBillingKeyUIType.d.ts +1 -1
- package/dist/v2/entity/Locale.d.ts +63 -1
- package/dist/v2/entity/OfferPeriod.d.ts +30 -12
- package/dist/v2/entity/OfferPeriodRange.d.ts +7 -0
- package/dist/v2/entity/OfferPeriodRangeFrom.d.ts +9 -0
- package/dist/v2/entity/OfferPeriodRangeFromTo.d.ts +13 -0
- package/dist/v2/entity/OfferPeriodRangeTo.d.ts +9 -0
- package/dist/v2/entity/PayMethod.d.ts +27 -1
- package/dist/v2/entity/PaymentCurrency.d.ts +191 -0
- package/dist/v2/entity/PaymentOrderName.d.ts +4 -0
- package/dist/v2/entity/PaymentPayMethod.d.ts +53 -0
- package/dist/v2/entity/PaymentTotalAmount.d.ts +14 -0
- package/dist/v2/entity/PaymentUIType.d.ts +1 -1
- package/dist/v2/entity/PgCode.d.ts +6 -0
- package/dist/v2/entity/PgMessage.d.ts +6 -0
- package/dist/v2/entity/PgProvider.d.ts +51 -96
- package/dist/v2/entity/Popup.d.ts +10 -1
- package/dist/v2/entity/Product.d.ts +36 -3
- package/dist/v2/entity/ProductType.d.ts +13 -6
- package/dist/v2/entity/RedirectUrl.d.ts +6 -0
- package/dist/v2/entity/StoreDetails.d.ts +59 -20
- package/dist/v2/entity/StoreDetailsOpeningHours.d.ts +13 -0
- package/dist/v2/entity/StoreId.d.ts +6 -0
- package/dist/v2/entity/TaxFreeAmount.d.ts +6 -0
- package/dist/v2/entity/TransactionType.d.ts +26 -5
- package/dist/v2/entity/VatAmount.d.ts +6 -0
- package/dist/v2/entity/WindowType.d.ts +1 -9
- package/dist/v2/entity/WindowTypes.d.ts +18 -0
- package/dist/v2/entity/bypass/IdentityVerificationBypass.d.ts +20 -0
- package/dist/v2/entity/bypass/IssueBillingKeyAndPayBypass.d.ts +17 -0
- package/dist/v2/entity/bypass/IssueBillingKeyBypass.d.ts +37 -0
- package/dist/v2/entity/bypass/LoadIssueBillingKeyUIBypass.d.ts +7 -0
- package/dist/v2/entity/bypass/LoadPaymentUIBypass.d.ts +7 -0
- package/dist/v2/entity/bypass/PaymentBypass.d.ts +92 -0
- package/dist/v2/entity/bypass/identityVerification/Danal.d.ts +21 -14
- package/dist/v2/entity/bypass/identityVerification/InicisUnified.d.ts +30 -11
- package/dist/v2/entity/bypass/identityVerification/InicisUnifiedDirectAgency.d.ts +69 -0
- package/dist/v2/entity/bypass/identityVerification/InicisUnifiedFlgFixedUser.d.ts +19 -0
- package/dist/v2/entity/bypass/identityVerification/KcpV2.d.ts +5 -2
- package/dist/v2/entity/bypass/identityVerification/index.d.ts +5 -8
- package/dist/v2/entity/bypass/index.d.ts +12 -0
- package/dist/v2/entity/bypass/issueBillingKey/InicisV2.d.ts +7 -5
- package/dist/v2/entity/bypass/issueBillingKey/InicisV2CardUse.d.ts +17 -0
- package/dist/v2/entity/bypass/issueBillingKey/KcpV2.d.ts +6 -2
- package/dist/v2/entity/bypass/issueBillingKey/KcpV2BatchSocChoice.d.ts +17 -0
- package/dist/v2/entity/bypass/issueBillingKey/Naverpay.d.ts +9 -4
- package/dist/v2/entity/bypass/issueBillingKey/SmartroV2.d.ts +11 -4
- package/dist/v2/entity/bypass/issueBillingKey/SmartroV2IsPwdPass.d.ts +17 -0
- package/dist/v2/entity/bypass/issueBillingKey/SmartroV2SkinColor.d.ts +13 -0
- package/dist/v2/entity/bypass/issueBillingKey/TosspayV2.d.ts +5 -3
- package/dist/v2/entity/bypass/issueBillingKey/Welcome.d.ts +12 -5
- package/dist/v2/entity/bypass/issueBillingKey/index.d.ts +10 -16
- package/dist/v2/entity/bypass/issueBillingKeyAndPay/EximbayV2.d.ts +25 -28
- package/dist/v2/entity/bypass/issueBillingKeyAndPay/EximbayV2BillTo.d.ts +37 -0
- package/dist/v2/entity/bypass/issueBillingKeyAndPay/EximbayV2Merchant.d.ts +6 -0
- package/dist/v2/entity/bypass/issueBillingKeyAndPay/EximbayV2Payment.d.ts +13 -0
- package/dist/v2/entity/bypass/issueBillingKeyAndPay/EximbayV2ShipTo.d.ts +37 -0
- package/dist/v2/entity/bypass/issueBillingKeyAndPay/EximbayV2Surcharge.d.ts +14 -0
- package/dist/v2/entity/bypass/issueBillingKeyAndPay/PayletterGlobal.d.ts +16 -6
- package/dist/v2/entity/bypass/issueBillingKeyAndPay/Welcome.d.ts +50 -52
- package/dist/v2/entity/bypass/issueBillingKeyAndPay/index.d.ts +8 -8
- package/dist/v2/entity/bypass/loadIssueBillingKeyUI/PaypalV2.d.ts +15 -22
- package/dist/v2/entity/bypass/loadIssueBillingKeyUI/PaypalV2AdditionalData.d.ts +4 -0
- package/dist/v2/entity/bypass/loadIssueBillingKeyUI/PaypalV2Country.d.ts +212 -0
- package/dist/v2/entity/bypass/loadIssueBillingKeyUI/PaypalV2ShippingAddress.d.ts +31 -0
- package/dist/v2/entity/bypass/loadIssueBillingKeyUI/PaypalV2Style.d.ts +33 -0
- package/dist/v2/entity/bypass/loadIssueBillingKeyUI/PaypalV2StyleColor.d.ts +14 -0
- package/dist/v2/entity/bypass/loadIssueBillingKeyUI/PaypalV2StyleLabel.d.ts +16 -0
- package/dist/v2/entity/bypass/loadIssueBillingKeyUI/PaypalV2StyleLayout.d.ts +11 -0
- package/dist/v2/entity/bypass/loadIssueBillingKeyUI/PaypalV2StyleShape.d.ts +11 -0
- package/dist/v2/entity/bypass/loadIssueBillingKeyUI/index.d.ts +9 -4
- package/dist/v2/entity/bypass/loadPaymentUI/PaypalV2.d.ts +28 -55
- package/dist/v2/entity/bypass/loadPaymentUI/PaypalV2AdditionalData.d.ts +4 -0
- package/dist/v2/entity/bypass/loadPaymentUI/PaypalV2Payer.d.ts +9 -0
- package/dist/v2/entity/bypass/loadPaymentUI/PaypalV2PayerAddress.d.ts +18 -0
- package/dist/v2/entity/bypass/loadPaymentUI/PaypalV2PayerTaxInfo.d.ts +10 -0
- package/dist/v2/entity/bypass/loadPaymentUI/PaypalV2PurchaseUnit.d.ts +7 -0
- package/dist/v2/entity/bypass/loadPaymentUI/PaypalV2PurchaseUnitShipping.d.ts +10 -0
- package/dist/v2/entity/bypass/loadPaymentUI/PaypalV2PurchaseUnitShippingAddress.d.ts +21 -0
- package/dist/v2/entity/bypass/loadPaymentUI/PaypalV2Style.d.ts +37 -0
- package/dist/v2/entity/bypass/loadPaymentUI/PaypalV2StyleColor.d.ts +14 -0
- package/dist/v2/entity/bypass/loadPaymentUI/PaypalV2StyleLabel.d.ts +16 -0
- package/dist/v2/entity/bypass/loadPaymentUI/PaypalV2StyleLayout.d.ts +11 -0
- package/dist/v2/entity/bypass/loadPaymentUI/PaypalV2StyleShape.d.ts +11 -0
- package/dist/v2/entity/bypass/loadPaymentUI/index.d.ts +13 -4
- package/dist/v2/entity/bypass/payment/EximbayV2.d.ts +38 -41
- package/dist/v2/entity/bypass/payment/EximbayV2BillTo.d.ts +37 -0
- package/dist/v2/entity/bypass/payment/EximbayV2Merchant.d.ts +13 -0
- package/dist/v2/entity/bypass/payment/EximbayV2Payment.d.ts +13 -0
- package/dist/v2/entity/bypass/payment/EximbayV2Settings.d.ts +18 -0
- package/dist/v2/entity/bypass/payment/EximbayV2SettingsCallFromApp.d.ts +11 -0
- package/dist/v2/entity/bypass/payment/EximbayV2ShipTo.d.ts +37 -0
- package/dist/v2/entity/bypass/payment/EximbayV2Surcharge.d.ts +14 -0
- package/dist/v2/entity/bypass/payment/EximbayV2Tax.d.ts +10 -0
- package/dist/v2/entity/bypass/payment/EximbayV2TaxReceiptStatus.d.ts +11 -0
- package/dist/v2/entity/bypass/payment/Hyphen.d.ts +5 -1
- package/dist/v2/entity/bypass/payment/HyphenDesignCd.d.ts +1 -0
- package/dist/v2/entity/bypass/payment/InicisJp.d.ts +8 -23
- package/dist/v2/entity/bypass/payment/InicisJpPaymentUI.d.ts +33 -0
- package/dist/v2/entity/bypass/payment/InicisV2.d.ts +111 -78
- package/dist/v2/entity/bypass/payment/Kakaopay.d.ts +7 -1
- package/dist/v2/entity/bypass/payment/KcpV2.d.ts +23 -10
- package/dist/v2/entity/bypass/payment/KcpV2ComplexPnt.d.ts +11 -0
- package/dist/v2/entity/bypass/payment/KcpV2DispTax.d.ts +13 -0
- package/dist/v2/entity/bypass/payment/Kpn.d.ts +7 -9
- package/dist/v2/entity/bypass/payment/KpnCardSelect.d.ts +19 -0
- package/dist/v2/entity/bypass/payment/Ksnet.d.ts +10 -4
- package/dist/v2/entity/bypass/payment/KsnetSndQpayType.d.ts +17 -0
- package/dist/v2/entity/bypass/payment/Naverpay.d.ts +16 -27
- package/dist/v2/entity/bypass/payment/NaverpayProductItem.d.ts +39 -0
- package/dist/v2/entity/bypass/payment/NaverpayProductItemPayReferrer.d.ts +19 -0
- package/dist/v2/entity/bypass/payment/NaverpaySubMerchantInfo.d.ts +29 -0
- package/dist/v2/entity/bypass/payment/NiceV2.d.ts +48 -22
- package/dist/v2/entity/bypass/payment/NiceV2DirectCoupon.d.ts +21 -0
- package/dist/v2/entity/bypass/payment/NiceV2DirectShow.d.ts +17 -0
- package/dist/v2/entity/bypass/payment/NiceV2DisableScroll.d.ts +11 -0
- package/dist/v2/entity/bypass/payment/NiceV2SamPayMallType.d.ts +17 -0
- package/dist/v2/entity/bypass/payment/NiceV2SkinType.d.ts +18 -0
- package/dist/v2/entity/bypass/payment/PayletterGlobal.d.ts +16 -6
- package/dist/v2/entity/bypass/payment/PaypalV2.d.ts +15 -47
- package/dist/v2/entity/bypass/payment/PaypalV2PaymentSource.d.ts +4 -0
- package/dist/v2/entity/bypass/payment/PaypalV2PaymentSourcePaypal.d.ts +4 -0
- package/dist/v2/entity/bypass/payment/PaypalV2PaymentSourcePaypalExperienceContext.d.ts +9 -0
- package/dist/v2/entity/bypass/payment/PaypalV2PaymentSourcePaypalExperienceContextLandingPage.d.ts +6 -0
- package/dist/v2/entity/bypass/payment/PaypalV2PaymentSourcePaypalExperienceContextPaymentMethodPreference.d.ts +5 -0
- package/dist/v2/entity/bypass/payment/PaypalV2PaymentSourcePaypalExperienceContextShippingPreference.d.ts +6 -0
- package/dist/v2/entity/bypass/payment/SmartroV2.d.ts +19 -5
- package/dist/v2/entity/bypass/payment/SmartroV2OpenType.d.ts +15 -0
- package/dist/v2/entity/bypass/payment/SmartroV2SkinColor.d.ts +17 -0
- package/dist/v2/entity/bypass/payment/TossBrandpay.d.ts +17 -40
- package/dist/v2/entity/bypass/payment/TossBrandpayBrandpayOptions.d.ts +7 -0
- package/dist/v2/entity/bypass/payment/TossBrandpayBrandpayOptionsUi.d.ts +18 -0
- package/dist/v2/entity/bypass/payment/TossBrandpayBrandpayOptionsUiButtonStyle.d.ts +23 -0
- package/dist/v2/entity/bypass/payment/TossBrandpayBrandpayOptionsUiLabels.d.ts +6 -0
- package/dist/v2/entity/bypass/payment/TossBrandpayBrandpayOptionsUiNavigationBar.d.ts +10 -0
- package/dist/v2/entity/bypass/payment/TossBrandpayWidgetOptions.d.ts +16 -0
- package/dist/v2/entity/bypass/payment/TossBrandpayWidgetOptionsMethodType.d.ts +11 -0
- package/dist/v2/entity/bypass/payment/TossBrandpayWidgetOptionsUi.d.ts +4 -0
- package/dist/v2/entity/bypass/payment/TossBrandpayWidgetOptionsUiPromotionSection.d.ts +6 -0
- package/dist/v2/entity/bypass/payment/TossBrandpayWidgetOptionsUiPromotionSectionDescription.d.ts +10 -0
- package/dist/v2/entity/bypass/payment/TossBrandpayWidgetOptionsUiPromotionSectionSummary.d.ts +6 -0
- package/dist/v2/entity/bypass/payment/TosspayV2.d.ts +8 -7
- package/dist/v2/entity/bypass/payment/TosspayV2CashReceiptTradeOption.d.ts +29 -0
- package/dist/v2/entity/bypass/payment/Tosspayments.d.ts +9 -4
- package/dist/v2/entity/bypass/payment/Welcome.d.ts +84 -96
- package/dist/v2/entity/bypass/payment/index.d.ts +60 -36
- package/dist/v2/entity/index.d.ts +50 -37
- package/dist/v2/exception/CheckoutServiceErrorCode.d.ts +11 -1
- package/dist/v2/exception/GrpcErrorCode.d.ts +71 -1
- package/dist/v2/exception/IdentityVerificationError.d.ts +57 -10
- package/dist/v2/exception/IssueBillingKeyAndPayError.d.ts +60 -14
- package/dist/v2/exception/IssueBillingKeyError.d.ts +55 -9
- package/dist/v2/exception/LoadIssueBillingKeyUIError.d.ts +27 -2
- package/dist/v2/exception/LoadPaymentUIError.d.ts +27 -2
- package/dist/v2/exception/ModuleError.d.ts +22 -3
- package/dist/v2/exception/PaymentError.d.ts +57 -10
- package/dist/v2/exception/TxServiceIdentityVerificationErrorCode.d.ts +11 -1
- package/dist/v2/exception/TxServiceIssueErrorCode.d.ts +12 -1
- package/dist/v2/exception/TxServicePayErrorCode.d.ts +16 -1
- package/dist/v2/exception/index.d.ts +5 -0
- package/dist/v2/index.d.ts +14 -11
- package/dist/v2/loadIssueBillingKeyUI.d.ts +3 -22
- package/dist/v2/loadPaymentUI.d.ts +3 -34
- package/dist/v2/loader.d.ts +20 -15
- package/dist/v2/request/IdentityVerificationRequest.d.ts +66 -0
- package/dist/v2/request/IssueBillingKeyAndPayRequest.d.ts +3 -0
- package/dist/v2/request/IssueBillingKeyAndPayRequestBase.d.ts +207 -0
- package/dist/v2/request/IssueBillingKeyAndPayRequestUnion.d.ts +4 -0
- package/dist/v2/request/IssueBillingKeyAndPayRequestUnionMobile.d.ts +11 -0
- package/dist/v2/request/IssueBillingKeyRequest.d.ts +3 -0
- package/dist/v2/request/IssueBillingKeyRequestBase.d.ts +142 -0
- package/dist/v2/request/IssueBillingKeyRequestUnion.d.ts +10 -0
- package/dist/v2/request/IssueBillingKeyRequestUnionCard.d.ts +7 -0
- package/dist/v2/request/IssueBillingKeyRequestUnionEasyPay.d.ts +17 -0
- package/dist/v2/request/IssueBillingKeyRequestUnionMobile.d.ts +11 -0
- package/dist/v2/request/IssueBillingKeyRequestUnionPaypal.d.ts +1 -0
- package/dist/v2/request/LoadIssueBillingKeyUIRequest.d.ts +84 -0
- package/dist/v2/request/LoadPaymentUIRequest.d.ts +198 -0
- package/dist/v2/request/PaymentRequest.d.ts +3 -0
- package/dist/v2/request/PaymentRequestBase.d.ts +253 -0
- package/dist/v2/request/PaymentRequestUnion.d.ts +35 -0
- package/dist/v2/request/PaymentRequestUnionAlipay.d.ts +1 -0
- package/dist/v2/request/PaymentRequestUnionCard.d.ts +79 -0
- package/dist/v2/request/PaymentRequestUnionConvenienceStore.d.ts +7 -0
- package/dist/v2/request/PaymentRequestUnionConvenienceStorePaymentDeadline.d.ts +16 -0
- package/dist/v2/request/PaymentRequestUnionEasyPay.d.ts +110 -0
- package/dist/v2/request/PaymentRequestUnionGiftCertificate.d.ts +10 -0
- package/dist/v2/request/PaymentRequestUnionMobile.d.ts +16 -0
- package/dist/v2/request/PaymentRequestUnionPaypal.d.ts +1 -0
- package/dist/v2/request/PaymentRequestUnionTransfer.d.ts +23 -0
- package/dist/v2/request/PaymentRequestUnionVirtualAccount.d.ts +45 -0
- package/dist/v2/request/PaymentRequestUnionVirtualAccountAccountExpiry.d.ts +25 -0
- package/dist/v2/request/PaymentRequestUnionVirtualAccountFixedOption.d.ts +14 -0
- package/dist/v2/request/index.d.ts +29 -0
- package/dist/v2/requestIdentityVerification.d.ts +2 -28
- package/dist/v2/requestIssueBillingKey.d.ts +2 -56
- package/dist/v2/requestIssueBillingKeyAndPay.d.ts +2 -56
- package/dist/v2/requestPayment.d.ts +2 -110
- package/dist/v2/response/IdentityVerificationResponse.d.ts +49 -0
- package/dist/v2/response/IssueBillingKeyAndPayResponse.d.ts +57 -0
- package/dist/v2/response/IssueBillingKeyResponse.d.ts +45 -0
- package/dist/v2/response/PaymentResponse.d.ts +53 -0
- package/dist/v2/response/index.d.ts +4 -0
- package/dist/v2/updateLoadIssueBillingKeyUIRequest.d.ts +1 -1
- package/dist/v2/updateLoadPaymentUIRequest.d.ts +1 -1
- package/dist/v2.cjs +3563 -676
- package/dist/v2.js +3512 -677
- package/package.json +8 -8
- package/dist/v2/entity/bypass/PaypalV2Country.d.ts +0 -206
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,742 +54,2803 @@ 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
|
-
|
|
68
|
-
|
|
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 = {
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
111
|
+
/**
|
|
112
|
+
* 한국은행
|
|
113
|
+
*/
|
|
114
|
+
BANK_OF_KOREA: 'BANK_OF_KOREA',
|
|
115
|
+
/**
|
|
116
|
+
* 산업은행
|
|
117
|
+
*/
|
|
118
|
+
KOREA_DEVELOPMENT_BANK: 'KOREA_DEVELOPMENT_BANK',
|
|
119
|
+
/**
|
|
120
|
+
* 기업은행
|
|
121
|
+
*
|
|
122
|
+
* - KCP
|
|
123
|
+
* - 스마트로
|
|
124
|
+
*/
|
|
125
|
+
INDUSTRIAL_BANK_OF_KOREA: 'INDUSTRIAL_BANK_OF_KOREA',
|
|
126
|
+
/**
|
|
127
|
+
* 국민은행
|
|
128
|
+
*
|
|
129
|
+
* - KCP
|
|
130
|
+
* - 스마트로
|
|
131
|
+
*/
|
|
132
|
+
KOOKMIN_BANK: 'KOOKMIN_BANK',
|
|
133
|
+
/**
|
|
134
|
+
* 수협은행
|
|
135
|
+
*
|
|
136
|
+
* - KCP
|
|
137
|
+
* - 스마트로
|
|
138
|
+
*/
|
|
139
|
+
SUHYUP_BANK: 'SUHYUP_BANK',
|
|
140
|
+
/**
|
|
141
|
+
* 수출입은행
|
|
142
|
+
*/
|
|
143
|
+
EXPORT_IMPORT_BANK_OF_KOREA: 'EXPORT_IMPORT_BANK_OF_KOREA',
|
|
144
|
+
/**
|
|
145
|
+
* NH농협은행
|
|
146
|
+
*
|
|
147
|
+
* - KCP
|
|
148
|
+
* - 스마트로
|
|
149
|
+
*/
|
|
150
|
+
NH_NONGHYUP_BANK: 'NH_NONGHYUP_BANK',
|
|
151
|
+
/**
|
|
152
|
+
* 지역농․축협
|
|
153
|
+
*/
|
|
154
|
+
LOCAL_NONGHYUP: 'LOCAL_NONGHYUP',
|
|
155
|
+
/**
|
|
156
|
+
* 우리은행
|
|
157
|
+
*
|
|
158
|
+
* - KCP
|
|
159
|
+
* - 스마트로
|
|
160
|
+
*/
|
|
161
|
+
WOORI_BANK: 'WOORI_BANK',
|
|
162
|
+
/**
|
|
163
|
+
* SC제일은행
|
|
164
|
+
*
|
|
165
|
+
* - KCP
|
|
166
|
+
* - 스마트로
|
|
167
|
+
*/
|
|
168
|
+
SC_BANK_KOREA: 'SC_BANK_KOREA',
|
|
169
|
+
/**
|
|
170
|
+
* 한국씨티은행
|
|
171
|
+
*/
|
|
172
|
+
CITI_BANK_KOREA: 'CITI_BANK_KOREA',
|
|
173
|
+
/**
|
|
174
|
+
* 대구은행
|
|
175
|
+
*
|
|
176
|
+
* - KCP
|
|
177
|
+
* - 스마트로
|
|
178
|
+
*/
|
|
179
|
+
DAEGU_BANK: 'DAEGU_BANK',
|
|
180
|
+
/**
|
|
181
|
+
* 부산은행
|
|
182
|
+
*
|
|
183
|
+
* - KCP
|
|
184
|
+
* - 스마트로
|
|
185
|
+
*/
|
|
186
|
+
BUSAN_BANK: 'BUSAN_BANK',
|
|
187
|
+
/**
|
|
188
|
+
* 광주은행
|
|
189
|
+
*
|
|
190
|
+
* - KCP
|
|
191
|
+
* - 스마트로
|
|
192
|
+
*/
|
|
193
|
+
GWANGJU_BANK: 'GWANGJU_BANK',
|
|
194
|
+
/**
|
|
195
|
+
* 제주은행
|
|
196
|
+
*/
|
|
197
|
+
JEJU_BANK: 'JEJU_BANK',
|
|
198
|
+
/**
|
|
199
|
+
* 전북은행
|
|
200
|
+
*
|
|
201
|
+
* - 스마트로
|
|
202
|
+
*/
|
|
203
|
+
JEONBUK_BANK: 'JEONBUK_BANK',
|
|
204
|
+
/**
|
|
205
|
+
* 경남은행
|
|
206
|
+
*
|
|
207
|
+
* - KCP
|
|
208
|
+
* - 스마트로
|
|
209
|
+
*/
|
|
210
|
+
KYONGNAM_BANK: 'KYONGNAM_BANK',
|
|
211
|
+
/**
|
|
212
|
+
* 새마을금고
|
|
213
|
+
*/
|
|
214
|
+
KFCC: 'KFCC',
|
|
215
|
+
/**
|
|
216
|
+
* 신협
|
|
217
|
+
*/
|
|
218
|
+
SHINHYUP: 'SHINHYUP',
|
|
219
|
+
/**
|
|
220
|
+
* 저축은행
|
|
221
|
+
*/
|
|
222
|
+
SAVINGS_BANK_KOREA: 'SAVINGS_BANK_KOREA',
|
|
223
|
+
/**
|
|
224
|
+
* 모건스탠리은행
|
|
225
|
+
*/
|
|
226
|
+
MORGAN_STANLEY_BANK: 'MORGAN_STANLEY_BANK',
|
|
227
|
+
/**
|
|
228
|
+
* HSBC은행
|
|
229
|
+
*/
|
|
230
|
+
HSBC_BANK: 'HSBC_BANK',
|
|
231
|
+
/**
|
|
232
|
+
* 도이치은행
|
|
233
|
+
*/
|
|
234
|
+
DEUTSCHE_BANK: 'DEUTSCHE_BANK',
|
|
235
|
+
/**
|
|
236
|
+
* 제이피모간체이스은행
|
|
237
|
+
*/
|
|
238
|
+
JP_MORGAN_CHASE_BANK: 'JP_MORGAN_CHASE_BANK',
|
|
239
|
+
/**
|
|
240
|
+
* 미즈호은행
|
|
241
|
+
*/
|
|
242
|
+
MIZUHO_BANK: 'MIZUHO_BANK',
|
|
243
|
+
/**
|
|
244
|
+
* 엠유에프지은행
|
|
245
|
+
*/
|
|
246
|
+
MUFG_BANK: 'MUFG_BANK',
|
|
247
|
+
/**
|
|
248
|
+
* BOA은행
|
|
249
|
+
*/
|
|
250
|
+
BANK_OF_AMERICA_BANK: 'BANK_OF_AMERICA_BANK',
|
|
251
|
+
/**
|
|
252
|
+
* 비엔피파리바은행
|
|
253
|
+
*/
|
|
254
|
+
BNP_PARIBAS_BANK: 'BNP_PARIBAS_BANK',
|
|
255
|
+
/**
|
|
256
|
+
* 중국공상은행
|
|
257
|
+
*/
|
|
258
|
+
ICBC: 'ICBC',
|
|
259
|
+
/**
|
|
260
|
+
* 중국은행
|
|
261
|
+
*/
|
|
262
|
+
BANK_OF_CHINA: 'BANK_OF_CHINA',
|
|
263
|
+
/**
|
|
264
|
+
* 산림조합중앙회
|
|
265
|
+
*/
|
|
266
|
+
NATIONAL_FORESTRY_COOPERATIVE_FEDERATION: 'NATIONAL_FORESTRY_COOPERATIVE_FEDERATION',
|
|
267
|
+
/**
|
|
268
|
+
* 대화은행
|
|
269
|
+
*/
|
|
270
|
+
UNITED_OVERSEAS_BANK: 'UNITED_OVERSEAS_BANK',
|
|
271
|
+
/**
|
|
272
|
+
* 교통은행
|
|
273
|
+
*/
|
|
274
|
+
BANK_OF_COMMUNICATIONS: 'BANK_OF_COMMUNICATIONS',
|
|
275
|
+
/**
|
|
276
|
+
* 중국건설은행
|
|
277
|
+
*/
|
|
278
|
+
CHINA_CONSTRUCTION_BANK: 'CHINA_CONSTRUCTION_BANK',
|
|
279
|
+
/**
|
|
280
|
+
* 우체국
|
|
281
|
+
*
|
|
282
|
+
* - KCP
|
|
283
|
+
* - 스마트로
|
|
284
|
+
*/
|
|
285
|
+
EPOST: 'EPOST',
|
|
286
|
+
/**
|
|
287
|
+
* 신용보증기금
|
|
288
|
+
*/
|
|
289
|
+
KODIT: 'KODIT',
|
|
290
|
+
/**
|
|
291
|
+
* 기술보증기금
|
|
292
|
+
*/
|
|
293
|
+
KIBO: 'KIBO',
|
|
294
|
+
/**
|
|
295
|
+
* 하나은행
|
|
296
|
+
*
|
|
297
|
+
* - KCP
|
|
298
|
+
* - 스마트로
|
|
299
|
+
*/
|
|
300
|
+
HANA_BANK: 'HANA_BANK',
|
|
301
|
+
/**
|
|
302
|
+
* 신한은행
|
|
303
|
+
*
|
|
304
|
+
* - KCP
|
|
305
|
+
* - 스마트로
|
|
306
|
+
*/
|
|
307
|
+
SHINHAN_BANK: 'SHINHAN_BANK',
|
|
308
|
+
/**
|
|
309
|
+
* 케이뱅크
|
|
310
|
+
*
|
|
311
|
+
* - 스마트로
|
|
312
|
+
*/
|
|
313
|
+
K_BANK: 'K_BANK',
|
|
314
|
+
/**
|
|
315
|
+
* 카카오뱅크
|
|
316
|
+
*/
|
|
317
|
+
KAKAO_BANK: 'KAKAO_BANK',
|
|
318
|
+
/**
|
|
319
|
+
* 토스뱅크
|
|
320
|
+
*/
|
|
321
|
+
TOSS_BANK: 'TOSS_BANK',
|
|
322
|
+
/**
|
|
323
|
+
* 한국신용정보원
|
|
324
|
+
*/
|
|
325
|
+
KCIS: 'KCIS',
|
|
326
|
+
/**
|
|
327
|
+
* 대신저축은행
|
|
328
|
+
*/
|
|
329
|
+
DAISHIN_SAVINGS_BANK: 'DAISHIN_SAVINGS_BANK',
|
|
330
|
+
/**
|
|
331
|
+
* 에스비아이저축은행
|
|
332
|
+
*/
|
|
333
|
+
SBI_SAVINGS_BANK: 'SBI_SAVINGS_BANK',
|
|
334
|
+
/**
|
|
335
|
+
* 에이치케이저축은행
|
|
336
|
+
*/
|
|
337
|
+
HK_SAVINGS_BANK: 'HK_SAVINGS_BANK',
|
|
338
|
+
/**
|
|
339
|
+
* 웰컴저축은행
|
|
340
|
+
*/
|
|
341
|
+
WELCOME_SAVINGS_BANK: 'WELCOME_SAVINGS_BANK',
|
|
342
|
+
/**
|
|
343
|
+
* 신한저축은행
|
|
344
|
+
*/
|
|
345
|
+
SHINHAN_SAVINGS_BANK: 'SHINHAN_SAVINGS_BANK',
|
|
346
|
+
/**
|
|
347
|
+
* 교보증권
|
|
348
|
+
*/
|
|
349
|
+
KYOBO_SECURITIES: 'KYOBO_SECURITIES',
|
|
350
|
+
/**
|
|
351
|
+
* 대신증권
|
|
352
|
+
*/
|
|
353
|
+
DAISHIN_SECURITIES: 'DAISHIN_SECURITIES',
|
|
354
|
+
/**
|
|
355
|
+
* 메리츠증권
|
|
356
|
+
*/
|
|
357
|
+
MERITZ_SECURITIES: 'MERITZ_SECURITIES',
|
|
358
|
+
/**
|
|
359
|
+
* 미래에셋증권
|
|
360
|
+
*/
|
|
361
|
+
MIRAE_ASSET_SECURITIES: 'MIRAE_ASSET_SECURITIES',
|
|
362
|
+
/**
|
|
363
|
+
* 부국증권
|
|
364
|
+
*/
|
|
365
|
+
BOOKOOK_SECURITIES: 'BOOKOOK_SECURITIES',
|
|
366
|
+
/**
|
|
367
|
+
* 삼성증권
|
|
368
|
+
*/
|
|
369
|
+
SAMSUNG_SECURITIES: 'SAMSUNG_SECURITIES',
|
|
370
|
+
/**
|
|
371
|
+
* 신영증권
|
|
372
|
+
*/
|
|
373
|
+
SHINYOUNG_SECURITIES: 'SHINYOUNG_SECURITIES',
|
|
374
|
+
/**
|
|
375
|
+
* 신한금융투자
|
|
376
|
+
*/
|
|
377
|
+
SHINHAN_FINANCIAL_INVESTMENT: 'SHINHAN_FINANCIAL_INVESTMENT',
|
|
378
|
+
/**
|
|
379
|
+
* 유안타증권
|
|
380
|
+
*/
|
|
381
|
+
YUANTA_SECURITIES: 'YUANTA_SECURITIES',
|
|
382
|
+
/**
|
|
383
|
+
* 유진투자증권
|
|
384
|
+
*/
|
|
385
|
+
EUGENE_INVESTMENT_SECURITIES: 'EUGENE_INVESTMENT_SECURITIES',
|
|
386
|
+
/**
|
|
387
|
+
* 카카오페이증권
|
|
388
|
+
*/
|
|
389
|
+
KAKAO_PAY_SECURITIES: 'KAKAO_PAY_SECURITIES',
|
|
390
|
+
/**
|
|
391
|
+
* 토스증권
|
|
392
|
+
*/
|
|
393
|
+
TOSS_SECURITIES: 'TOSS_SECURITIES',
|
|
394
|
+
/**
|
|
395
|
+
* 한국포스증권
|
|
396
|
+
*/
|
|
397
|
+
KOREA_FOSS_SECURITIES: 'KOREA_FOSS_SECURITIES',
|
|
398
|
+
/**
|
|
399
|
+
* 하나금융투자
|
|
400
|
+
*/
|
|
401
|
+
HANA_FINANCIAL_INVESTMENT: 'HANA_FINANCIAL_INVESTMENT',
|
|
402
|
+
/**
|
|
403
|
+
* 하이투자증권
|
|
404
|
+
*/
|
|
405
|
+
HI_INVESTMENT_SECURITIES: 'HI_INVESTMENT_SECURITIES',
|
|
406
|
+
/**
|
|
407
|
+
* 한국투자증권
|
|
408
|
+
*/
|
|
409
|
+
KOREA_INVESTMENT_SECURITIES: 'KOREA_INVESTMENT_SECURITIES',
|
|
410
|
+
/**
|
|
411
|
+
* 한화투자증권
|
|
412
|
+
*/
|
|
413
|
+
HANWHA_INVESTMENT_SECURITIES: 'HANWHA_INVESTMENT_SECURITIES',
|
|
414
|
+
/**
|
|
415
|
+
* 현대차증권자
|
|
416
|
+
*/
|
|
417
|
+
HYUNDAI_MOTOR_SECURITIES: 'HYUNDAI_MOTOR_SECURITIES',
|
|
418
|
+
/**
|
|
419
|
+
* DB금융투자자
|
|
420
|
+
*/
|
|
421
|
+
DB_FINANCIAL_INVESTMENT: 'DB_FINANCIAL_INVESTMENT',
|
|
422
|
+
/**
|
|
423
|
+
* KB증권
|
|
424
|
+
*/
|
|
425
|
+
KB_SECURITIES: 'KB_SECURITIES',
|
|
426
|
+
/**
|
|
427
|
+
* KTB투자증권
|
|
428
|
+
*/
|
|
429
|
+
KTB_INVESTMENT_SECURITIES: 'KTB_INVESTMENT_SECURITIES',
|
|
430
|
+
/**
|
|
431
|
+
* NH투자증권
|
|
432
|
+
*/
|
|
433
|
+
NH_INVESTMENT_SECURITIES: 'NH_INVESTMENT_SECURITIES',
|
|
434
|
+
/**
|
|
435
|
+
* SK증권
|
|
436
|
+
*/
|
|
437
|
+
SK_SECURITIES: 'SK_SECURITIES',
|
|
438
|
+
/**
|
|
439
|
+
* 서울보증보험
|
|
440
|
+
*/
|
|
441
|
+
SCI: 'SCI',
|
|
442
|
+
/**
|
|
443
|
+
* 키움증권
|
|
444
|
+
*/
|
|
445
|
+
KIWOOM_SECURITIES: 'KIWOOM_SECURITIES',
|
|
446
|
+
/**
|
|
447
|
+
* 이베스트증권
|
|
448
|
+
*/
|
|
449
|
+
EBEST_INVESTMENT_SECURITIES: 'EBEST_INVESTMENT_SECURITIES',
|
|
450
|
+
/**
|
|
451
|
+
* 케이프투자증권
|
|
452
|
+
*/
|
|
453
|
+
CAPE_INVESTMENT_CERTIFICATE: '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
|
-
|
|
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
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
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 = {
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
498
|
+
/**
|
|
499
|
+
* KDB산업은행 카드
|
|
500
|
+
*/
|
|
501
|
+
KOREA_DEVELOPMENT_BANK: 'KOREA_DEVELOPMENT_BANK',
|
|
502
|
+
/**
|
|
503
|
+
* 새마을금고 카드
|
|
504
|
+
*/
|
|
505
|
+
KFCC: 'KFCC',
|
|
506
|
+
/**
|
|
507
|
+
* 신협 카드
|
|
508
|
+
*/
|
|
509
|
+
SHINHYUP: 'SHINHYUP',
|
|
510
|
+
/**
|
|
511
|
+
* 우체국 카드
|
|
512
|
+
*/
|
|
513
|
+
EPOST: 'EPOST',
|
|
514
|
+
/**
|
|
515
|
+
* 저축은행 카드
|
|
516
|
+
*/
|
|
517
|
+
SAVINGS_BANK_KOREA: 'SAVINGS_BANK_KOREA',
|
|
518
|
+
/**
|
|
519
|
+
* 카카오뱅크 카드
|
|
520
|
+
*/
|
|
521
|
+
KAKAO_BANK: 'KAKAO_BANK',
|
|
522
|
+
/**
|
|
523
|
+
* 우리카드
|
|
524
|
+
*/
|
|
525
|
+
WOORI_CARD: 'WOORI_CARD',
|
|
526
|
+
/**
|
|
527
|
+
* BC카드
|
|
528
|
+
*/
|
|
529
|
+
BC_CARD: 'BC_CARD',
|
|
530
|
+
/**
|
|
531
|
+
* 광주카드
|
|
532
|
+
*/
|
|
533
|
+
GWANGJU_CARD: 'GWANGJU_CARD',
|
|
534
|
+
/**
|
|
535
|
+
* 삼성카드
|
|
536
|
+
*/
|
|
537
|
+
SAMSUNG_CARD: 'SAMSUNG_CARD',
|
|
538
|
+
/**
|
|
539
|
+
* 신한카드
|
|
540
|
+
*/
|
|
541
|
+
SHINHAN_CARD: 'SHINHAN_CARD',
|
|
542
|
+
/**
|
|
543
|
+
* 현대카드
|
|
544
|
+
*/
|
|
545
|
+
HYUNDAI_CARD: 'HYUNDAI_CARD',
|
|
546
|
+
/**
|
|
547
|
+
* 롯데카드
|
|
548
|
+
*/
|
|
549
|
+
LOTTE_CARD: 'LOTTE_CARD',
|
|
550
|
+
/**
|
|
551
|
+
* 수협카드
|
|
552
|
+
*/
|
|
553
|
+
SUHYUP_CARD: 'SUHYUP_CARD',
|
|
554
|
+
/**
|
|
555
|
+
* 씨티카드
|
|
556
|
+
*/
|
|
557
|
+
CITI_CARD: 'CITI_CARD',
|
|
558
|
+
/**
|
|
559
|
+
* NH 농협카드
|
|
560
|
+
*/
|
|
561
|
+
NH_CARD: 'NH_CARD',
|
|
562
|
+
/**
|
|
563
|
+
* 전북카드
|
|
564
|
+
*/
|
|
565
|
+
JEONBUK_CARD: 'JEONBUK_CARD',
|
|
566
|
+
/**
|
|
567
|
+
* 제주카드
|
|
568
|
+
*/
|
|
569
|
+
JEJU_CARD: 'JEJU_CARD',
|
|
570
|
+
/**
|
|
571
|
+
* 하나카드
|
|
572
|
+
*/
|
|
573
|
+
HANA_CARD: 'HANA_CARD',
|
|
574
|
+
/**
|
|
575
|
+
* 국민카드
|
|
576
|
+
*/
|
|
577
|
+
KOOKMIN_CARD: 'KOOKMIN_CARD',
|
|
578
|
+
/**
|
|
579
|
+
* K뱅크 카드
|
|
580
|
+
*/
|
|
581
|
+
K_BANK: 'K_BANK',
|
|
582
|
+
/**
|
|
583
|
+
* 토스뱅크 카드
|
|
584
|
+
*/
|
|
585
|
+
TOSS_BANK: 'TOSS_BANK',
|
|
586
|
+
/**
|
|
587
|
+
* 미래에셋증권 카드
|
|
588
|
+
*/
|
|
589
|
+
MIRAE_ASSET_SECURITIES: '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 = {
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
598
|
+
/**
|
|
599
|
+
* SK텔레콤
|
|
600
|
+
*/
|
|
601
|
+
SKT: 'SKT',
|
|
602
|
+
/**
|
|
603
|
+
* KT
|
|
604
|
+
*/
|
|
605
|
+
KT: 'KT',
|
|
606
|
+
/**
|
|
607
|
+
* LG U+
|
|
608
|
+
*/
|
|
609
|
+
LGU: 'LGU',
|
|
610
|
+
/**
|
|
611
|
+
* 헬로모바일
|
|
612
|
+
*/
|
|
613
|
+
HELLO: 'HELLO',
|
|
614
|
+
/**
|
|
615
|
+
* 티플러스
|
|
616
|
+
*/
|
|
617
|
+
KCT: 'KCT',
|
|
618
|
+
/**
|
|
619
|
+
* SK 7mobile
|
|
620
|
+
*/
|
|
621
|
+
SK7: 'SK7',
|
|
223
622
|
};
|
|
224
623
|
|
|
225
|
-
//
|
|
226
|
-
//
|
|
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: 'PERSONAL',
|
|
634
|
+
/**
|
|
635
|
+
* 지출증빙(사업자)
|
|
636
|
+
*/
|
|
637
|
+
CORPORATE: 'CORPORATE',
|
|
638
|
+
/**
|
|
639
|
+
* 미발행(PG 설정에 따라 무기명으로 자진 발급될 수 있음)
|
|
640
|
+
*/
|
|
641
|
+
ANONYMOUS: '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
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
652
|
+
/**
|
|
653
|
+
* Afghanistan
|
|
654
|
+
*/
|
|
655
|
+
AF: 'AF',
|
|
656
|
+
/**
|
|
657
|
+
* Åland Islands
|
|
658
|
+
*/
|
|
659
|
+
AX: 'AX',
|
|
660
|
+
/**
|
|
661
|
+
* Albania
|
|
662
|
+
*/
|
|
663
|
+
AL: 'AL',
|
|
664
|
+
/**
|
|
665
|
+
* Algeria
|
|
666
|
+
*/
|
|
667
|
+
DZ: 'DZ',
|
|
668
|
+
/**
|
|
669
|
+
* American Samoa
|
|
670
|
+
*/
|
|
671
|
+
AS: 'AS',
|
|
672
|
+
/**
|
|
673
|
+
* Andorra
|
|
674
|
+
*/
|
|
675
|
+
AD: 'AD',
|
|
676
|
+
/**
|
|
677
|
+
* Angola
|
|
678
|
+
*/
|
|
679
|
+
AO: 'AO',
|
|
680
|
+
/**
|
|
681
|
+
* Anguilla
|
|
682
|
+
*/
|
|
683
|
+
AI: 'AI',
|
|
684
|
+
/**
|
|
685
|
+
* Antarctica
|
|
686
|
+
*/
|
|
687
|
+
AQ: 'AQ',
|
|
688
|
+
/**
|
|
689
|
+
* Antigua and Barbuda
|
|
690
|
+
*/
|
|
691
|
+
AG: 'AG',
|
|
692
|
+
/**
|
|
693
|
+
* Argentina
|
|
694
|
+
*/
|
|
695
|
+
AR: 'AR',
|
|
696
|
+
/**
|
|
697
|
+
* Armenia
|
|
698
|
+
*/
|
|
699
|
+
AM: 'AM',
|
|
700
|
+
/**
|
|
701
|
+
* Aruba
|
|
702
|
+
*/
|
|
703
|
+
AW: 'AW',
|
|
704
|
+
/**
|
|
705
|
+
* Australia
|
|
706
|
+
*/
|
|
707
|
+
AU: 'AU',
|
|
708
|
+
/**
|
|
709
|
+
* Austria
|
|
710
|
+
*/
|
|
711
|
+
AT: 'AT',
|
|
712
|
+
/**
|
|
713
|
+
* Azerbaijan
|
|
714
|
+
*/
|
|
715
|
+
AZ: 'AZ',
|
|
716
|
+
/**
|
|
717
|
+
* Bahrain
|
|
718
|
+
*/
|
|
719
|
+
BH: 'BH',
|
|
720
|
+
/**
|
|
721
|
+
* Bahamas
|
|
722
|
+
*/
|
|
723
|
+
BS: 'BS',
|
|
724
|
+
/**
|
|
725
|
+
* Bangladesh
|
|
726
|
+
*/
|
|
727
|
+
BD: 'BD',
|
|
728
|
+
/**
|
|
729
|
+
* Barbados
|
|
730
|
+
*/
|
|
731
|
+
BB: 'BB',
|
|
732
|
+
/**
|
|
733
|
+
* Belarus
|
|
734
|
+
*/
|
|
735
|
+
BY: 'BY',
|
|
736
|
+
/**
|
|
737
|
+
* Belgium
|
|
738
|
+
*/
|
|
739
|
+
BE: 'BE',
|
|
740
|
+
/**
|
|
741
|
+
* Belize
|
|
742
|
+
*/
|
|
743
|
+
BZ: 'BZ',
|
|
744
|
+
/**
|
|
745
|
+
* Benin
|
|
746
|
+
*/
|
|
747
|
+
BJ: 'BJ',
|
|
748
|
+
/**
|
|
749
|
+
* Bermuda
|
|
750
|
+
*/
|
|
751
|
+
BM: 'BM',
|
|
752
|
+
/**
|
|
753
|
+
* Bhutan
|
|
754
|
+
*/
|
|
755
|
+
BT: 'BT',
|
|
756
|
+
/**
|
|
757
|
+
* Bolivia, Plurinational State of
|
|
758
|
+
*/
|
|
759
|
+
BO: 'BO',
|
|
760
|
+
/**
|
|
761
|
+
* Bonaire, Sint Eustatius and Saba
|
|
762
|
+
*/
|
|
763
|
+
BQ: 'BQ',
|
|
764
|
+
/**
|
|
765
|
+
* Bosnia and Herzegovina
|
|
766
|
+
*/
|
|
767
|
+
BA: 'BA',
|
|
768
|
+
/**
|
|
769
|
+
* Botswana
|
|
770
|
+
*/
|
|
771
|
+
BW: 'BW',
|
|
772
|
+
/**
|
|
773
|
+
* Bouvet Island
|
|
774
|
+
*/
|
|
775
|
+
BV: 'BV',
|
|
776
|
+
/**
|
|
777
|
+
* Brazil
|
|
778
|
+
*/
|
|
779
|
+
BR: 'BR',
|
|
780
|
+
/**
|
|
781
|
+
* British Indian Ocean Territory
|
|
782
|
+
*/
|
|
783
|
+
IO: 'IO',
|
|
784
|
+
/**
|
|
785
|
+
* Brunei Darussalam
|
|
786
|
+
*/
|
|
787
|
+
BN: 'BN',
|
|
788
|
+
/**
|
|
789
|
+
* Bulgaria
|
|
790
|
+
*/
|
|
791
|
+
BG: 'BG',
|
|
792
|
+
/**
|
|
793
|
+
* Burkina Faso
|
|
794
|
+
*/
|
|
795
|
+
BF: 'BF',
|
|
796
|
+
/**
|
|
797
|
+
* Burundi
|
|
798
|
+
*/
|
|
799
|
+
BI: 'BI',
|
|
800
|
+
/**
|
|
801
|
+
* Cambodia
|
|
802
|
+
*/
|
|
803
|
+
KH: 'KH',
|
|
804
|
+
/**
|
|
805
|
+
* Cameroon
|
|
806
|
+
*/
|
|
807
|
+
CM: 'CM',
|
|
808
|
+
/**
|
|
809
|
+
* Canada
|
|
810
|
+
*/
|
|
811
|
+
CA: 'CA',
|
|
812
|
+
/**
|
|
813
|
+
* Cape Verde
|
|
814
|
+
*/
|
|
815
|
+
CV: 'CV',
|
|
816
|
+
/**
|
|
817
|
+
* Cayman Islands
|
|
818
|
+
*/
|
|
819
|
+
KY: 'KY',
|
|
820
|
+
/**
|
|
821
|
+
* Central African Republic
|
|
822
|
+
*/
|
|
823
|
+
CF: 'CF',
|
|
824
|
+
/**
|
|
825
|
+
* Chad
|
|
826
|
+
*/
|
|
827
|
+
TD: 'TD',
|
|
828
|
+
/**
|
|
829
|
+
* Chile
|
|
830
|
+
*/
|
|
831
|
+
CL: 'CL',
|
|
832
|
+
/**
|
|
833
|
+
* China
|
|
834
|
+
*/
|
|
835
|
+
CN: 'CN',
|
|
836
|
+
/**
|
|
837
|
+
* Christmas Island
|
|
838
|
+
*/
|
|
839
|
+
CX: 'CX',
|
|
840
|
+
/**
|
|
841
|
+
* Cocos (Keeling) Islands
|
|
842
|
+
*/
|
|
843
|
+
CC: 'CC',
|
|
844
|
+
/**
|
|
845
|
+
* Colombia
|
|
846
|
+
*/
|
|
847
|
+
CO: 'CO',
|
|
848
|
+
/**
|
|
849
|
+
* Comoros
|
|
850
|
+
*/
|
|
851
|
+
KM: 'KM',
|
|
852
|
+
/**
|
|
853
|
+
* Congo
|
|
854
|
+
*/
|
|
855
|
+
CG: 'CG',
|
|
856
|
+
/**
|
|
857
|
+
* Congo, the Democratic Republic of the
|
|
858
|
+
*/
|
|
859
|
+
CD: 'CD',
|
|
860
|
+
/**
|
|
861
|
+
* Cook Islands
|
|
862
|
+
*/
|
|
863
|
+
CK: 'CK',
|
|
864
|
+
/**
|
|
865
|
+
* Costa Rica
|
|
866
|
+
*/
|
|
867
|
+
CR: 'CR',
|
|
868
|
+
/**
|
|
869
|
+
* Côte d'Ivoire
|
|
870
|
+
*/
|
|
871
|
+
CI: 'CI',
|
|
872
|
+
/**
|
|
873
|
+
* Croatia
|
|
874
|
+
*/
|
|
875
|
+
HR: 'HR',
|
|
876
|
+
/**
|
|
877
|
+
* Cuba
|
|
878
|
+
*/
|
|
879
|
+
CU: 'CU',
|
|
880
|
+
/**
|
|
881
|
+
* Curaçao
|
|
882
|
+
*/
|
|
883
|
+
CW: 'CW',
|
|
884
|
+
/**
|
|
885
|
+
* Cyprus
|
|
886
|
+
*/
|
|
887
|
+
CY: 'CY',
|
|
888
|
+
/**
|
|
889
|
+
* Czech Republic
|
|
890
|
+
*/
|
|
891
|
+
CZ: 'CZ',
|
|
892
|
+
/**
|
|
893
|
+
* Denmark
|
|
894
|
+
*/
|
|
895
|
+
DK: 'DK',
|
|
896
|
+
/**
|
|
897
|
+
* Djibouti
|
|
898
|
+
*/
|
|
899
|
+
DJ: 'DJ',
|
|
900
|
+
/**
|
|
901
|
+
* Dominica
|
|
902
|
+
*/
|
|
903
|
+
DM: 'DM',
|
|
904
|
+
/**
|
|
905
|
+
* Dominican Republic
|
|
906
|
+
*/
|
|
907
|
+
DO: 'DO',
|
|
908
|
+
/**
|
|
909
|
+
* Ecuador
|
|
910
|
+
*/
|
|
911
|
+
EC: 'EC',
|
|
912
|
+
/**
|
|
913
|
+
* Egypt
|
|
914
|
+
*/
|
|
915
|
+
EG: 'EG',
|
|
916
|
+
/**
|
|
917
|
+
* El Salvador
|
|
918
|
+
*/
|
|
919
|
+
SV: 'SV',
|
|
920
|
+
/**
|
|
921
|
+
* Equatorial Guinea
|
|
922
|
+
*/
|
|
923
|
+
GQ: 'GQ',
|
|
924
|
+
/**
|
|
925
|
+
* Eritrea
|
|
926
|
+
*/
|
|
927
|
+
ER: 'ER',
|
|
928
|
+
/**
|
|
929
|
+
* Estonia
|
|
930
|
+
*/
|
|
931
|
+
EE: 'EE',
|
|
932
|
+
/**
|
|
933
|
+
* Ethiopia
|
|
934
|
+
*/
|
|
935
|
+
ET: 'ET',
|
|
936
|
+
/**
|
|
937
|
+
* Falkland Islands (Malvinas)
|
|
938
|
+
*/
|
|
939
|
+
FK: 'FK',
|
|
940
|
+
/**
|
|
941
|
+
* Faroe Islands
|
|
942
|
+
*/
|
|
943
|
+
FO: 'FO',
|
|
944
|
+
/**
|
|
945
|
+
* Fiji
|
|
946
|
+
*/
|
|
947
|
+
FJ: 'FJ',
|
|
948
|
+
/**
|
|
949
|
+
* Finland
|
|
950
|
+
*/
|
|
951
|
+
FI: 'FI',
|
|
952
|
+
/**
|
|
953
|
+
* France
|
|
954
|
+
*/
|
|
955
|
+
FR: 'FR',
|
|
956
|
+
/**
|
|
957
|
+
* French Guiana
|
|
958
|
+
*/
|
|
959
|
+
GF: 'GF',
|
|
960
|
+
/**
|
|
961
|
+
* French Polynesia
|
|
962
|
+
*/
|
|
963
|
+
PF: 'PF',
|
|
964
|
+
/**
|
|
965
|
+
* French Southern Territories
|
|
966
|
+
*/
|
|
967
|
+
TF: 'TF',
|
|
968
|
+
/**
|
|
969
|
+
* Gabon
|
|
970
|
+
*/
|
|
971
|
+
GA: 'GA',
|
|
972
|
+
/**
|
|
973
|
+
* Gambia
|
|
974
|
+
*/
|
|
975
|
+
GM: 'GM',
|
|
976
|
+
/**
|
|
977
|
+
* Georgia
|
|
978
|
+
*/
|
|
979
|
+
GE: 'GE',
|
|
980
|
+
/**
|
|
981
|
+
* Germany
|
|
982
|
+
*/
|
|
983
|
+
DE: 'DE',
|
|
984
|
+
/**
|
|
985
|
+
* Ghana
|
|
986
|
+
*/
|
|
987
|
+
GH: 'GH',
|
|
988
|
+
/**
|
|
989
|
+
* Gibraltar
|
|
990
|
+
*/
|
|
991
|
+
GI: 'GI',
|
|
992
|
+
/**
|
|
993
|
+
* Greece
|
|
994
|
+
*/
|
|
995
|
+
GR: 'GR',
|
|
996
|
+
/**
|
|
997
|
+
* Greenland
|
|
998
|
+
*/
|
|
999
|
+
GL: 'GL',
|
|
1000
|
+
/**
|
|
1001
|
+
* Grenada
|
|
1002
|
+
*/
|
|
1003
|
+
GD: 'GD',
|
|
1004
|
+
/**
|
|
1005
|
+
* Guadeloupe
|
|
1006
|
+
*/
|
|
1007
|
+
GP: 'GP',
|
|
1008
|
+
/**
|
|
1009
|
+
* Guam
|
|
1010
|
+
*/
|
|
1011
|
+
GU: 'GU',
|
|
1012
|
+
/**
|
|
1013
|
+
* Guatemala
|
|
1014
|
+
*/
|
|
1015
|
+
GT: 'GT',
|
|
1016
|
+
/**
|
|
1017
|
+
* Guernsey
|
|
1018
|
+
*/
|
|
1019
|
+
GG: 'GG',
|
|
1020
|
+
/**
|
|
1021
|
+
* Guinea
|
|
1022
|
+
*/
|
|
1023
|
+
GN: 'GN',
|
|
1024
|
+
/**
|
|
1025
|
+
* Guinea-Bissau
|
|
1026
|
+
*/
|
|
1027
|
+
GW: 'GW',
|
|
1028
|
+
/**
|
|
1029
|
+
* Guyana
|
|
1030
|
+
*/
|
|
1031
|
+
GY: 'GY',
|
|
1032
|
+
/**
|
|
1033
|
+
* Haiti
|
|
1034
|
+
*/
|
|
1035
|
+
HT: 'HT',
|
|
1036
|
+
/**
|
|
1037
|
+
* Heard Island and McDonald Islands
|
|
1038
|
+
*/
|
|
1039
|
+
HM: 'HM',
|
|
1040
|
+
/**
|
|
1041
|
+
* Holy See (Vatican City State)
|
|
1042
|
+
*/
|
|
1043
|
+
VA: 'VA',
|
|
1044
|
+
/**
|
|
1045
|
+
* Honduras
|
|
1046
|
+
*/
|
|
1047
|
+
HN: 'HN',
|
|
1048
|
+
/**
|
|
1049
|
+
* Hong Kong
|
|
1050
|
+
*/
|
|
1051
|
+
HK: 'HK',
|
|
1052
|
+
/**
|
|
1053
|
+
* Hungary
|
|
1054
|
+
*/
|
|
1055
|
+
HU: 'HU',
|
|
1056
|
+
/**
|
|
1057
|
+
* Iceland
|
|
1058
|
+
*/
|
|
1059
|
+
IS: 'IS',
|
|
1060
|
+
/**
|
|
1061
|
+
* India
|
|
1062
|
+
*/
|
|
1063
|
+
IN: 'IN',
|
|
1064
|
+
/**
|
|
1065
|
+
* Indonesia
|
|
1066
|
+
*/
|
|
1067
|
+
ID: 'ID',
|
|
1068
|
+
/**
|
|
1069
|
+
* Iran, Islamic Republic of
|
|
1070
|
+
*/
|
|
1071
|
+
IR: 'IR',
|
|
1072
|
+
/**
|
|
1073
|
+
* Iraq
|
|
1074
|
+
*/
|
|
1075
|
+
IQ: 'IQ',
|
|
1076
|
+
/**
|
|
1077
|
+
* Ireland
|
|
1078
|
+
*/
|
|
1079
|
+
IE: 'IE',
|
|
1080
|
+
/**
|
|
1081
|
+
* Isle of Man
|
|
1082
|
+
*/
|
|
1083
|
+
IM: 'IM',
|
|
1084
|
+
/**
|
|
1085
|
+
* Israel
|
|
1086
|
+
*/
|
|
1087
|
+
IL: 'IL',
|
|
1088
|
+
/**
|
|
1089
|
+
* Italy
|
|
1090
|
+
*/
|
|
1091
|
+
IT: 'IT',
|
|
1092
|
+
/**
|
|
1093
|
+
* Jamaica
|
|
1094
|
+
*/
|
|
1095
|
+
JM: 'JM',
|
|
1096
|
+
/**
|
|
1097
|
+
* Japan
|
|
1098
|
+
*/
|
|
1099
|
+
JP: 'JP',
|
|
1100
|
+
/**
|
|
1101
|
+
* Jersey
|
|
1102
|
+
*/
|
|
1103
|
+
JE: 'JE',
|
|
1104
|
+
/**
|
|
1105
|
+
* Jordan
|
|
1106
|
+
*/
|
|
1107
|
+
JO: 'JO',
|
|
1108
|
+
/**
|
|
1109
|
+
* Kazakhstan
|
|
1110
|
+
*/
|
|
1111
|
+
KZ: 'KZ',
|
|
1112
|
+
/**
|
|
1113
|
+
* Kenya
|
|
1114
|
+
*/
|
|
1115
|
+
KE: 'KE',
|
|
1116
|
+
/**
|
|
1117
|
+
* Kiribati
|
|
1118
|
+
*/
|
|
1119
|
+
KI: 'KI',
|
|
1120
|
+
/**
|
|
1121
|
+
* Korea, Democratic People's Republic of
|
|
1122
|
+
*/
|
|
1123
|
+
KP: 'KP',
|
|
1124
|
+
/**
|
|
1125
|
+
* Korea, Republic of
|
|
1126
|
+
*/
|
|
1127
|
+
KR: 'KR',
|
|
1128
|
+
/**
|
|
1129
|
+
* Kuwait
|
|
1130
|
+
*/
|
|
1131
|
+
KW: 'KW',
|
|
1132
|
+
/**
|
|
1133
|
+
* Kyrgyzstan
|
|
1134
|
+
*/
|
|
1135
|
+
KG: 'KG',
|
|
1136
|
+
/**
|
|
1137
|
+
* Lao People's Democratic Republic
|
|
1138
|
+
*/
|
|
1139
|
+
LA: 'LA',
|
|
1140
|
+
/**
|
|
1141
|
+
* Latvia
|
|
1142
|
+
*/
|
|
1143
|
+
LV: 'LV',
|
|
1144
|
+
/**
|
|
1145
|
+
* Lebanon
|
|
1146
|
+
*/
|
|
1147
|
+
LB: 'LB',
|
|
1148
|
+
/**
|
|
1149
|
+
* Lesotho
|
|
1150
|
+
*/
|
|
1151
|
+
LS: 'LS',
|
|
1152
|
+
/**
|
|
1153
|
+
* Liberia
|
|
1154
|
+
*/
|
|
1155
|
+
LR: 'LR',
|
|
1156
|
+
/**
|
|
1157
|
+
* Libya
|
|
1158
|
+
*/
|
|
1159
|
+
LY: 'LY',
|
|
1160
|
+
/**
|
|
1161
|
+
* Liechtenstein
|
|
1162
|
+
*/
|
|
1163
|
+
LI: 'LI',
|
|
1164
|
+
/**
|
|
1165
|
+
* Lithuania
|
|
1166
|
+
*/
|
|
1167
|
+
LT: 'LT',
|
|
1168
|
+
/**
|
|
1169
|
+
* Luxembourg
|
|
1170
|
+
*/
|
|
1171
|
+
LU: 'LU',
|
|
1172
|
+
/**
|
|
1173
|
+
* Macao
|
|
1174
|
+
*/
|
|
1175
|
+
MO: 'MO',
|
|
1176
|
+
/**
|
|
1177
|
+
* Macedonia, the Former Yugoslav Republic of
|
|
1178
|
+
*/
|
|
1179
|
+
MK: 'MK',
|
|
1180
|
+
/**
|
|
1181
|
+
* Madagascar
|
|
1182
|
+
*/
|
|
1183
|
+
MG: 'MG',
|
|
1184
|
+
/**
|
|
1185
|
+
* Malawi
|
|
1186
|
+
*/
|
|
1187
|
+
MW: 'MW',
|
|
1188
|
+
/**
|
|
1189
|
+
* Malaysia
|
|
1190
|
+
*/
|
|
1191
|
+
MY: 'MY',
|
|
1192
|
+
/**
|
|
1193
|
+
* Maldives
|
|
1194
|
+
*/
|
|
1195
|
+
MV: 'MV',
|
|
1196
|
+
/**
|
|
1197
|
+
* Mali
|
|
1198
|
+
*/
|
|
1199
|
+
ML: 'ML',
|
|
1200
|
+
/**
|
|
1201
|
+
* Malta
|
|
1202
|
+
*/
|
|
1203
|
+
MT: 'MT',
|
|
1204
|
+
/**
|
|
1205
|
+
* Marshall Islands
|
|
1206
|
+
*/
|
|
1207
|
+
MH: 'MH',
|
|
1208
|
+
/**
|
|
1209
|
+
* Martinique
|
|
1210
|
+
*/
|
|
1211
|
+
MQ: 'MQ',
|
|
1212
|
+
/**
|
|
1213
|
+
* Mauritania
|
|
1214
|
+
*/
|
|
1215
|
+
MR: 'MR',
|
|
1216
|
+
/**
|
|
1217
|
+
* Mauritius
|
|
1218
|
+
*/
|
|
1219
|
+
MU: 'MU',
|
|
1220
|
+
/**
|
|
1221
|
+
* Mayotte
|
|
1222
|
+
*/
|
|
1223
|
+
YT: 'YT',
|
|
1224
|
+
/**
|
|
1225
|
+
* Mexico
|
|
1226
|
+
*/
|
|
1227
|
+
MX: 'MX',
|
|
1228
|
+
/**
|
|
1229
|
+
* Micronesia, Federated States of
|
|
1230
|
+
*/
|
|
1231
|
+
FM: 'FM',
|
|
1232
|
+
/**
|
|
1233
|
+
* Moldova, Republic of
|
|
1234
|
+
*/
|
|
1235
|
+
MD: 'MD',
|
|
1236
|
+
/**
|
|
1237
|
+
* Monaco
|
|
1238
|
+
*/
|
|
1239
|
+
MC: 'MC',
|
|
1240
|
+
/**
|
|
1241
|
+
* Mongolia
|
|
1242
|
+
*/
|
|
1243
|
+
MN: 'MN',
|
|
1244
|
+
/**
|
|
1245
|
+
* Montenegro
|
|
1246
|
+
*/
|
|
1247
|
+
ME: 'ME',
|
|
1248
|
+
/**
|
|
1249
|
+
* Montserrat
|
|
1250
|
+
*/
|
|
1251
|
+
MS: 'MS',
|
|
1252
|
+
/**
|
|
1253
|
+
* Morocco
|
|
1254
|
+
*/
|
|
1255
|
+
MA: 'MA',
|
|
1256
|
+
/**
|
|
1257
|
+
* Mozambique
|
|
1258
|
+
*/
|
|
1259
|
+
MZ: 'MZ',
|
|
1260
|
+
/**
|
|
1261
|
+
* Myanmar
|
|
1262
|
+
*/
|
|
1263
|
+
MM: 'MM',
|
|
1264
|
+
/**
|
|
1265
|
+
* Namibia
|
|
1266
|
+
*/
|
|
1267
|
+
NA: 'NA',
|
|
1268
|
+
/**
|
|
1269
|
+
* Nauru
|
|
1270
|
+
*/
|
|
1271
|
+
NR: 'NR',
|
|
1272
|
+
/**
|
|
1273
|
+
* Nepal
|
|
1274
|
+
*/
|
|
1275
|
+
NP: 'NP',
|
|
1276
|
+
/**
|
|
1277
|
+
* Netherlands
|
|
1278
|
+
*/
|
|
1279
|
+
NL: 'NL',
|
|
1280
|
+
/**
|
|
1281
|
+
* New Caledonia
|
|
1282
|
+
*/
|
|
1283
|
+
NC: 'NC',
|
|
1284
|
+
/**
|
|
1285
|
+
* New Zealand
|
|
1286
|
+
*/
|
|
1287
|
+
NZ: 'NZ',
|
|
1288
|
+
/**
|
|
1289
|
+
* Nicaragua
|
|
1290
|
+
*/
|
|
1291
|
+
NI: 'NI',
|
|
1292
|
+
/**
|
|
1293
|
+
* Niger
|
|
1294
|
+
*/
|
|
1295
|
+
NE: 'NE',
|
|
1296
|
+
/**
|
|
1297
|
+
* Nigeria
|
|
1298
|
+
*/
|
|
1299
|
+
NG: 'NG',
|
|
1300
|
+
/**
|
|
1301
|
+
* Niue
|
|
1302
|
+
*/
|
|
1303
|
+
NU: 'NU',
|
|
1304
|
+
/**
|
|
1305
|
+
* Norfolk Island
|
|
1306
|
+
*/
|
|
1307
|
+
NF: 'NF',
|
|
1308
|
+
/**
|
|
1309
|
+
* Northern Mariana Islands
|
|
1310
|
+
*/
|
|
1311
|
+
MP: 'MP',
|
|
1312
|
+
/**
|
|
1313
|
+
* Norway
|
|
1314
|
+
*/
|
|
1315
|
+
NO: 'NO',
|
|
1316
|
+
/**
|
|
1317
|
+
* Oman
|
|
1318
|
+
*/
|
|
1319
|
+
OM: 'OM',
|
|
1320
|
+
/**
|
|
1321
|
+
* Pakistan
|
|
1322
|
+
*/
|
|
1323
|
+
PK: 'PK',
|
|
1324
|
+
/**
|
|
1325
|
+
* Palau
|
|
1326
|
+
*/
|
|
1327
|
+
PW: 'PW',
|
|
1328
|
+
/**
|
|
1329
|
+
* Palestine, State of
|
|
1330
|
+
*/
|
|
1331
|
+
PS: 'PS',
|
|
1332
|
+
/**
|
|
1333
|
+
* Panama
|
|
1334
|
+
*/
|
|
1335
|
+
PA: 'PA',
|
|
1336
|
+
/**
|
|
1337
|
+
* Papua New Guinea
|
|
1338
|
+
*/
|
|
1339
|
+
PG: 'PG',
|
|
1340
|
+
/**
|
|
1341
|
+
* Paraguay
|
|
1342
|
+
*/
|
|
1343
|
+
PY: 'PY',
|
|
1344
|
+
/**
|
|
1345
|
+
* Peru
|
|
1346
|
+
*/
|
|
1347
|
+
PE: 'PE',
|
|
1348
|
+
/**
|
|
1349
|
+
* Philippines
|
|
1350
|
+
*/
|
|
1351
|
+
PH: 'PH',
|
|
1352
|
+
/**
|
|
1353
|
+
* Pitcairn
|
|
1354
|
+
*/
|
|
1355
|
+
PN: 'PN',
|
|
1356
|
+
/**
|
|
1357
|
+
* Poland
|
|
1358
|
+
*/
|
|
1359
|
+
PL: 'PL',
|
|
1360
|
+
/**
|
|
1361
|
+
* Portugal
|
|
1362
|
+
*/
|
|
1363
|
+
PT: 'PT',
|
|
1364
|
+
/**
|
|
1365
|
+
* Puerto Rico
|
|
1366
|
+
*/
|
|
1367
|
+
PR: 'PR',
|
|
1368
|
+
/**
|
|
1369
|
+
* Qatar
|
|
1370
|
+
*/
|
|
1371
|
+
QA: 'QA',
|
|
1372
|
+
/**
|
|
1373
|
+
* Réunion
|
|
1374
|
+
*/
|
|
1375
|
+
RE: 'RE',
|
|
1376
|
+
/**
|
|
1377
|
+
* Romania
|
|
1378
|
+
*/
|
|
1379
|
+
RO: 'RO',
|
|
1380
|
+
/**
|
|
1381
|
+
* Russian Federation
|
|
1382
|
+
*/
|
|
1383
|
+
RU: 'RU',
|
|
1384
|
+
/**
|
|
1385
|
+
* Rwanda
|
|
1386
|
+
*/
|
|
1387
|
+
RW: 'RW',
|
|
1388
|
+
/**
|
|
1389
|
+
* Saint Barthélemy
|
|
1390
|
+
*/
|
|
1391
|
+
BL: 'BL',
|
|
1392
|
+
/**
|
|
1393
|
+
* Saint Helena, Ascension and Tristan da Cunha
|
|
1394
|
+
*/
|
|
1395
|
+
SH: 'SH',
|
|
1396
|
+
/**
|
|
1397
|
+
* Saint Kitts and Nevis
|
|
1398
|
+
*/
|
|
1399
|
+
KN: 'KN',
|
|
1400
|
+
/**
|
|
1401
|
+
* Saint Lucia
|
|
1402
|
+
*/
|
|
1403
|
+
LC: 'LC',
|
|
1404
|
+
/**
|
|
1405
|
+
* Saint Martin (French part)
|
|
1406
|
+
*/
|
|
1407
|
+
MF: 'MF',
|
|
1408
|
+
/**
|
|
1409
|
+
* Saint Pierre and Miquelon
|
|
1410
|
+
*/
|
|
1411
|
+
PM: 'PM',
|
|
1412
|
+
/**
|
|
1413
|
+
* Saint Vincent and the Grenadines
|
|
1414
|
+
*/
|
|
1415
|
+
VC: 'VC',
|
|
1416
|
+
/**
|
|
1417
|
+
* Samoa
|
|
1418
|
+
*/
|
|
1419
|
+
WS: 'WS',
|
|
1420
|
+
/**
|
|
1421
|
+
* San Marino
|
|
1422
|
+
*/
|
|
1423
|
+
SM: 'SM',
|
|
1424
|
+
/**
|
|
1425
|
+
* Sao Tome and Principe
|
|
1426
|
+
*/
|
|
1427
|
+
ST: 'ST',
|
|
1428
|
+
/**
|
|
1429
|
+
* Saudi Arabia
|
|
1430
|
+
*/
|
|
1431
|
+
SA: 'SA',
|
|
1432
|
+
/**
|
|
1433
|
+
* Senegal
|
|
1434
|
+
*/
|
|
1435
|
+
SN: 'SN',
|
|
1436
|
+
/**
|
|
1437
|
+
* Serbia
|
|
1438
|
+
*/
|
|
1439
|
+
RS: 'RS',
|
|
1440
|
+
/**
|
|
1441
|
+
* Seychelles
|
|
1442
|
+
*/
|
|
1443
|
+
SC: 'SC',
|
|
1444
|
+
/**
|
|
1445
|
+
* Sierra Leone
|
|
1446
|
+
*/
|
|
1447
|
+
SL: 'SL',
|
|
1448
|
+
/**
|
|
1449
|
+
* Singapore
|
|
1450
|
+
*/
|
|
1451
|
+
SG: 'SG',
|
|
1452
|
+
/**
|
|
1453
|
+
* Sint Maarten (Dutch part)
|
|
1454
|
+
*/
|
|
1455
|
+
SX: 'SX',
|
|
1456
|
+
/**
|
|
1457
|
+
* Slovakia
|
|
1458
|
+
*/
|
|
1459
|
+
SK: 'SK',
|
|
1460
|
+
/**
|
|
1461
|
+
* Slovenia
|
|
1462
|
+
*/
|
|
1463
|
+
SI: 'SI',
|
|
1464
|
+
/**
|
|
1465
|
+
* Solomon Islands
|
|
1466
|
+
*/
|
|
1467
|
+
SB: 'SB',
|
|
1468
|
+
/**
|
|
1469
|
+
* Somalia
|
|
1470
|
+
*/
|
|
1471
|
+
SO: 'SO',
|
|
1472
|
+
/**
|
|
1473
|
+
* South Africa
|
|
1474
|
+
*/
|
|
1475
|
+
ZA: 'ZA',
|
|
1476
|
+
/**
|
|
1477
|
+
* South Georgia and the South Sandwich Islands
|
|
1478
|
+
*/
|
|
1479
|
+
GS: 'GS',
|
|
1480
|
+
/**
|
|
1481
|
+
* South Sudan
|
|
1482
|
+
*/
|
|
1483
|
+
SS: 'SS',
|
|
1484
|
+
/**
|
|
1485
|
+
* Spain
|
|
1486
|
+
*/
|
|
1487
|
+
ES: 'ES',
|
|
1488
|
+
/**
|
|
1489
|
+
* Sri Lanka
|
|
1490
|
+
*/
|
|
1491
|
+
LK: 'LK',
|
|
1492
|
+
/**
|
|
1493
|
+
* Sudan
|
|
1494
|
+
*/
|
|
1495
|
+
SD: 'SD',
|
|
1496
|
+
/**
|
|
1497
|
+
* Suriname
|
|
1498
|
+
*/
|
|
1499
|
+
SR: 'SR',
|
|
1500
|
+
/**
|
|
1501
|
+
* Svalbard and Jan Mayen
|
|
1502
|
+
*/
|
|
1503
|
+
SJ: 'SJ',
|
|
1504
|
+
/**
|
|
1505
|
+
* Swaziland
|
|
1506
|
+
*/
|
|
1507
|
+
SZ: 'SZ',
|
|
1508
|
+
/**
|
|
1509
|
+
* Sweden
|
|
1510
|
+
*/
|
|
1511
|
+
SE: 'SE',
|
|
1512
|
+
/**
|
|
1513
|
+
* Switzerland
|
|
1514
|
+
*/
|
|
1515
|
+
CH: 'CH',
|
|
1516
|
+
/**
|
|
1517
|
+
* Syrian Arab Republic
|
|
1518
|
+
*/
|
|
1519
|
+
SY: 'SY',
|
|
1520
|
+
/**
|
|
1521
|
+
* Taiwan, Province of China
|
|
1522
|
+
*/
|
|
1523
|
+
TW: 'TW',
|
|
1524
|
+
/**
|
|
1525
|
+
* Tajikistan
|
|
1526
|
+
*/
|
|
1527
|
+
TJ: 'TJ',
|
|
1528
|
+
/**
|
|
1529
|
+
* Tanzania, United Republic of
|
|
1530
|
+
*/
|
|
1531
|
+
TZ: 'TZ',
|
|
1532
|
+
/**
|
|
1533
|
+
* Thailand
|
|
1534
|
+
*/
|
|
1535
|
+
TH: 'TH',
|
|
1536
|
+
/**
|
|
1537
|
+
* Timor-Leste
|
|
1538
|
+
*/
|
|
1539
|
+
TL: 'TL',
|
|
1540
|
+
/**
|
|
1541
|
+
* Togo
|
|
1542
|
+
*/
|
|
1543
|
+
TG: 'TG',
|
|
1544
|
+
/**
|
|
1545
|
+
* Tokelau
|
|
1546
|
+
*/
|
|
1547
|
+
TK: 'TK',
|
|
1548
|
+
/**
|
|
1549
|
+
* Tonga
|
|
1550
|
+
*/
|
|
1551
|
+
TO: 'TO',
|
|
1552
|
+
/**
|
|
1553
|
+
* Trinidad and Tobago
|
|
1554
|
+
*/
|
|
1555
|
+
TT: 'TT',
|
|
1556
|
+
/**
|
|
1557
|
+
* Tunisia
|
|
1558
|
+
*/
|
|
1559
|
+
TN: 'TN',
|
|
1560
|
+
/**
|
|
1561
|
+
* Turkey
|
|
1562
|
+
*/
|
|
1563
|
+
TR: 'TR',
|
|
1564
|
+
/**
|
|
1565
|
+
* Turkmenistan
|
|
1566
|
+
*/
|
|
1567
|
+
TM: 'TM',
|
|
1568
|
+
/**
|
|
1569
|
+
* Turks and Caicos Islands
|
|
1570
|
+
*/
|
|
1571
|
+
TC: 'TC',
|
|
1572
|
+
/**
|
|
1573
|
+
* Tuvalu
|
|
1574
|
+
*/
|
|
1575
|
+
TV: 'TV',
|
|
1576
|
+
/**
|
|
1577
|
+
* Uganda
|
|
1578
|
+
*/
|
|
1579
|
+
UG: 'UG',
|
|
1580
|
+
/**
|
|
1581
|
+
* Ukraine
|
|
1582
|
+
*/
|
|
1583
|
+
UA: 'UA',
|
|
1584
|
+
/**
|
|
1585
|
+
* United Arab Emirates
|
|
1586
|
+
*/
|
|
1587
|
+
AE: 'AE',
|
|
1588
|
+
/**
|
|
1589
|
+
* United Kingdom
|
|
1590
|
+
*/
|
|
1591
|
+
GB: 'GB',
|
|
1592
|
+
/**
|
|
1593
|
+
* United States
|
|
1594
|
+
*/
|
|
1595
|
+
US: 'US',
|
|
1596
|
+
/**
|
|
1597
|
+
* United States Minor Outlying Islands
|
|
1598
|
+
*/
|
|
1599
|
+
UM: 'UM',
|
|
1600
|
+
/**
|
|
1601
|
+
* Uruguay
|
|
1602
|
+
*/
|
|
1603
|
+
UY: 'UY',
|
|
1604
|
+
/**
|
|
1605
|
+
* Uzbekistan
|
|
1606
|
+
*/
|
|
1607
|
+
UZ: 'UZ',
|
|
1608
|
+
/**
|
|
1609
|
+
* Vanuatu
|
|
1610
|
+
*/
|
|
1611
|
+
VU: 'VU',
|
|
1612
|
+
/**
|
|
1613
|
+
* Venezuela, Bolivarian Republic of
|
|
1614
|
+
*/
|
|
1615
|
+
VE: 'VE',
|
|
1616
|
+
/**
|
|
1617
|
+
* Viet Nam
|
|
1618
|
+
*/
|
|
1619
|
+
VN: 'VN',
|
|
1620
|
+
/**
|
|
1621
|
+
* Virgin Islands, British
|
|
1622
|
+
*/
|
|
1623
|
+
VG: 'VG',
|
|
1624
|
+
/**
|
|
1625
|
+
* Virgin Islands, U.S.
|
|
1626
|
+
*/
|
|
1627
|
+
VI: 'VI',
|
|
1628
|
+
/**
|
|
1629
|
+
* Wallis and Futuna
|
|
1630
|
+
*/
|
|
1631
|
+
WF: 'WF',
|
|
1632
|
+
/**
|
|
1633
|
+
* Western Sahara
|
|
1634
|
+
*/
|
|
1635
|
+
EH: 'EH',
|
|
1636
|
+
/**
|
|
1637
|
+
* Yemen
|
|
1638
|
+
*/
|
|
1639
|
+
YE: 'YE',
|
|
1640
|
+
/**
|
|
1641
|
+
* Zambia
|
|
1642
|
+
*/
|
|
1643
|
+
ZM: 'ZM',
|
|
1644
|
+
/**
|
|
1645
|
+
* Zimbabwe
|
|
1646
|
+
*/
|
|
1647
|
+
ZW: '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 = {
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
1660
|
+
/**
|
|
1661
|
+
* South Korean won
|
|
1662
|
+
*/
|
|
1663
|
+
KRW: 'KRW',
|
|
1664
|
+
/**
|
|
1665
|
+
* United States dollar
|
|
1666
|
+
*/
|
|
1667
|
+
USD: 'USD',
|
|
1668
|
+
/**
|
|
1669
|
+
* Euro
|
|
1670
|
+
*/
|
|
1671
|
+
EUR: 'EUR',
|
|
1672
|
+
/**
|
|
1673
|
+
* Japanese yen
|
|
1674
|
+
*/
|
|
1675
|
+
JPY: 'JPY',
|
|
1676
|
+
/**
|
|
1677
|
+
* Chinese yuan
|
|
1678
|
+
*/
|
|
1679
|
+
CNY: 'CNY',
|
|
1680
|
+
/**
|
|
1681
|
+
* Vietnamese dong
|
|
1682
|
+
*/
|
|
1683
|
+
VND: 'VND',
|
|
1684
|
+
/**
|
|
1685
|
+
* Thai baht
|
|
1686
|
+
*/
|
|
1687
|
+
THB: 'THB',
|
|
1688
|
+
/**
|
|
1689
|
+
* Singapore dollar
|
|
1690
|
+
*/
|
|
1691
|
+
SGD: 'SGD',
|
|
1692
|
+
/**
|
|
1693
|
+
* Australian dollar
|
|
1694
|
+
*/
|
|
1695
|
+
AUD: 'AUD',
|
|
1696
|
+
/**
|
|
1697
|
+
* Hong Kong dollar
|
|
1698
|
+
*/
|
|
1699
|
+
HKD: 'HKD',
|
|
1700
|
+
/**
|
|
1701
|
+
* United Arab Emirates dirham
|
|
1702
|
+
*/
|
|
1703
|
+
AED: 'AED',
|
|
1704
|
+
/**
|
|
1705
|
+
* Afghan afghani
|
|
1706
|
+
*/
|
|
1707
|
+
AFN: 'AFN',
|
|
1708
|
+
/**
|
|
1709
|
+
* Albanian lek
|
|
1710
|
+
*/
|
|
1711
|
+
ALL: 'ALL',
|
|
1712
|
+
/**
|
|
1713
|
+
* Armenian dram
|
|
1714
|
+
*/
|
|
1715
|
+
AMD: 'AMD',
|
|
1716
|
+
/**
|
|
1717
|
+
* Netherlands Antillean guilder
|
|
1718
|
+
*/
|
|
1719
|
+
ANG: 'ANG',
|
|
1720
|
+
/**
|
|
1721
|
+
* Angolan kwanza
|
|
1722
|
+
*/
|
|
1723
|
+
AOA: 'AOA',
|
|
1724
|
+
/**
|
|
1725
|
+
* Argentine peso
|
|
1726
|
+
*/
|
|
1727
|
+
ARS: 'ARS',
|
|
1728
|
+
/**
|
|
1729
|
+
* Aruban florin
|
|
1730
|
+
*/
|
|
1731
|
+
AWG: 'AWG',
|
|
1732
|
+
/**
|
|
1733
|
+
* Azerbaijani manat
|
|
1734
|
+
*/
|
|
1735
|
+
AZN: 'AZN',
|
|
1736
|
+
/**
|
|
1737
|
+
* Bosnia and Herzegovina convertible mark
|
|
1738
|
+
*/
|
|
1739
|
+
BAM: 'BAM',
|
|
1740
|
+
/**
|
|
1741
|
+
* Barbadian dollar
|
|
1742
|
+
*/
|
|
1743
|
+
BBD: 'BBD',
|
|
1744
|
+
/**
|
|
1745
|
+
* Bangladeshi taka
|
|
1746
|
+
*/
|
|
1747
|
+
BDT: 'BDT',
|
|
1748
|
+
/**
|
|
1749
|
+
* Bulgarian lev
|
|
1750
|
+
*/
|
|
1751
|
+
BGN: 'BGN',
|
|
1752
|
+
/**
|
|
1753
|
+
* Bermudian dollar
|
|
1754
|
+
*/
|
|
1755
|
+
BMD: 'BMD',
|
|
1756
|
+
/**
|
|
1757
|
+
* Brunei dollar
|
|
1758
|
+
*/
|
|
1759
|
+
BND: 'BND',
|
|
1760
|
+
/**
|
|
1761
|
+
* Boliviano
|
|
1762
|
+
*/
|
|
1763
|
+
BOB: 'BOB',
|
|
1764
|
+
/**
|
|
1765
|
+
* Bolivian Mvdol
|
|
1766
|
+
*/
|
|
1767
|
+
BOV: 'BOV',
|
|
1768
|
+
/**
|
|
1769
|
+
* Brazilian real
|
|
1770
|
+
*/
|
|
1771
|
+
BRL: 'BRL',
|
|
1772
|
+
/**
|
|
1773
|
+
* Bahamian dollar
|
|
1774
|
+
*/
|
|
1775
|
+
BSD: 'BSD',
|
|
1776
|
+
/**
|
|
1777
|
+
* Botswana pula
|
|
1778
|
+
*/
|
|
1779
|
+
BWP: 'BWP',
|
|
1780
|
+
/**
|
|
1781
|
+
* Belarusian ruble
|
|
1782
|
+
*/
|
|
1783
|
+
BYN: 'BYN',
|
|
1784
|
+
/**
|
|
1785
|
+
* Belize dollar
|
|
1786
|
+
*/
|
|
1787
|
+
BZD: 'BZD',
|
|
1788
|
+
/**
|
|
1789
|
+
* Canadian dollar
|
|
1790
|
+
*/
|
|
1791
|
+
CAD: 'CAD',
|
|
1792
|
+
/**
|
|
1793
|
+
* Congolese franc
|
|
1794
|
+
*/
|
|
1795
|
+
CDF: 'CDF',
|
|
1796
|
+
/**
|
|
1797
|
+
* WIR euro
|
|
1798
|
+
*/
|
|
1799
|
+
CHE: 'CHE',
|
|
1800
|
+
/**
|
|
1801
|
+
* Swiss franc
|
|
1802
|
+
*/
|
|
1803
|
+
CHF: 'CHF',
|
|
1804
|
+
/**
|
|
1805
|
+
* WIR franc
|
|
1806
|
+
*/
|
|
1807
|
+
CHW: 'CHW',
|
|
1808
|
+
/**
|
|
1809
|
+
* Chilean unit of account (UF)
|
|
1810
|
+
*/
|
|
1811
|
+
CLF: 'CLF',
|
|
1812
|
+
/**
|
|
1813
|
+
* Chilean peso
|
|
1814
|
+
*/
|
|
1815
|
+
CLP: 'CLP',
|
|
1816
|
+
/**
|
|
1817
|
+
* Colombian peso
|
|
1818
|
+
*/
|
|
1819
|
+
COP: 'COP',
|
|
1820
|
+
/**
|
|
1821
|
+
* Unidad de Valor Real
|
|
1822
|
+
*/
|
|
1823
|
+
COU: 'COU',
|
|
1824
|
+
/**
|
|
1825
|
+
* Costa Rican colon
|
|
1826
|
+
*/
|
|
1827
|
+
CRC: 'CRC',
|
|
1828
|
+
/**
|
|
1829
|
+
* Cuban convertible peso
|
|
1830
|
+
*/
|
|
1831
|
+
CUC: 'CUC',
|
|
1832
|
+
/**
|
|
1833
|
+
* Cuban peso
|
|
1834
|
+
*/
|
|
1835
|
+
CUP: 'CUP',
|
|
1836
|
+
/**
|
|
1837
|
+
* Cape Verdean escudo
|
|
1838
|
+
*/
|
|
1839
|
+
CVE: 'CVE',
|
|
1840
|
+
/**
|
|
1841
|
+
* Czech koruna
|
|
1842
|
+
*/
|
|
1843
|
+
CZK: 'CZK',
|
|
1844
|
+
/**
|
|
1845
|
+
* Djiboutian franc
|
|
1846
|
+
*/
|
|
1847
|
+
DJF: 'DJF',
|
|
1848
|
+
/**
|
|
1849
|
+
* Danish krone
|
|
1850
|
+
*/
|
|
1851
|
+
DKK: 'DKK',
|
|
1852
|
+
/**
|
|
1853
|
+
* Dominican peso
|
|
1854
|
+
*/
|
|
1855
|
+
DOP: 'DOP',
|
|
1856
|
+
/**
|
|
1857
|
+
* Algerian dinar
|
|
1858
|
+
*/
|
|
1859
|
+
DZD: 'DZD',
|
|
1860
|
+
/**
|
|
1861
|
+
* Egyptian pound
|
|
1862
|
+
*/
|
|
1863
|
+
EGP: 'EGP',
|
|
1864
|
+
/**
|
|
1865
|
+
* Eritrean nakfa
|
|
1866
|
+
*/
|
|
1867
|
+
ERN: 'ERN',
|
|
1868
|
+
/**
|
|
1869
|
+
* Ethiopian birr
|
|
1870
|
+
*/
|
|
1871
|
+
ETB: 'ETB',
|
|
1872
|
+
/**
|
|
1873
|
+
* Fiji dollar
|
|
1874
|
+
*/
|
|
1875
|
+
FJD: 'FJD',
|
|
1876
|
+
/**
|
|
1877
|
+
* Falkland Islands pound
|
|
1878
|
+
*/
|
|
1879
|
+
FKP: 'FKP',
|
|
1880
|
+
/**
|
|
1881
|
+
* Pound sterling
|
|
1882
|
+
*/
|
|
1883
|
+
GBP: 'GBP',
|
|
1884
|
+
/**
|
|
1885
|
+
* Georgian lari
|
|
1886
|
+
*/
|
|
1887
|
+
GEL: 'GEL',
|
|
1888
|
+
/**
|
|
1889
|
+
* Ghanaian cedi
|
|
1890
|
+
*/
|
|
1891
|
+
GHS: 'GHS',
|
|
1892
|
+
/**
|
|
1893
|
+
* Gibraltar pound
|
|
1894
|
+
*/
|
|
1895
|
+
GIP: 'GIP',
|
|
1896
|
+
/**
|
|
1897
|
+
* Gambian dalasi
|
|
1898
|
+
*/
|
|
1899
|
+
GMD: 'GMD',
|
|
1900
|
+
/**
|
|
1901
|
+
* Guinean franc
|
|
1902
|
+
*/
|
|
1903
|
+
GNF: 'GNF',
|
|
1904
|
+
/**
|
|
1905
|
+
* Guatemalan quetzal
|
|
1906
|
+
*/
|
|
1907
|
+
GTQ: 'GTQ',
|
|
1908
|
+
/**
|
|
1909
|
+
* Guyanese dollar
|
|
1910
|
+
*/
|
|
1911
|
+
GYD: 'GYD',
|
|
1912
|
+
/**
|
|
1913
|
+
* Honduran lempira
|
|
1914
|
+
*/
|
|
1915
|
+
HNL: 'HNL',
|
|
1916
|
+
/**
|
|
1917
|
+
* Croatian kuna
|
|
1918
|
+
*/
|
|
1919
|
+
HRK: 'HRK',
|
|
1920
|
+
/**
|
|
1921
|
+
* Haitian gourde
|
|
1922
|
+
*/
|
|
1923
|
+
HTG: 'HTG',
|
|
1924
|
+
/**
|
|
1925
|
+
* Hungarian forint
|
|
1926
|
+
*/
|
|
1927
|
+
HUF: 'HUF',
|
|
1928
|
+
/**
|
|
1929
|
+
* Indonesian rupiah
|
|
1930
|
+
*/
|
|
1931
|
+
IDR: 'IDR',
|
|
1932
|
+
/**
|
|
1933
|
+
* Israeli new shekel
|
|
1934
|
+
*/
|
|
1935
|
+
ILS: 'ILS',
|
|
1936
|
+
/**
|
|
1937
|
+
* Indian rupee
|
|
1938
|
+
*/
|
|
1939
|
+
INR: 'INR',
|
|
1940
|
+
/**
|
|
1941
|
+
* Iraqi dinar
|
|
1942
|
+
*/
|
|
1943
|
+
IQD: 'IQD',
|
|
1944
|
+
/**
|
|
1945
|
+
* Iranian rial
|
|
1946
|
+
*/
|
|
1947
|
+
IRR: 'IRR',
|
|
1948
|
+
/**
|
|
1949
|
+
* Icelandic króna
|
|
1950
|
+
*/
|
|
1951
|
+
ISK: 'ISK',
|
|
1952
|
+
/**
|
|
1953
|
+
* Jamaican dollar
|
|
1954
|
+
*/
|
|
1955
|
+
JMD: 'JMD',
|
|
1956
|
+
/**
|
|
1957
|
+
* Jordanian dinar
|
|
1958
|
+
*/
|
|
1959
|
+
JOD: 'JOD',
|
|
1960
|
+
/**
|
|
1961
|
+
* Kenyan shilling
|
|
1962
|
+
*/
|
|
1963
|
+
KES: 'KES',
|
|
1964
|
+
/**
|
|
1965
|
+
* Kyrgyzstani som
|
|
1966
|
+
*/
|
|
1967
|
+
KGS: 'KGS',
|
|
1968
|
+
/**
|
|
1969
|
+
* Cambodian riel
|
|
1970
|
+
*/
|
|
1971
|
+
KHR: 'KHR',
|
|
1972
|
+
/**
|
|
1973
|
+
* Comoro franc
|
|
1974
|
+
*/
|
|
1975
|
+
KMF: 'KMF',
|
|
1976
|
+
/**
|
|
1977
|
+
* North Korean won
|
|
1978
|
+
*/
|
|
1979
|
+
KPW: 'KPW',
|
|
1980
|
+
/**
|
|
1981
|
+
* Kuwaiti dinar
|
|
1982
|
+
*/
|
|
1983
|
+
KWD: 'KWD',
|
|
1984
|
+
/**
|
|
1985
|
+
* Cayman Islands dollar
|
|
1986
|
+
*/
|
|
1987
|
+
KYD: 'KYD',
|
|
1988
|
+
/**
|
|
1989
|
+
* Kazakhstani tenge
|
|
1990
|
+
*/
|
|
1991
|
+
KZT: 'KZT',
|
|
1992
|
+
/**
|
|
1993
|
+
* Lao kip
|
|
1994
|
+
*/
|
|
1995
|
+
LAK: 'LAK',
|
|
1996
|
+
/**
|
|
1997
|
+
* Lebanese pound
|
|
1998
|
+
*/
|
|
1999
|
+
LBP: 'LBP',
|
|
2000
|
+
/**
|
|
2001
|
+
* Sri Lankan rupee
|
|
2002
|
+
*/
|
|
2003
|
+
LKR: 'LKR',
|
|
2004
|
+
/**
|
|
2005
|
+
* Liberian dollar
|
|
2006
|
+
*/
|
|
2007
|
+
LRD: 'LRD',
|
|
2008
|
+
/**
|
|
2009
|
+
* Lesotho loti
|
|
2010
|
+
*/
|
|
2011
|
+
LSL: 'LSL',
|
|
2012
|
+
/**
|
|
2013
|
+
* Libyan dinar
|
|
2014
|
+
*/
|
|
2015
|
+
LYD: 'LYD',
|
|
2016
|
+
/**
|
|
2017
|
+
* Moroccan dirham
|
|
2018
|
+
*/
|
|
2019
|
+
MAD: 'MAD',
|
|
2020
|
+
/**
|
|
2021
|
+
* Moldovan leu
|
|
2022
|
+
*/
|
|
2023
|
+
MDL: 'MDL',
|
|
2024
|
+
/**
|
|
2025
|
+
* Malagasy ariary
|
|
2026
|
+
*/
|
|
2027
|
+
MGA: 'MGA',
|
|
2028
|
+
/**
|
|
2029
|
+
* Macedonian denar
|
|
2030
|
+
*/
|
|
2031
|
+
MKD: 'MKD',
|
|
2032
|
+
/**
|
|
2033
|
+
* Myanmar kyat
|
|
2034
|
+
*/
|
|
2035
|
+
MMK: 'MMK',
|
|
2036
|
+
/**
|
|
2037
|
+
* Mongolian tögrög
|
|
2038
|
+
*/
|
|
2039
|
+
MNT: 'MNT',
|
|
2040
|
+
/**
|
|
2041
|
+
* Macanese pataca
|
|
2042
|
+
*/
|
|
2043
|
+
MOP: 'MOP',
|
|
2044
|
+
/**
|
|
2045
|
+
* Mauritanian ouguiya
|
|
2046
|
+
*/
|
|
2047
|
+
MRU: 'MRU',
|
|
2048
|
+
/**
|
|
2049
|
+
* Mauritian rupee
|
|
2050
|
+
*/
|
|
2051
|
+
MUR: 'MUR',
|
|
2052
|
+
/**
|
|
2053
|
+
* Maldivian rufiyaa
|
|
2054
|
+
*/
|
|
2055
|
+
MVR: 'MVR',
|
|
2056
|
+
/**
|
|
2057
|
+
* Malawian kwacha
|
|
2058
|
+
*/
|
|
2059
|
+
MWK: 'MWK',
|
|
2060
|
+
/**
|
|
2061
|
+
* Mexican peso
|
|
2062
|
+
*/
|
|
2063
|
+
MXN: 'MXN',
|
|
2064
|
+
/**
|
|
2065
|
+
* Mexican Unidad de Inversion
|
|
2066
|
+
*/
|
|
2067
|
+
MXV: 'MXV',
|
|
2068
|
+
/**
|
|
2069
|
+
* Mozambican metical
|
|
2070
|
+
*/
|
|
2071
|
+
MZN: 'MZN',
|
|
2072
|
+
/**
|
|
2073
|
+
* Namibian dollar
|
|
2074
|
+
*/
|
|
2075
|
+
NAD: 'NAD',
|
|
2076
|
+
/**
|
|
2077
|
+
* Nigerian naira
|
|
2078
|
+
*/
|
|
2079
|
+
NGN: 'NGN',
|
|
2080
|
+
/**
|
|
2081
|
+
* Nicaraguan córdoba
|
|
2082
|
+
*/
|
|
2083
|
+
NIO: 'NIO',
|
|
2084
|
+
/**
|
|
2085
|
+
* Norwegian krone
|
|
2086
|
+
*/
|
|
2087
|
+
NOK: 'NOK',
|
|
2088
|
+
/**
|
|
2089
|
+
* Nepalese rupee
|
|
2090
|
+
*/
|
|
2091
|
+
NPR: 'NPR',
|
|
2092
|
+
/**
|
|
2093
|
+
* New Zealand dollar
|
|
2094
|
+
*/
|
|
2095
|
+
NZD: 'NZD',
|
|
2096
|
+
/**
|
|
2097
|
+
* Omani rial
|
|
2098
|
+
*/
|
|
2099
|
+
OMR: 'OMR',
|
|
2100
|
+
/**
|
|
2101
|
+
* Panamanian balboa
|
|
2102
|
+
*/
|
|
2103
|
+
PAB: 'PAB',
|
|
2104
|
+
/**
|
|
2105
|
+
* Peruvian sol
|
|
2106
|
+
*/
|
|
2107
|
+
PEN: 'PEN',
|
|
2108
|
+
/**
|
|
2109
|
+
* Papua New Guinean kina
|
|
2110
|
+
*/
|
|
2111
|
+
PGK: 'PGK',
|
|
2112
|
+
/**
|
|
2113
|
+
* Philippine peso
|
|
2114
|
+
*/
|
|
2115
|
+
PHP: 'PHP',
|
|
2116
|
+
/**
|
|
2117
|
+
* Pakistani rupee
|
|
2118
|
+
*/
|
|
2119
|
+
PKR: 'PKR',
|
|
2120
|
+
/**
|
|
2121
|
+
* Polish złoty
|
|
2122
|
+
*/
|
|
2123
|
+
PLN: 'PLN',
|
|
2124
|
+
/**
|
|
2125
|
+
* Paraguayan guaraní
|
|
2126
|
+
*/
|
|
2127
|
+
PYG: 'PYG',
|
|
2128
|
+
/**
|
|
2129
|
+
* Qatari riyal
|
|
2130
|
+
*/
|
|
2131
|
+
QAR: 'QAR',
|
|
2132
|
+
/**
|
|
2133
|
+
* Romanian leu
|
|
2134
|
+
*/
|
|
2135
|
+
RON: 'RON',
|
|
2136
|
+
/**
|
|
2137
|
+
* Serbian dinar
|
|
2138
|
+
*/
|
|
2139
|
+
RSD: 'RSD',
|
|
2140
|
+
/**
|
|
2141
|
+
* Russian ruble
|
|
2142
|
+
*/
|
|
2143
|
+
RUB: 'RUB',
|
|
2144
|
+
/**
|
|
2145
|
+
* Rwandan franc
|
|
2146
|
+
*/
|
|
2147
|
+
RWF: 'RWF',
|
|
2148
|
+
/**
|
|
2149
|
+
* Saudi riyal
|
|
2150
|
+
*/
|
|
2151
|
+
SAR: 'SAR',
|
|
2152
|
+
/**
|
|
2153
|
+
* Solomon Islands dollar
|
|
2154
|
+
*/
|
|
2155
|
+
SBD: 'SBD',
|
|
2156
|
+
/**
|
|
2157
|
+
* Seychelles rupee
|
|
2158
|
+
*/
|
|
2159
|
+
SCR: 'SCR',
|
|
2160
|
+
/**
|
|
2161
|
+
* Sudanese pound
|
|
2162
|
+
*/
|
|
2163
|
+
SDG: 'SDG',
|
|
2164
|
+
/**
|
|
2165
|
+
* Swedish krona
|
|
2166
|
+
*/
|
|
2167
|
+
SEK: 'SEK',
|
|
2168
|
+
/**
|
|
2169
|
+
* Saint Helena pound
|
|
2170
|
+
*/
|
|
2171
|
+
SHP: 'SHP',
|
|
2172
|
+
/**
|
|
2173
|
+
* Sierra Leonean leone (new leone)
|
|
2174
|
+
*/
|
|
2175
|
+
SLE: 'SLE',
|
|
2176
|
+
/**
|
|
2177
|
+
* Sierra Leonean leone (old leone)
|
|
2178
|
+
*/
|
|
2179
|
+
SLL: 'SLL',
|
|
2180
|
+
/**
|
|
2181
|
+
* Somali shilling
|
|
2182
|
+
*/
|
|
2183
|
+
SOS: 'SOS',
|
|
2184
|
+
/**
|
|
2185
|
+
* Surinamese dollar
|
|
2186
|
+
*/
|
|
2187
|
+
SRD: 'SRD',
|
|
2188
|
+
/**
|
|
2189
|
+
* South Sudanese pound
|
|
2190
|
+
*/
|
|
2191
|
+
SSP: 'SSP',
|
|
2192
|
+
/**
|
|
2193
|
+
* São Tomé and Príncipe dobra
|
|
2194
|
+
*/
|
|
2195
|
+
STN: 'STN',
|
|
2196
|
+
/**
|
|
2197
|
+
* Salvadoran colón
|
|
2198
|
+
*/
|
|
2199
|
+
SVC: 'SVC',
|
|
2200
|
+
/**
|
|
2201
|
+
* Syrian pound
|
|
2202
|
+
*/
|
|
2203
|
+
SYP: 'SYP',
|
|
2204
|
+
/**
|
|
2205
|
+
* Swazi lilangeni
|
|
2206
|
+
*/
|
|
2207
|
+
SZL: 'SZL',
|
|
2208
|
+
/**
|
|
2209
|
+
* Tajikistani somoni
|
|
2210
|
+
*/
|
|
2211
|
+
TJS: 'TJS',
|
|
2212
|
+
/**
|
|
2213
|
+
* Turkmenistan manat
|
|
2214
|
+
*/
|
|
2215
|
+
TMT: 'TMT',
|
|
2216
|
+
/**
|
|
2217
|
+
* Tunisian dinar
|
|
2218
|
+
*/
|
|
2219
|
+
TND: 'TND',
|
|
2220
|
+
/**
|
|
2221
|
+
* Tongan paʻanga
|
|
2222
|
+
*/
|
|
2223
|
+
TOP: 'TOP',
|
|
2224
|
+
/**
|
|
2225
|
+
* Turkish lira
|
|
2226
|
+
*/
|
|
2227
|
+
TRY: 'TRY',
|
|
2228
|
+
/**
|
|
2229
|
+
* Trinidad and Tobago dollar
|
|
2230
|
+
*/
|
|
2231
|
+
TTD: 'TTD',
|
|
2232
|
+
/**
|
|
2233
|
+
* New Taiwan dollar
|
|
2234
|
+
*/
|
|
2235
|
+
TWD: 'TWD',
|
|
2236
|
+
/**
|
|
2237
|
+
* Tanzanian shilling
|
|
2238
|
+
*/
|
|
2239
|
+
TZS: 'TZS',
|
|
2240
|
+
/**
|
|
2241
|
+
* Ukrainian hryvnia
|
|
2242
|
+
*/
|
|
2243
|
+
UAH: 'UAH',
|
|
2244
|
+
/**
|
|
2245
|
+
* Ugandan shilling
|
|
2246
|
+
*/
|
|
2247
|
+
UGX: 'UGX',
|
|
2248
|
+
/**
|
|
2249
|
+
* United States dollar (next day)
|
|
2250
|
+
*/
|
|
2251
|
+
USN: 'USN',
|
|
2252
|
+
/**
|
|
2253
|
+
* Uruguay Peso en Unidades Indexadas
|
|
2254
|
+
*/
|
|
2255
|
+
UYI: 'UYI',
|
|
2256
|
+
/**
|
|
2257
|
+
* Uruguayan peso
|
|
2258
|
+
*/
|
|
2259
|
+
UYU: 'UYU',
|
|
2260
|
+
/**
|
|
2261
|
+
* Unidad previsional
|
|
2262
|
+
*/
|
|
2263
|
+
UYW: 'UYW',
|
|
2264
|
+
/**
|
|
2265
|
+
* Uzbekistan som
|
|
2266
|
+
*/
|
|
2267
|
+
UZS: 'UZS',
|
|
2268
|
+
/**
|
|
2269
|
+
* Venezuelan bolívar digital
|
|
2270
|
+
*/
|
|
2271
|
+
VED: 'VED',
|
|
2272
|
+
/**
|
|
2273
|
+
* Venezuelan bolívar soberano
|
|
2274
|
+
*/
|
|
2275
|
+
VES: 'VES',
|
|
2276
|
+
/**
|
|
2277
|
+
* Vanuatu vatu
|
|
2278
|
+
*/
|
|
2279
|
+
VUV: 'VUV',
|
|
2280
|
+
/**
|
|
2281
|
+
* Samoan tala
|
|
2282
|
+
*/
|
|
2283
|
+
WST: 'WST',
|
|
2284
|
+
/**
|
|
2285
|
+
* CFA franc BEAC
|
|
2286
|
+
*/
|
|
2287
|
+
XAF: 'XAF',
|
|
2288
|
+
/**
|
|
2289
|
+
* Silver (one troy ounce)
|
|
2290
|
+
*/
|
|
2291
|
+
XAG: 'XAG',
|
|
2292
|
+
/**
|
|
2293
|
+
* Gold (one troy ounce)
|
|
2294
|
+
*/
|
|
2295
|
+
XAU: 'XAU',
|
|
2296
|
+
/**
|
|
2297
|
+
* European Composite Unit
|
|
2298
|
+
*/
|
|
2299
|
+
XBA: 'XBA',
|
|
2300
|
+
/**
|
|
2301
|
+
* European Monetary Unit
|
|
2302
|
+
*/
|
|
2303
|
+
XBB: 'XBB',
|
|
2304
|
+
/**
|
|
2305
|
+
* European Unit of Account 9
|
|
2306
|
+
*/
|
|
2307
|
+
XBC: 'XBC',
|
|
2308
|
+
/**
|
|
2309
|
+
* European Unit of Account 17
|
|
2310
|
+
*/
|
|
2311
|
+
XBD: 'XBD',
|
|
2312
|
+
/**
|
|
2313
|
+
* East Caribbean dollar
|
|
2314
|
+
*/
|
|
2315
|
+
XCD: 'XCD',
|
|
2316
|
+
/**
|
|
2317
|
+
* Special drawing rights
|
|
2318
|
+
*/
|
|
2319
|
+
XDR: 'XDR',
|
|
2320
|
+
/**
|
|
2321
|
+
* CFA franc BCEAO
|
|
2322
|
+
*/
|
|
2323
|
+
XOF: 'XOF',
|
|
2324
|
+
/**
|
|
2325
|
+
* Palladium (one troy ounce)
|
|
2326
|
+
*/
|
|
2327
|
+
XPD: 'XPD',
|
|
2328
|
+
/**
|
|
2329
|
+
* CFP franc
|
|
2330
|
+
*/
|
|
2331
|
+
XPF: 'XPF',
|
|
2332
|
+
/**
|
|
2333
|
+
* Platinum (one troy ounce)
|
|
2334
|
+
*/
|
|
2335
|
+
XPT: 'XPT',
|
|
2336
|
+
/**
|
|
2337
|
+
* SUCRE
|
|
2338
|
+
*/
|
|
2339
|
+
XSU: 'XSU',
|
|
2340
|
+
/**
|
|
2341
|
+
* Code reserved for testing
|
|
2342
|
+
*/
|
|
2343
|
+
XTS: 'XTS',
|
|
2344
|
+
/**
|
|
2345
|
+
* ADB Unit of Account
|
|
2346
|
+
*/
|
|
2347
|
+
XUA: 'XUA',
|
|
2348
|
+
/**
|
|
2349
|
+
* No currency
|
|
2350
|
+
*/
|
|
2351
|
+
XXX: 'XXX',
|
|
2352
|
+
/**
|
|
2353
|
+
* Yemeni rial
|
|
2354
|
+
*/
|
|
2355
|
+
YER: 'YER',
|
|
2356
|
+
/**
|
|
2357
|
+
* South African rand
|
|
2358
|
+
*/
|
|
2359
|
+
ZAR: 'ZAR',
|
|
2360
|
+
/**
|
|
2361
|
+
* Zambian kwacha
|
|
2362
|
+
*/
|
|
2363
|
+
ZMW: 'ZMW',
|
|
2364
|
+
/**
|
|
2365
|
+
* Zimbabwean dollar
|
|
2366
|
+
*/
|
|
2367
|
+
ZWL: 'ZWL',
|
|
2368
|
+
};
|
|
2369
|
+
|
|
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 = {
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
2400
|
+
/**
|
|
2401
|
+
* 페이코
|
|
2402
|
+
*
|
|
2403
|
+
* - 토스페이먼츠
|
|
2404
|
+
* - 나이스페이먼츠
|
|
2405
|
+
* - KG이니시스
|
|
2406
|
+
* - 스마트로
|
|
2407
|
+
* - KSNET
|
|
2408
|
+
* - 한국결제네트웍스
|
|
2409
|
+
* - 웰컴페이먼츠
|
|
2410
|
+
*/
|
|
2411
|
+
PAYCO: 'PAYCO',
|
|
2412
|
+
/**
|
|
2413
|
+
* 삼성페이
|
|
2414
|
+
*
|
|
2415
|
+
* - 토스페이먼츠
|
|
2416
|
+
* - 나이스페이먼츠
|
|
2417
|
+
* - KG이니시스
|
|
2418
|
+
* - NHN KCP
|
|
2419
|
+
* - 스마트로
|
|
2420
|
+
* - 한국결제네트웍스
|
|
2421
|
+
*/
|
|
2422
|
+
SAMSUNGPAY: 'SAMSUNGPAY',
|
|
2423
|
+
/**
|
|
2424
|
+
* SSG페이
|
|
2425
|
+
*
|
|
2426
|
+
* - 토스페이먼츠
|
|
2427
|
+
* - 나이스페이먼츠
|
|
2428
|
+
* - KG이니시스
|
|
2429
|
+
* - NHN KCP
|
|
2430
|
+
* - KSNET
|
|
2431
|
+
*/
|
|
2432
|
+
SSGPAY: 'SSGPAY',
|
|
2433
|
+
/**
|
|
2434
|
+
* 카카오페이
|
|
2435
|
+
*
|
|
2436
|
+
* - 토스페이먼츠
|
|
2437
|
+
* - 나이스페이먼츠
|
|
2438
|
+
* - KG이니시스
|
|
2439
|
+
* - 스마트로
|
|
2440
|
+
* - NHN KCP
|
|
2441
|
+
* - KSNET
|
|
2442
|
+
* - 한국결제네트웍스
|
|
2443
|
+
* - 웰컴페이먼츠
|
|
2444
|
+
*/
|
|
2445
|
+
KAKAOPAY: 'KAKAOPAY',
|
|
2446
|
+
/**
|
|
2447
|
+
* 네이버페이
|
|
2448
|
+
*
|
|
2449
|
+
* - 토스페이먼츠
|
|
2450
|
+
* - 나이스페이먼츠
|
|
2451
|
+
* - KG이니시스
|
|
2452
|
+
* - 스마트로
|
|
2453
|
+
* - NHN KCP
|
|
2454
|
+
* - KSNET
|
|
2455
|
+
* - 한국결제네트웍스
|
|
2456
|
+
*/
|
|
2457
|
+
NAVERPAY: 'NAVERPAY',
|
|
2458
|
+
/**
|
|
2459
|
+
* 차이페이
|
|
2460
|
+
*/
|
|
2461
|
+
CHAI: 'CHAI',
|
|
2462
|
+
/**
|
|
2463
|
+
* L페이
|
|
2464
|
+
*
|
|
2465
|
+
* - 토스페이먼츠
|
|
2466
|
+
* - 나이스페이먼츠
|
|
2467
|
+
* - KG이니시스
|
|
2468
|
+
* - 스마트로
|
|
2469
|
+
* - KSNET
|
|
2470
|
+
* - 웰컴페이먼츠
|
|
2471
|
+
*/
|
|
2472
|
+
LPAY: 'LPAY',
|
|
2473
|
+
/**
|
|
2474
|
+
* K페이
|
|
2475
|
+
*/
|
|
2476
|
+
KPAY: 'KPAY',
|
|
2477
|
+
/**
|
|
2478
|
+
* 토스페이
|
|
2479
|
+
*
|
|
2480
|
+
* - 토스페이먼츠
|
|
2481
|
+
* - KG이니시스
|
|
2482
|
+
* - NHN KCP
|
|
2483
|
+
* - 스마트로
|
|
2484
|
+
* - 한국결제네트웍스
|
|
2485
|
+
* - 웰컴페이먼츠
|
|
2486
|
+
*/
|
|
2487
|
+
TOSSPAY: 'TOSSPAY',
|
|
2488
|
+
/**
|
|
2489
|
+
* LG페이
|
|
2490
|
+
*
|
|
2491
|
+
* - 토스페이먼츠
|
|
2492
|
+
*/
|
|
2493
|
+
LGPAY: 'LGPAY',
|
|
2494
|
+
/**
|
|
2495
|
+
* 애플페이
|
|
2496
|
+
*
|
|
2497
|
+
* - 토스페이먼츠
|
|
2498
|
+
* - 나이스페이먼츠
|
|
2499
|
+
* - KG이니시스
|
|
2500
|
+
* - NHN KCP
|
|
2501
|
+
*/
|
|
2502
|
+
APPLEPAY: 'APPLEPAY',
|
|
2503
|
+
/**
|
|
2504
|
+
* 핀페이
|
|
2505
|
+
*
|
|
2506
|
+
* - 스마트로
|
|
2507
|
+
*/
|
|
2508
|
+
PINPAY: 'PINPAY',
|
|
2509
|
+
/**
|
|
2510
|
+
* SK페이
|
|
2511
|
+
*
|
|
2512
|
+
* - 나이스페이먼츠
|
|
2513
|
+
*/
|
|
2514
|
+
SKPAY: 'SKPAY',
|
|
2515
|
+
/**
|
|
2516
|
+
* 토스 브랜드페이
|
|
2517
|
+
*/
|
|
2518
|
+
TOSS_BRANDPAY: 'TOSS_BRANDPAY',
|
|
2519
|
+
/**
|
|
2520
|
+
* 하이픈
|
|
2521
|
+
*/
|
|
2522
|
+
HYPHEN: 'HYPHEN',
|
|
2523
|
+
/**
|
|
2524
|
+
* 라인페이
|
|
2525
|
+
*
|
|
2526
|
+
* - 스마트로
|
|
2527
|
+
*/
|
|
2528
|
+
LINEPAY: 'LINEPAY',
|
|
2529
|
+
/**
|
|
2530
|
+
* 티머니
|
|
2531
|
+
*
|
|
2532
|
+
* - 스마트로
|
|
2533
|
+
*/
|
|
2534
|
+
TMONEY: 'TMONEY',
|
|
2535
|
+
/**
|
|
2536
|
+
* PayPay
|
|
2537
|
+
*
|
|
2538
|
+
* - KG이니시스 JPPG/SBPS 일본결제
|
|
2539
|
+
*/
|
|
2540
|
+
PAYPAY: 'PAYPAY',
|
|
2541
|
+
/**
|
|
2542
|
+
* 아마존페이
|
|
2543
|
+
*
|
|
2544
|
+
* - KG이니시스 JPPG 일본결제
|
|
2545
|
+
*/
|
|
2546
|
+
AMAZONPAY: 'AMAZONPAY',
|
|
2547
|
+
/**
|
|
2548
|
+
* 라쿠텐페이
|
|
2549
|
+
*
|
|
2550
|
+
* - KG이니시스 JPPG 일본결제
|
|
2551
|
+
*/
|
|
2552
|
+
RAKUTENPAY: 'RAKUTENPAY',
|
|
2553
|
+
/**
|
|
2554
|
+
* dBarai
|
|
2555
|
+
*
|
|
2556
|
+
* - KG이니시스 JPPG 일본결제
|
|
2557
|
+
*/
|
|
2558
|
+
DBARAI: 'DBARAI',
|
|
2559
|
+
/**
|
|
2560
|
+
* auPAY
|
|
2561
|
+
*
|
|
2562
|
+
* - KG이니시스 JPPG 일본결제
|
|
2563
|
+
*/
|
|
2564
|
+
AUPAY: 'AUPAY',
|
|
2565
|
+
/**
|
|
2566
|
+
* Merpay
|
|
2567
|
+
*
|
|
2568
|
+
* - KG이니시스 JPPG 일본결제
|
|
2569
|
+
*/
|
|
2570
|
+
MERPAY: 'MERPAY',
|
|
2571
|
+
};
|
|
2572
|
+
|
|
2573
|
+
// This file is automatically generated by the SDK generator.
|
|
2574
|
+
// Do not edit this file manually.
|
|
2575
|
+
/**
|
|
2576
|
+
* 구매자 성별
|
|
2577
|
+
*/
|
|
689
2578
|
const Gender = {
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
2579
|
+
/**
|
|
2580
|
+
* 남성
|
|
2581
|
+
*/
|
|
2582
|
+
MALE: 'MALE',
|
|
2583
|
+
/**
|
|
2584
|
+
* 여성
|
|
2585
|
+
*/
|
|
2586
|
+
FEMALE: 'FEMALE',
|
|
2587
|
+
/**
|
|
2588
|
+
* 기타
|
|
2589
|
+
*/
|
|
2590
|
+
OTHER: '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 = {
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
2599
|
+
/**
|
|
2600
|
+
* 도서문화상품권
|
|
2601
|
+
* | KG이니시스
|
|
2602
|
+
*/
|
|
2603
|
+
BOOKNLIFE: 'BOOKNLIFE',
|
|
2604
|
+
/**
|
|
2605
|
+
* 스마트문상, (구)게임문화상품권
|
|
2606
|
+
*/
|
|
2607
|
+
SMART_MUNSANG: 'SMART_MUNSANG',
|
|
2608
|
+
/**
|
|
2609
|
+
* 컬쳐랜드 문화상품권
|
|
2610
|
+
*/
|
|
2611
|
+
CULTURELAND: 'CULTURELAND',
|
|
2612
|
+
/**
|
|
2613
|
+
* 문화상품권
|
|
2614
|
+
*/
|
|
2615
|
+
CULTURE_GIFT: 'CULTURE_GIFT',
|
|
702
2616
|
};
|
|
703
2617
|
|
|
704
|
-
|
|
705
|
-
|
|
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
|
-
//
|
|
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
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
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
|
-
|
|
721
|
-
|
|
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
|
-
//
|
|
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
|
-
HTML5_INICIS: '
|
|
727
|
-
PAYPAL: '
|
|
728
|
-
INICIS: '
|
|
729
|
-
DANAL: '
|
|
730
|
-
NICE: '
|
|
731
|
-
DANAL_TPAY: '
|
|
732
|
-
UPLUS: '
|
|
733
|
-
NAVERPAY: '
|
|
734
|
-
SETTLE: '
|
|
735
|
-
KCP: '
|
|
736
|
-
MOBILIANS: '
|
|
737
|
-
KAKAOPAY: '
|
|
738
|
-
NAVERCO: '
|
|
739
|
-
KICC: '
|
|
740
|
-
EXIMBAY: '
|
|
741
|
-
SMILEPAY: '
|
|
742
|
-
PAYCO: '
|
|
743
|
-
KCP_BILLING: '
|
|
744
|
-
ALIPAY: '
|
|
745
|
-
CHAI: '
|
|
746
|
-
BLUEWALNUT: '
|
|
747
|
-
SMARTRO: '
|
|
748
|
-
PAYMENTWALL: '
|
|
749
|
-
TOSSPAYMENTS: '
|
|
750
|
-
KCP_QUICK: '
|
|
751
|
-
DAOU: '
|
|
752
|
-
GALAXIA: '
|
|
753
|
-
TOSSPAY: '
|
|
754
|
-
KCP_DIRECT: '
|
|
755
|
-
SETTLE_ACC: '
|
|
756
|
-
SETTLE_FIRM: '
|
|
757
|
-
INICIS_UNIFIED: '
|
|
758
|
-
KSNET: '
|
|
759
|
-
PAYPAL_V2: '
|
|
760
|
-
SMARTRO_V2: '
|
|
761
|
-
NICE_V2: '
|
|
762
|
-
TOSS_BRANDPAY: '
|
|
763
|
-
WELCOME: '
|
|
764
|
-
TOSSPAY_V2: '
|
|
765
|
-
INICIS_V2: '
|
|
766
|
-
KPN: '
|
|
767
|
-
KCP_V2: '
|
|
768
|
-
HYPHEN: '
|
|
769
|
-
EXIMBAY_V2: '
|
|
770
|
-
};
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
2761
|
+
HTML5_INICIS: 'HTML5_INICIS',
|
|
2762
|
+
PAYPAL: 'PAYPAL',
|
|
2763
|
+
INICIS: 'INICIS',
|
|
2764
|
+
DANAL: 'DANAL',
|
|
2765
|
+
NICE: 'NICE',
|
|
2766
|
+
DANAL_TPAY: 'DANAL_TPAY',
|
|
2767
|
+
UPLUS: 'UPLUS',
|
|
2768
|
+
NAVERPAY: 'NAVERPAY',
|
|
2769
|
+
SETTLE: 'SETTLE',
|
|
2770
|
+
KCP: 'KCP',
|
|
2771
|
+
MOBILIANS: 'MOBILIANS',
|
|
2772
|
+
KAKAOPAY: 'KAKAOPAY',
|
|
2773
|
+
NAVERCO: 'NAVERCO',
|
|
2774
|
+
KICC: 'KICC',
|
|
2775
|
+
EXIMBAY: 'EXIMBAY',
|
|
2776
|
+
SMILEPAY: 'SMILEPAY',
|
|
2777
|
+
PAYCO: 'PAYCO',
|
|
2778
|
+
KCP_BILLING: 'KCP_BILLING',
|
|
2779
|
+
ALIPAY: 'ALIPAY',
|
|
2780
|
+
CHAI: 'CHAI',
|
|
2781
|
+
BLUEWALNUT: 'BLUEWALNUT',
|
|
2782
|
+
SMARTRO: 'SMARTRO',
|
|
2783
|
+
PAYMENTWALL: 'PAYMENTWALL',
|
|
2784
|
+
TOSSPAYMENTS: 'TOSSPAYMENTS',
|
|
2785
|
+
KCP_QUICK: 'KCP_QUICK',
|
|
2786
|
+
DAOU: 'DAOU',
|
|
2787
|
+
GALAXIA: 'GALAXIA',
|
|
2788
|
+
TOSSPAY: 'TOSSPAY',
|
|
2789
|
+
KCP_DIRECT: 'KCP_DIRECT',
|
|
2790
|
+
SETTLE_ACC: 'SETTLE_ACC',
|
|
2791
|
+
SETTLE_FIRM: 'SETTLE_FIRM',
|
|
2792
|
+
INICIS_UNIFIED: 'INICIS_UNIFIED',
|
|
2793
|
+
KSNET: 'KSNET',
|
|
2794
|
+
PAYPAL_V2: 'PAYPAL_V2',
|
|
2795
|
+
SMARTRO_V2: 'SMARTRO_V2',
|
|
2796
|
+
NICE_V2: 'NICE_V2',
|
|
2797
|
+
TOSS_BRANDPAY: 'TOSS_BRANDPAY',
|
|
2798
|
+
WELCOME: 'WELCOME',
|
|
2799
|
+
TOSSPAY_V2: 'TOSSPAY_V2',
|
|
2800
|
+
INICIS_V2: 'INICIS_V2',
|
|
2801
|
+
KPN: 'KPN',
|
|
2802
|
+
KCP_V2: 'KCP_V2',
|
|
2803
|
+
HYPHEN: 'HYPHEN',
|
|
2804
|
+
EXIMBAY_V2: 'EXIMBAY_V2',
|
|
2805
|
+
};
|
|
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: 'REAL',
|
|
2817
|
+
/**
|
|
2818
|
+
* 디지털
|
|
2819
|
+
*/
|
|
2820
|
+
DIGITAL: 'DIGITAL',
|
|
2821
|
+
};
|
|
2822
|
+
|
|
2823
|
+
// This file is automatically generated by the SDK generator.
|
|
2824
|
+
// Do not edit this file manually.
|
|
2825
|
+
/**
|
|
2826
|
+
* **트랜잭션 유형**
|
|
2827
|
+
*
|
|
775
2828
|
* - PAYMENT: 결제
|
|
776
|
-
* -
|
|
777
|
-
* -
|
|
778
|
-
* -
|
|
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
|
-
|
|
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: 'AL',
|
|
3002
|
+
DZ: 'DZ',
|
|
3003
|
+
AD: 'AD',
|
|
3004
|
+
AO: 'AO',
|
|
3005
|
+
AI: 'AI',
|
|
3006
|
+
AG: 'AG',
|
|
3007
|
+
AR: 'AR',
|
|
3008
|
+
AM: 'AM',
|
|
3009
|
+
AW: 'AW',
|
|
3010
|
+
AU: 'AU',
|
|
3011
|
+
AT: 'AT',
|
|
3012
|
+
AZ: 'AZ',
|
|
3013
|
+
BS: 'BS',
|
|
3014
|
+
BH: 'BH',
|
|
3015
|
+
BB: 'BB',
|
|
3016
|
+
BY: 'BY',
|
|
3017
|
+
BE: 'BE',
|
|
3018
|
+
BZ: 'BZ',
|
|
3019
|
+
BJ: 'BJ',
|
|
3020
|
+
BM: 'BM',
|
|
3021
|
+
BT: 'BT',
|
|
3022
|
+
BO: 'BO',
|
|
3023
|
+
BA: 'BA',
|
|
3024
|
+
BW: 'BW',
|
|
3025
|
+
BR: 'BR',
|
|
3026
|
+
VG: 'VG',
|
|
3027
|
+
BN: 'BN',
|
|
3028
|
+
BG: 'BG',
|
|
3029
|
+
BF: 'BF',
|
|
3030
|
+
BI: 'BI',
|
|
3031
|
+
KH: 'KH',
|
|
3032
|
+
CM: 'CM',
|
|
3033
|
+
CA: 'CA',
|
|
3034
|
+
CV: 'CV',
|
|
3035
|
+
KY: 'KY',
|
|
3036
|
+
TD: 'TD',
|
|
3037
|
+
CL: 'CL',
|
|
3038
|
+
CN: 'CN',
|
|
3039
|
+
CO: 'CO',
|
|
3040
|
+
KM: 'KM',
|
|
3041
|
+
CG: 'CG',
|
|
3042
|
+
CD: 'CD',
|
|
3043
|
+
CK: 'CK',
|
|
3044
|
+
CR: 'CR',
|
|
3045
|
+
CI: 'CI',
|
|
3046
|
+
HR: 'HR',
|
|
3047
|
+
CY: 'CY',
|
|
3048
|
+
CZ: 'CZ',
|
|
3049
|
+
DK: 'DK',
|
|
3050
|
+
DJ: 'DJ',
|
|
3051
|
+
DM: 'DM',
|
|
3052
|
+
DO: 'DO',
|
|
3053
|
+
EC: 'EC',
|
|
3054
|
+
EG: 'EG',
|
|
3055
|
+
SV: 'SV',
|
|
3056
|
+
ER: 'ER',
|
|
3057
|
+
EE: 'EE',
|
|
3058
|
+
ET: 'ET',
|
|
3059
|
+
FK: 'FK',
|
|
3060
|
+
FO: 'FO',
|
|
3061
|
+
FJ: 'FJ',
|
|
3062
|
+
FI: 'FI',
|
|
3063
|
+
FR: 'FR',
|
|
3064
|
+
GF: 'GF',
|
|
3065
|
+
PF: 'PF',
|
|
3066
|
+
GA: 'GA',
|
|
3067
|
+
GM: 'GM',
|
|
3068
|
+
GE: 'GE',
|
|
3069
|
+
DE: 'DE',
|
|
3070
|
+
GI: 'GI',
|
|
3071
|
+
GR: 'GR',
|
|
3072
|
+
GL: 'GL',
|
|
3073
|
+
GD: 'GD',
|
|
3074
|
+
GP: 'GP',
|
|
3075
|
+
GT: 'GT',
|
|
3076
|
+
GN: 'GN',
|
|
3077
|
+
GW: 'GW',
|
|
3078
|
+
GY: 'GY',
|
|
3079
|
+
HN: 'HN',
|
|
3080
|
+
HK: 'HK',
|
|
3081
|
+
HU: 'HU',
|
|
3082
|
+
IS: 'IS',
|
|
3083
|
+
IN: 'IN',
|
|
3084
|
+
ID: 'ID',
|
|
3085
|
+
IE: 'IE',
|
|
3086
|
+
IL: 'IL',
|
|
3087
|
+
IT: 'IT',
|
|
3088
|
+
JM: 'JM',
|
|
3089
|
+
JP: 'JP',
|
|
3090
|
+
JO: 'JO',
|
|
3091
|
+
KZ: 'KZ',
|
|
3092
|
+
KE: 'KE',
|
|
3093
|
+
KI: 'KI',
|
|
3094
|
+
KW: 'KW',
|
|
3095
|
+
KG: 'KG',
|
|
3096
|
+
LA: 'LA',
|
|
3097
|
+
LV: 'LV',
|
|
3098
|
+
LS: 'LS',
|
|
3099
|
+
LI: 'LI',
|
|
3100
|
+
LT: 'LT',
|
|
3101
|
+
LU: 'LU',
|
|
3102
|
+
MK: 'MK',
|
|
3103
|
+
MG: 'MG',
|
|
3104
|
+
MW: 'MW',
|
|
3105
|
+
MY: 'MY',
|
|
3106
|
+
MV: 'MV',
|
|
3107
|
+
ML: 'ML',
|
|
3108
|
+
MT: 'MT',
|
|
3109
|
+
MH: 'MH',
|
|
3110
|
+
MQ: 'MQ',
|
|
3111
|
+
MR: 'MR',
|
|
3112
|
+
MU: 'MU',
|
|
3113
|
+
YT: 'YT',
|
|
3114
|
+
MX: 'MX',
|
|
3115
|
+
FM: 'FM',
|
|
3116
|
+
MD: 'MD',
|
|
3117
|
+
MC: 'MC',
|
|
3118
|
+
MN: 'MN',
|
|
3119
|
+
ME: 'ME',
|
|
3120
|
+
MS: 'MS',
|
|
3121
|
+
MA: 'MA',
|
|
3122
|
+
MZ: 'MZ',
|
|
3123
|
+
NA: 'NA',
|
|
3124
|
+
NR: 'NR',
|
|
3125
|
+
NP: 'NP',
|
|
3126
|
+
NL: 'NL',
|
|
3127
|
+
AN: 'AN',
|
|
3128
|
+
NC: 'NC',
|
|
3129
|
+
NZ: 'NZ',
|
|
3130
|
+
NI: 'NI',
|
|
3131
|
+
NE: 'NE',
|
|
3132
|
+
NG: 'NG',
|
|
3133
|
+
NU: 'NU',
|
|
3134
|
+
NF: 'NF',
|
|
3135
|
+
NO: 'NO',
|
|
3136
|
+
OM: 'OM',
|
|
3137
|
+
PW: 'PW',
|
|
3138
|
+
PA: 'PA',
|
|
3139
|
+
PG: 'PG',
|
|
3140
|
+
PY: 'PY',
|
|
3141
|
+
PE: 'PE',
|
|
3142
|
+
PH: 'PH',
|
|
3143
|
+
PN: 'PN',
|
|
3144
|
+
PL: 'PL',
|
|
3145
|
+
PT: 'PT',
|
|
3146
|
+
QA: 'QA',
|
|
3147
|
+
RE: 'RE',
|
|
3148
|
+
RO: 'RO',
|
|
3149
|
+
RU: 'RU',
|
|
3150
|
+
RW: 'RW',
|
|
3151
|
+
WS: 'WS',
|
|
3152
|
+
SM: 'SM',
|
|
3153
|
+
ST: 'ST',
|
|
3154
|
+
SA: 'SA',
|
|
3155
|
+
SN: 'SN',
|
|
3156
|
+
RS: 'RS',
|
|
3157
|
+
SC: 'SC',
|
|
3158
|
+
SL: 'SL',
|
|
3159
|
+
SG: 'SG',
|
|
3160
|
+
SK: 'SK',
|
|
3161
|
+
SI: 'SI',
|
|
3162
|
+
SB: 'SB',
|
|
3163
|
+
SO: 'SO',
|
|
3164
|
+
ZA: 'ZA',
|
|
3165
|
+
KR: 'KR',
|
|
3166
|
+
ES: 'ES',
|
|
3167
|
+
LK: 'LK',
|
|
3168
|
+
SH: 'SH',
|
|
3169
|
+
KN: 'KN',
|
|
3170
|
+
LC: 'LC',
|
|
3171
|
+
PM: 'PM',
|
|
3172
|
+
VC: 'VC',
|
|
3173
|
+
SR: 'SR',
|
|
3174
|
+
SJ: 'SJ',
|
|
3175
|
+
SZ: 'SZ',
|
|
3176
|
+
SE: 'SE',
|
|
3177
|
+
CH: 'CH',
|
|
3178
|
+
TW: 'TW',
|
|
3179
|
+
TJ: 'TJ',
|
|
3180
|
+
TZ: 'TZ',
|
|
3181
|
+
TH: 'TH',
|
|
3182
|
+
TG: 'TG',
|
|
3183
|
+
TO: 'TO',
|
|
3184
|
+
TT: 'TT',
|
|
3185
|
+
TN: 'TN',
|
|
3186
|
+
TM: 'TM',
|
|
3187
|
+
TC: 'TC',
|
|
3188
|
+
TV: 'TV',
|
|
3189
|
+
TR: 'TR',
|
|
3190
|
+
UG: 'UG',
|
|
3191
|
+
UA: 'UA',
|
|
3192
|
+
AE: 'AE',
|
|
3193
|
+
GB: 'GB',
|
|
3194
|
+
US: 'US',
|
|
3195
|
+
UY: 'UY',
|
|
3196
|
+
VU: 'VU',
|
|
3197
|
+
VA: 'VA',
|
|
3198
|
+
VE: 'VE',
|
|
3199
|
+
VN: 'VN',
|
|
3200
|
+
WF: 'WF',
|
|
3201
|
+
YE: 'YE',
|
|
3202
|
+
ZM: 'ZM',
|
|
3203
|
+
ZW: '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
|
-
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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 =
|
|
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;
|