UNPKG

@adyen/api-library

Version:

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

96 lines (95 loc) 3.93 kB
export * from './aULocalAccountIdentification'; export * from './acceptTermsOfServiceRequest'; export * from './acceptTermsOfServiceResponse'; export * from './additionalBankIdentification'; export * from './address'; export * from './amount'; export * from './attachment'; export * from './bankAccountInfo'; export * from './birthData'; export * from './businessLine'; export * from './businessLineInfo'; export * from './businessLineInfoUpdate'; export * from './businessLines'; export * from './cALocalAccountIdentification'; export * from './cZLocalAccountIdentification'; export * from './calculatePciStatusRequest'; export * from './calculatePciStatusResponse'; export * from './calculateTermsOfServiceStatusResponse'; export * from './capabilityProblem'; export * from './capabilityProblemEntity'; export * from './capabilityProblemEntityRecursive'; export * from './capabilitySettings'; export * from './checkTaxElectronicDeliveryConsentResponse'; export * from './dKLocalAccountIdentification'; export * from './dataReviewConfirmationResponse'; export * from './document'; export * from './documentPage'; export * from './documentReference'; export * from './entityReference'; export * from './financialReport'; export * from './generatePciDescriptionRequest'; export * from './generatePciDescriptionResponse'; export * from './getAcceptedTermsOfServiceDocumentResponse'; export * from './getPciQuestionnaireInfosResponse'; export * from './getPciQuestionnaireResponse'; export * from './getTermsOfServiceAcceptanceInfosResponse'; export * from './getTermsOfServiceDocumentRequest'; export * from './getTermsOfServiceDocumentResponse'; export * from './hKLocalAccountIdentification'; export * from './hULocalAccountIdentification'; export * from './ibanAccountIdentification'; export * from './identificationData'; export * from './individual'; export * from './legalEntity'; export * from './legalEntityAssociation'; export * from './legalEntityCapability'; export * from './legalEntityInfo'; export * from './legalEntityInfoRequiredType'; export * from './nOLocalAccountIdentification'; export * from './nZLocalAccountIdentification'; export * from './name'; export * from './numberAndBicAccountIdentification'; export * from './onboardingLink'; export * from './onboardingLinkInfo'; export * from './onboardingLinkSettings'; export * from './onboardingTheme'; export * from './onboardingThemes'; export * from './organization'; export * from './ownerEntity'; export * from './pLLocalAccountIdentification'; export * from './pciDocumentInfo'; export * from './pciSigningRequest'; export * from './pciSigningResponse'; export * from './phoneNumber'; export * from './remediatingAction'; export * from './sELocalAccountIdentification'; export * from './sGLocalAccountIdentification'; export * from './serviceError'; export * from './setTaxElectronicDeliveryConsentRequest'; export * from './soleProprietorship'; export * from './sourceOfFunds'; export * from './stockData'; export * from './supportingEntityCapability'; export * from './taxInformation'; export * from './taxReportingClassification'; export * from './termsOfServiceAcceptanceInfo'; export * from './transferInstrument'; export * from './transferInstrumentInfo'; export * from './transferInstrumentReference'; export * from './trust'; export * from './uKLocalAccountIdentification'; export * from './uSLocalAccountIdentification'; export * from './undefinedBeneficiary'; export * from './unincorporatedPartnership'; export * from './verificationDeadline'; export * from './verificationError'; export * from './verificationErrorRecursive'; export * from './verificationErrors'; export * from './webData'; export * from './webDataExemption'; export declare class ObjectSerializer { static findCorrectType(data: any, expectedType: string): any; static serialize(data: any, type: string): any; static deserialize(data: any, type: string): any; }