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