UNPKG

@adyen/api-library

Version:

The Adyen API Library for NodeJS enables you to work with Adyen APIs.

77 lines 4.29 kB
"use strict"; var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; var desc = Object.getOwnPropertyDescriptor(m, k); if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { desc = { enumerable: true, get: function() { return m[k]; } }; } Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; Object.defineProperty(exports, "__esModule", { value: true }); __exportStar(require("./accountHolder"), exports); __exportStar(require("./accountHolderCapability"), exports); __exportStar(require("./accountHolderNotificationData"), exports); __exportStar(require("./accountHolderNotificationRequest"), exports); __exportStar(require("./accountSupportingEntityCapability"), exports); __exportStar(require("./address"), exports); __exportStar(require("./amount"), exports); __exportStar(require("./authentication"), exports); __exportStar(require("./balance"), exports); __exportStar(require("./balanceAccount"), exports); __exportStar(require("./balanceAccountNotificationData"), exports); __exportStar(require("./balanceAccountNotificationRequest"), exports); __exportStar(require("./balancePlatformNotificationResponse"), exports); __exportStar(require("./bankAccountDetails"), exports); __exportStar(require("./bulkAddress"), exports); __exportStar(require("./capabilityProblem"), exports); __exportStar(require("./capabilityProblemEntity"), exports); __exportStar(require("./capabilityProblemEntityRecursive"), exports); __exportStar(require("./capabilitySettings"), exports); __exportStar(require("./card"), exports); __exportStar(require("./cardConfiguration"), exports); __exportStar(require("./cardOrderItem"), exports); __exportStar(require("./cardOrderItemDeliveryStatus"), exports); __exportStar(require("./cardOrderNotificationRequest"), exports); __exportStar(require("./contactDetails"), exports); __exportStar(require("./deliveryAddress"), exports); __exportStar(require("./deliveryContact"), exports); __exportStar(require("./device"), exports); __exportStar(require("./expiry"), exports); __exportStar(require("./ibanAccountIdentification"), exports); __exportStar(require("./name"), exports); __exportStar(require("./networkTokenNotificationDataV2"), exports); __exportStar(require("./networkTokenNotificationRequest"), exports); __exportStar(require("./networkTokenRequestor"), exports); __exportStar(require("./networkTokenRiskRuleData"), exports); __exportStar(require("./networkTokenRiskRuleSource"), exports); __exportStar(require("./networkTokenTransactionRulesResult"), exports); __exportStar(require("./networkTokenTriggeredRiskRule"), exports); __exportStar(require("./paymentInstrument"), exports); __exportStar(require("./paymentInstrumentAdditionalBankAccountIdentificationsInner"), exports); __exportStar(require("./paymentInstrumentNotificationData"), exports); __exportStar(require("./paymentNotificationRequest"), exports); __exportStar(require("./phone"), exports); __exportStar(require("./phoneNumber"), exports); __exportStar(require("./platformPaymentConfiguration"), exports); __exportStar(require("./remediatingAction"), exports); __exportStar(require("./resource"), exports); __exportStar(require("./sweepConfigurationNotificationData"), exports); __exportStar(require("./sweepConfigurationNotificationRequest"), exports); __exportStar(require("./sweepConfigurationV2"), exports); __exportStar(require("./sweepCounterparty"), exports); __exportStar(require("./sweepSchedule"), exports); __exportStar(require("./tokenAuthentication"), exports); __exportStar(require("./validationFacts"), exports); __exportStar(require("./verificationDeadline"), exports); __exportStar(require("./verificationError"), exports); __exportStar(require("./verificationErrorRecursive"), exports); __exportStar(require("./wallet"), exports); // serializing and deserializing typed objects __exportStar(require("./objectSerializer"), exports); //# sourceMappingURL=models.js.map