@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
112 lines • 6.39 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("./acceptTermsOfServiceRequest"), exports);
__exportStar(require("./acceptTermsOfServiceResponse"), exports);
__exportStar(require("./additionalBankIdentification"), exports);
__exportStar(require("./address"), exports);
__exportStar(require("./amount"), exports);
__exportStar(require("./attachment"), exports);
__exportStar(require("./bankAccountInfo"), exports);
__exportStar(require("./bankAccountInfoAccountIdentification"), exports);
__exportStar(require("./birthData"), exports);
__exportStar(require("./businessLine"), exports);
__exportStar(require("./businessLineInfo"), exports);
__exportStar(require("./businessLineInfoUpdate"), exports);
__exportStar(require("./businessLines"), exports);
__exportStar(require("./cALocalAccountIdentification"), exports);
__exportStar(require("./cZLocalAccountIdentification"), exports);
__exportStar(require("./calculatePciStatusRequest"), exports);
__exportStar(require("./calculatePciStatusResponse"), exports);
__exportStar(require("./calculateTermsOfServiceStatusResponse"), exports);
__exportStar(require("./capabilityProblem"), exports);
__exportStar(require("./capabilityProblemEntity"), exports);
__exportStar(require("./capabilityProblemEntityRecursive"), exports);
__exportStar(require("./capabilitySettings"), exports);
__exportStar(require("./checkTaxElectronicDeliveryConsentResponse"), exports);
__exportStar(require("./dKLocalAccountIdentification"), exports);
__exportStar(require("./dataReviewConfirmationResponse"), exports);
__exportStar(require("./document"), exports);
__exportStar(require("./documentPage"), exports);
__exportStar(require("./documentReference"), exports);
__exportStar(require("./entityReference"), exports);
__exportStar(require("./financialReport"), exports);
__exportStar(require("./financier"), exports);
__exportStar(require("./generatePciDescriptionRequest"), exports);
__exportStar(require("./generatePciDescriptionResponse"), exports);
__exportStar(require("./getAcceptedTermsOfServiceDocumentResponse"), exports);
__exportStar(require("./getPciQuestionnaireInfosResponse"), exports);
__exportStar(require("./getPciQuestionnaireResponse"), exports);
__exportStar(require("./getTermsOfServiceAcceptanceInfosResponse"), exports);
__exportStar(require("./getTermsOfServiceDocumentRequest"), exports);
__exportStar(require("./getTermsOfServiceDocumentResponse"), exports);
__exportStar(require("./hKLocalAccountIdentification"), exports);
__exportStar(require("./hULocalAccountIdentification"), exports);
__exportStar(require("./ibanAccountIdentification"), exports);
__exportStar(require("./identificationData"), exports);
__exportStar(require("./individual"), exports);
__exportStar(require("./legalEntity"), exports);
__exportStar(require("./legalEntityAssociation"), exports);
__exportStar(require("./legalEntityCapability"), exports);
__exportStar(require("./legalEntityInfo"), exports);
__exportStar(require("./legalEntityInfoRequiredType"), exports);
__exportStar(require("./nOLocalAccountIdentification"), exports);
__exportStar(require("./nZLocalAccountIdentification"), exports);
__exportStar(require("./name"), exports);
__exportStar(require("./numberAndBicAccountIdentification"), exports);
__exportStar(require("./onboardingLink"), exports);
__exportStar(require("./onboardingLinkInfo"), exports);
__exportStar(require("./onboardingLinkSettings"), exports);
__exportStar(require("./onboardingTheme"), exports);
__exportStar(require("./onboardingThemes"), exports);
__exportStar(require("./organization"), exports);
__exportStar(require("./ownerEntity"), exports);
__exportStar(require("./pLLocalAccountIdentification"), exports);
__exportStar(require("./pciDocumentInfo"), exports);
__exportStar(require("./pciSigningRequest"), exports);
__exportStar(require("./pciSigningResponse"), exports);
__exportStar(require("./phoneNumber"), exports);
__exportStar(require("./remediatingAction"), exports);
__exportStar(require("./sELocalAccountIdentification"), exports);
__exportStar(require("./sGLocalAccountIdentification"), exports);
__exportStar(require("./serviceError"), exports);
__exportStar(require("./setTaxElectronicDeliveryConsentRequest"), exports);
__exportStar(require("./soleProprietorship"), exports);
__exportStar(require("./sourceOfFunds"), exports);
__exportStar(require("./stockData"), exports);
__exportStar(require("./support"), exports);
__exportStar(require("./supportingEntityCapability"), exports);
__exportStar(require("./taxInformation"), exports);
__exportStar(require("./taxReportingClassification"), exports);
__exportStar(require("./termsOfServiceAcceptanceInfo"), exports);
__exportStar(require("./transferInstrument"), exports);
__exportStar(require("./transferInstrumentInfo"), exports);
__exportStar(require("./transferInstrumentReference"), exports);
__exportStar(require("./trust"), exports);
__exportStar(require("./uKLocalAccountIdentification"), exports);
__exportStar(require("./uSLocalAccountIdentification"), exports);
__exportStar(require("./undefinedBeneficiary"), exports);
__exportStar(require("./unincorporatedPartnership"), exports);
__exportStar(require("./verificationDeadline"), exports);
__exportStar(require("./verificationError"), exports);
__exportStar(require("./verificationErrorRecursive"), exports);
__exportStar(require("./verificationErrors"), exports);
__exportStar(require("./webData"), exports);
__exportStar(require("./webDataExemption"), exports);
// serializing and deserializing typed objects
__exportStar(require("./objectSerializer"), exports);
//# sourceMappingURL=models.js.map