@portone/server-sdk
Version:
PortOne JavaScript SDK for server-side usage
459 lines (458 loc) • 18.8 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
var _exportNames = {
BillingKeyError: true
};
Object.defineProperty(exports, "BillingKeyError", {
enumerable: true,
get: function () {
return _BillingKeyError.BillingKeyError;
}
});
var _BillingKeyError = require("./BillingKeyError.cjs");
var _BillingKeyFailure = require("./BillingKeyFailure.cjs");
Object.keys(_BillingKeyFailure).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _BillingKeyFailure[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _BillingKeyFailure[key];
}
});
});
var _BillingKeyFilterInput = require("./BillingKeyFilterInput.cjs");
Object.keys(_BillingKeyFilterInput).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _BillingKeyFilterInput[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _BillingKeyFilterInput[key];
}
});
});
var _BillingKeyInfo = require("./BillingKeyInfo.cjs");
Object.keys(_BillingKeyInfo).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _BillingKeyInfo[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _BillingKeyInfo[key];
}
});
});
var _BillingKeyInfoSummary = require("./BillingKeyInfoSummary.cjs");
Object.keys(_BillingKeyInfoSummary).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _BillingKeyInfoSummary[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _BillingKeyInfoSummary[key];
}
});
});
var _BillingKeyNotIssuedError = require("./BillingKeyNotIssuedError.cjs");
Object.keys(_BillingKeyNotIssuedError).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _BillingKeyNotIssuedError[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _BillingKeyNotIssuedError[key];
}
});
});
var _BillingKeyPaymentMethod = require("./BillingKeyPaymentMethod.cjs");
Object.keys(_BillingKeyPaymentMethod).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _BillingKeyPaymentMethod[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _BillingKeyPaymentMethod[key];
}
});
});
var _BillingKeyPaymentMethodCard = require("./BillingKeyPaymentMethodCard.cjs");
Object.keys(_BillingKeyPaymentMethodCard).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _BillingKeyPaymentMethodCard[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _BillingKeyPaymentMethodCard[key];
}
});
});
var _BillingKeyPaymentMethodEasyPay = require("./BillingKeyPaymentMethodEasyPay.cjs");
Object.keys(_BillingKeyPaymentMethodEasyPay).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _BillingKeyPaymentMethodEasyPay[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _BillingKeyPaymentMethodEasyPay[key];
}
});
});
var _BillingKeyPaymentMethodEasyPayCharge = require("./BillingKeyPaymentMethodEasyPayCharge.cjs");
Object.keys(_BillingKeyPaymentMethodEasyPayCharge).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _BillingKeyPaymentMethodEasyPayCharge[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _BillingKeyPaymentMethodEasyPayCharge[key];
}
});
});
var _BillingKeyPaymentMethodEasyPayMethod = require("./BillingKeyPaymentMethodEasyPayMethod.cjs");
Object.keys(_BillingKeyPaymentMethodEasyPayMethod).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _BillingKeyPaymentMethodEasyPayMethod[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _BillingKeyPaymentMethodEasyPayMethod[key];
}
});
});
var _BillingKeyPaymentMethodMobile = require("./BillingKeyPaymentMethodMobile.cjs");
Object.keys(_BillingKeyPaymentMethodMobile).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _BillingKeyPaymentMethodMobile[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _BillingKeyPaymentMethodMobile[key];
}
});
});
var _BillingKeyPaymentMethodPaypal = require("./BillingKeyPaymentMethodPaypal.cjs");
Object.keys(_BillingKeyPaymentMethodPaypal).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _BillingKeyPaymentMethodPaypal[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _BillingKeyPaymentMethodPaypal[key];
}
});
});
var _BillingKeyPaymentMethodTransfer = require("./BillingKeyPaymentMethodTransfer.cjs");
Object.keys(_BillingKeyPaymentMethodTransfer).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _BillingKeyPaymentMethodTransfer[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _BillingKeyPaymentMethodTransfer[key];
}
});
});
var _BillingKeyPaymentMethodType = require("./BillingKeyPaymentMethodType.cjs");
Object.keys(_BillingKeyPaymentMethodType).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _BillingKeyPaymentMethodType[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _BillingKeyPaymentMethodType[key];
}
});
});
var _BillingKeySortBy = require("./BillingKeySortBy.cjs");
Object.keys(_BillingKeySortBy).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _BillingKeySortBy[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _BillingKeySortBy[key];
}
});
});
var _BillingKeySortInput = require("./BillingKeySortInput.cjs");
Object.keys(_BillingKeySortInput).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _BillingKeySortInput[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _BillingKeySortInput[key];
}
});
});
var _BillingKeyStatus = require("./BillingKeyStatus.cjs");
Object.keys(_BillingKeyStatus).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _BillingKeyStatus[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _BillingKeyStatus[key];
}
});
});
var _BillingKeyTextSearch = require("./BillingKeyTextSearch.cjs");
Object.keys(_BillingKeyTextSearch).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _BillingKeyTextSearch[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _BillingKeyTextSearch[key];
}
});
});
var _BillingKeyTextSearchField = require("./BillingKeyTextSearchField.cjs");
Object.keys(_BillingKeyTextSearchField).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _BillingKeyTextSearchField[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _BillingKeyTextSearchField[key];
}
});
});
var _BillingKeyTimeRangeField = require("./BillingKeyTimeRangeField.cjs");
Object.keys(_BillingKeyTimeRangeField).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _BillingKeyTimeRangeField[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _BillingKeyTimeRangeField[key];
}
});
});
var _ChannelSpecificError = require("./ChannelSpecificError.cjs");
Object.keys(_ChannelSpecificError).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _ChannelSpecificError[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _ChannelSpecificError[key];
}
});
});
var _ChannelSpecificFailure = require("./ChannelSpecificFailure.cjs");
Object.keys(_ChannelSpecificFailure).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _ChannelSpecificFailure[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _ChannelSpecificFailure[key];
}
});
});
var _ChannelSpecificFailureInvalidRequest = require("./ChannelSpecificFailureInvalidRequest.cjs");
Object.keys(_ChannelSpecificFailureInvalidRequest).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _ChannelSpecificFailureInvalidRequest[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _ChannelSpecificFailureInvalidRequest[key];
}
});
});
var _ChannelSpecificFailurePgProvider = require("./ChannelSpecificFailurePgProvider.cjs");
Object.keys(_ChannelSpecificFailurePgProvider).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _ChannelSpecificFailurePgProvider[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _ChannelSpecificFailurePgProvider[key];
}
});
});
var _DeleteBillingKeyResponse = require("./DeleteBillingKeyResponse.cjs");
Object.keys(_DeleteBillingKeyResponse).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _DeleteBillingKeyResponse[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _DeleteBillingKeyResponse[key];
}
});
});
var _DeletedBillingKeyInfo = require("./DeletedBillingKeyInfo.cjs");
Object.keys(_DeletedBillingKeyInfo).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _DeletedBillingKeyInfo[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _DeletedBillingKeyInfo[key];
}
});
});
var _FailedPgBillingKeyIssueResponse = require("./FailedPgBillingKeyIssueResponse.cjs");
Object.keys(_FailedPgBillingKeyIssueResponse).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _FailedPgBillingKeyIssueResponse[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _FailedPgBillingKeyIssueResponse[key];
}
});
});
var _GetBillingKeyInfosBody = require("./GetBillingKeyInfosBody.cjs");
Object.keys(_GetBillingKeyInfosBody).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _GetBillingKeyInfosBody[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _GetBillingKeyInfosBody[key];
}
});
});
var _GetBillingKeyInfosResponse = require("./GetBillingKeyInfosResponse.cjs");
Object.keys(_GetBillingKeyInfosResponse).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _GetBillingKeyInfosResponse[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _GetBillingKeyInfosResponse[key];
}
});
});
var _InstantBillingKeyPaymentMethodInput = require("./InstantBillingKeyPaymentMethodInput.cjs");
Object.keys(_InstantBillingKeyPaymentMethodInput).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _InstantBillingKeyPaymentMethodInput[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _InstantBillingKeyPaymentMethodInput[key];
}
});
});
var _InstantBillingKeyPaymentMethodInputCard = require("./InstantBillingKeyPaymentMethodInputCard.cjs");
Object.keys(_InstantBillingKeyPaymentMethodInputCard).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _InstantBillingKeyPaymentMethodInputCard[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _InstantBillingKeyPaymentMethodInputCard[key];
}
});
});
var _IssueBillingKeyBody = require("./IssueBillingKeyBody.cjs");
Object.keys(_IssueBillingKeyBody).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _IssueBillingKeyBody[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _IssueBillingKeyBody[key];
}
});
});
var _IssueBillingKeyResponse = require("./IssueBillingKeyResponse.cjs");
Object.keys(_IssueBillingKeyResponse).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _IssueBillingKeyResponse[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _IssueBillingKeyResponse[key];
}
});
});
var _IssuedBillingKeyInfo = require("./IssuedBillingKeyInfo.cjs");
Object.keys(_IssuedBillingKeyInfo).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _IssuedBillingKeyInfo[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _IssuedBillingKeyInfo[key];
}
});
});
var _IssuedPgBillingKeyIssueResponse = require("./IssuedPgBillingKeyIssueResponse.cjs");
Object.keys(_IssuedPgBillingKeyIssueResponse).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _IssuedPgBillingKeyIssueResponse[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _IssuedPgBillingKeyIssueResponse[key];
}
});
});
var _PgBillingKeyIssueResponse = require("./PgBillingKeyIssueResponse.cjs");
Object.keys(_PgBillingKeyIssueResponse).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _PgBillingKeyIssueResponse[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _PgBillingKeyIssueResponse[key];
}
});
});
var _client = require("./client.cjs");
Object.keys(_client).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _client[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _client[key];
}
});
});