@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
111 lines • 6.13 kB
JavaScript
;
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("./aULocalAccountIdentification"), exports);
__exportStar(require("./additionalBankIdentification"), exports);
__exportStar(require("./address"), exports);
__exportStar(require("./airline"), exports);
__exportStar(require("./amount"), exports);
__exportStar(require("./amountAdjustment"), exports);
__exportStar(require("./approveTransfersRequest"), exports);
__exportStar(require("./bRLocalAccountIdentification"), exports);
__exportStar(require("./balanceMutation"), exports);
__exportStar(require("./bankAccountV3"), exports);
__exportStar(require("./bankAccountV3AccountIdentification"), exports);
__exportStar(require("./bankCategoryData"), exports);
__exportStar(require("./cALocalAccountIdentification"), exports);
__exportStar(require("./cZLocalAccountIdentification"), exports);
__exportStar(require("./cancelTransfersRequest"), exports);
__exportStar(require("./capitalBalance"), exports);
__exportStar(require("./capitalGrant"), exports);
__exportStar(require("./capitalGrantInfo"), exports);
__exportStar(require("./capitalGrants"), exports);
__exportStar(require("./card"), exports);
__exportStar(require("./cardIdentification"), exports);
__exportStar(require("./confirmationTrackingData"), exports);
__exportStar(require("./counterparty"), exports);
__exportStar(require("./counterpartyInfoV3"), exports);
__exportStar(require("./counterpartyV3"), exports);
__exportStar(require("./dKLocalAccountIdentification"), exports);
__exportStar(require("./directDebitInformation"), exports);
__exportStar(require("./estimationTrackingData"), exports);
__exportStar(require("./executionDate"), exports);
__exportStar(require("./externalReason"), exports);
__exportStar(require("./fee"), exports);
__exportStar(require("./findTransfersResponse"), exports);
__exportStar(require("./hKLocalAccountIdentification"), exports);
__exportStar(require("./hULocalAccountIdentification"), exports);
__exportStar(require("./ibanAccountIdentification"), exports);
__exportStar(require("./internalCategoryData"), exports);
__exportStar(require("./internalReviewTrackingData"), exports);
__exportStar(require("./invalidField"), exports);
__exportStar(require("./issuedCard"), exports);
__exportStar(require("./issuingTransactionData"), exports);
__exportStar(require("./leg"), exports);
__exportStar(require("./link"), exports);
__exportStar(require("./links"), exports);
__exportStar(require("./lodging"), exports);
__exportStar(require("./merchantData"), exports);
__exportStar(require("./merchantPurchaseData"), exports);
__exportStar(require("./modification"), exports);
__exportStar(require("./nOLocalAccountIdentification"), exports);
__exportStar(require("./nZLocalAccountIdentification"), exports);
__exportStar(require("./nameLocation"), exports);
__exportStar(require("./numberAndBicAccountIdentification"), exports);
__exportStar(require("./pLLocalAccountIdentification"), exports);
__exportStar(require("./partyIdentification"), exports);
__exportStar(require("./paymentInstrument"), exports);
__exportStar(require("./platformPayment"), exports);
__exportStar(require("./relayedAuthorisationData"), exports);
__exportStar(require("./repayment"), exports);
__exportStar(require("./repaymentTerm"), exports);
__exportStar(require("./resourceReference"), exports);
__exportStar(require("./restServiceError"), exports);
__exportStar(require("./returnTransferRequest"), exports);
__exportStar(require("./returnTransferResponse"), exports);
__exportStar(require("./routingDetails"), exports);
__exportStar(require("./sELocalAccountIdentification"), exports);
__exportStar(require("./sGLocalAccountIdentification"), exports);
__exportStar(require("./serviceError"), exports);
__exportStar(require("./threeDSecure"), exports);
__exportStar(require("./thresholdRepayment"), exports);
__exportStar(require("./transaction"), exports);
__exportStar(require("./transactionEventViolation"), exports);
__exportStar(require("./transactionRuleReference"), exports);
__exportStar(require("./transactionRuleSource"), exports);
__exportStar(require("./transactionRulesResult"), exports);
__exportStar(require("./transactionSearchResponse"), exports);
__exportStar(require("./transfer"), exports);
__exportStar(require("./transferCategoryData"), exports);
__exportStar(require("./transferData"), exports);
__exportStar(require("./transferDataTracking"), exports);
__exportStar(require("./transferEvent"), exports);
__exportStar(require("./transferEventEventsDataInner"), exports);
__exportStar(require("./transferEventTrackingData"), exports);
__exportStar(require("./transferInfo"), exports);
__exportStar(require("./transferNotificationCounterParty"), exports);
__exportStar(require("./transferNotificationMerchantData"), exports);
__exportStar(require("./transferNotificationValidationFact"), exports);
__exportStar(require("./transferRequestReview"), exports);
__exportStar(require("./transferReview"), exports);
__exportStar(require("./transferServiceRestServiceError"), exports);
__exportStar(require("./transferView"), exports);
__exportStar(require("./uKLocalAccountIdentification"), exports);
__exportStar(require("./uSLocalAccountIdentification"), exports);
__exportStar(require("./ultimatePartyIdentification"), exports);
// serializing and deserializing typed objects
__exportStar(require("./objectSerializer"), exports);
//# sourceMappingURL=models.js.map