UNPKG

@adyen/api-library

Version:

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

168 lines (167 loc) 6.89 kB
export * from './aULocalAccountIdentification'; export * from './accountHolder'; export * from './accountHolderCapability'; export * from './accountHolderInfo'; export * from './accountHolderUpdateRequest'; export * from './accountSupportingEntityCapability'; export * from './activeNetworkTokensRestriction'; export * from './additionalBankIdentification'; export * from './address'; export * from './addressRequirement'; export * from './amount'; export * from './amountMinMaxRequirement'; export * from './amountNonZeroDecimalsRequirement'; export * from './associationDelegatedAuthenticationData'; export * from './associationFinaliseRequest'; export * from './associationFinaliseResponse'; export * from './associationInitiateRequest'; export * from './associationInitiateResponse'; export * from './authentication'; export * from './bRLocalAccountIdentification'; export * from './balance'; export * from './balanceAccount'; export * from './balanceAccountBase'; export * from './balanceAccountInfo'; export * from './balanceAccountUpdateRequest'; export * from './balancePlatform'; export * from './balanceSweepConfigurationsResponse'; export * from './bankAccount'; export * from './bankAccountDetails'; export * from './bankAccountIdentificationTypeRequirement'; export * from './bankAccountIdentificationValidationRequest'; export * from './bankAccountModel'; export * from './bankIdentification'; export * from './brandVariantsRestriction'; export * from './bulkAddress'; export * from './cALocalAccountIdentification'; export * from './cZLocalAccountIdentification'; export * from './capabilityProblem'; export * from './capabilityProblemEntity'; export * from './capabilityProblemEntityRecursive'; export * from './capabilitySettings'; export * from './capitalBalance'; export * from './capitalGrantAccount'; export * from './card'; export * from './cardConfiguration'; export * from './cardInfo'; export * from './cardOrder'; export * from './cardOrderItem'; export * from './cardOrderItemDeliveryStatus'; export * from './contactDetails'; export * from './counterparty'; export * from './counterpartyBankRestriction'; export * from './counterpartyTypesRestriction'; export * from './countriesRestriction'; export * from './createSweepConfigurationV2'; export * from './dKLocalAccountIdentification'; export * from './dayOfWeekRestriction'; export * from './delegatedAuthenticationData'; export * from './deliveryAddress'; export * from './deliveryContact'; export * from './device'; export * from './deviceInfo'; export * from './differentCurrenciesRestriction'; export * from './duration'; export * from './entryModesRestriction'; export * from './expiry'; export * from './fee'; export * from './getNetworkTokenResponse'; export * from './getTaxFormResponse'; export * from './grantLimit'; export * from './grantOffer'; export * from './grantOffers'; export * from './hKLocalAccountIdentification'; export * from './hULocalAccountIdentification'; export * from './href'; export * from './ibanAccountIdentification'; export * from './ibanAccountIdentificationRequirement'; export * from './internationalTransactionRestriction'; export * from './invalidField'; export * from './link'; export * from './listNetworkTokensResponse'; export * from './matchingTransactionsRestriction'; export * from './matchingValuesRestriction'; export * from './mccsRestriction'; export * from './merchantAcquirerPair'; export * from './merchantNamesRestriction'; export * from './merchantsRestriction'; export * from './nOLocalAccountIdentification'; export * from './nZLocalAccountIdentification'; export * from './name'; export * from './networkToken'; export * from './numberAndBicAccountIdentification'; export * from './pLLocalAccountIdentification'; export * from './paginatedAccountHoldersResponse'; export * from './paginatedBalanceAccountsResponse'; export * from './paginatedGetCardOrderItemResponse'; export * from './paginatedGetCardOrderResponse'; export * from './paginatedPaymentInstrumentsResponse'; export * from './paymentInstrument'; export * from './paymentInstrumentGroup'; export * from './paymentInstrumentGroupInfo'; export * from './paymentInstrumentInfo'; export * from './paymentInstrumentRequirement'; export * from './paymentInstrumentRevealInfo'; export * from './paymentInstrumentRevealRequest'; export * from './paymentInstrumentRevealResponse'; export * from './paymentInstrumentUpdateRequest'; export * from './phone'; export * from './phoneNumber'; export * from './pinChangeRequest'; export * from './pinChangeResponse'; export * from './platformPaymentConfiguration'; export * from './processingTypesRestriction'; export * from './publicKeyResponse'; export * from './registerSCAFinalResponse'; export * from './registerSCARequest'; export * from './registerSCAResponse'; export * from './remediatingAction'; export * from './repayment'; export * from './repaymentTerm'; export * from './restServiceError'; export * from './revealPinRequest'; export * from './revealPinResponse'; export * from './riskScores'; export * from './riskScoresRestriction'; export * from './sELocalAccountIdentification'; export * from './sGLocalAccountIdentification'; export * from './sameAmountRestriction'; export * from './sameCounterpartyRestriction'; export * from './searchRegisteredDevicesResponse'; export * from './sourceAccountTypesRestriction'; export * from './stringMatch'; export * from './sweepConfigurationV2'; export * from './sweepCounterparty'; export * from './sweepSchedule'; export * from './thresholdRepayment'; export * from './timeOfDay'; export * from './timeOfDayRestriction'; export * from './tokenRequestorsRestriction'; export * from './totalAmountRestriction'; export * from './transactionRule'; export * from './transactionRuleEntityKey'; export * from './transactionRuleInfo'; export * from './transactionRuleInterval'; export * from './transactionRuleResponse'; export * from './transactionRuleRestrictions'; export * from './transactionRulesResponse'; export * from './transferRoute'; export * from './transferRouteRequest'; export * from './transferRouteResponse'; export * from './uKLocalAccountIdentification'; export * from './uSInstantPayoutAddressRequirement'; export * from './uSInternationalAchAddressRequirement'; export * from './uSLocalAccountIdentification'; export * from './updateNetworkTokenRequest'; export * from './updatePaymentInstrument'; export * from './updateSweepConfigurationV2'; export * from './verificationDeadline'; export * from './verificationError'; export * from './verificationErrorRecursive'; export * from './walletProviderAccountScoreRestriction'; export * from './walletProviderDeviceScore'; 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; }