UNPKG

@adyen/api-library

Version:

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

201 lines (200 loc) 7.49 kB
export * from './accelInfo'; export * from './additionalCommission'; export * from './additionalSettings'; export * from './additionalSettingsResponse'; export * from './address'; export * from './affirmInfo'; export * from './afterpayTouchInfo'; export * from './allowedOrigin'; export * from './allowedOriginsResponse'; export * from './amexInfo'; export * from './amount'; export * from './androidApp'; export * from './androidAppError'; export * from './androidAppsResponse'; export * from './androidCertificate'; export * from './androidCertificatesResponse'; export * from './apiCredential'; export * from './apiCredentialLinks'; export * from './applePayInfo'; export * from './bcmcInfo'; export * from './billingEntitiesResponse'; export * from './billingEntity'; export * from './cardholderReceipt'; export * from './cartesBancairesInfo'; export * from './clearpayInfo'; export * from './commission'; export * from './company'; export * from './companyApiCredential'; export * from './companyLinks'; export * from './companyUser'; export * from './configuration'; export * from './connectivity'; export * from './contact'; export * from './createAllowedOriginRequest'; export * from './createApiCredentialResponse'; export * from './createCompanyApiCredentialRequest'; export * from './createCompanyApiCredentialResponse'; export * from './createCompanyUserRequest'; export * from './createCompanyUserResponse'; export * from './createCompanyWebhookRequest'; export * from './createMerchantApiCredentialRequest'; export * from './createMerchantRequest'; export * from './createMerchantResponse'; export * from './createMerchantUserRequest'; export * from './createMerchantWebhookRequest'; export * from './createUserResponse'; export * from './currency'; export * from './customNotification'; export * from './dataCenter'; export * from './dinersInfo'; export * from './eventUrl'; export * from './externalTerminalAction'; export * from './generateApiKeyResponse'; export * from './generateClientKeyResponse'; export * from './generateHmacKeyResponse'; export * from './genericPmWithTdiInfo'; export * from './googlePayInfo'; export * from './gratuity'; export * from './hardware'; export * from './idName'; export * from './installAndroidAppDetails'; export * from './installAndroidCertificateDetails'; export * from './invalidField'; export * from './jCBInfo'; export * from './key'; export * from './klarnaInfo'; export * from './links'; export * from './linksElement'; export * from './listCompanyApiCredentialsResponse'; export * from './listCompanyResponse'; export * from './listCompanyUsersResponse'; export * from './listExternalTerminalActionsResponse'; export * from './listMerchantApiCredentialsResponse'; export * from './listMerchantResponse'; export * from './listMerchantUsersResponse'; export * from './listStoresResponse'; export * from './listTerminalsResponse'; export * from './listWebhooksResponse'; export * from './localization'; export * from './logo'; export * from './meApiCredential'; export * from './mealVoucherFRInfo'; export * from './merchant'; export * from './merchantLinks'; export * from './minorUnitsMonetaryValue'; export * from './modelFile'; export * from './name'; export * from './name2'; export * from './nexo'; export * from './notification'; export * from './notificationUrl'; export * from './nyceInfo'; export * from './offlineProcessing'; export * from './opi'; export * from './orderItem'; export * from './paginationLinks'; export * from './passcodes'; export * from './payAtTable'; export * from './payByBankPlaidInfo'; export * from './payMeInfo'; export * from './payPalInfo'; export * from './payToInfo'; export * from './payment'; export * from './paymentMethod'; export * from './paymentMethodResponse'; export * from './paymentMethodSetupInfo'; export * from './payoutSettings'; export * from './payoutSettingsRequest'; export * from './payoutSettingsResponse'; export * from './profile'; export * from './pulseInfo'; export * from './receiptOptions'; export * from './receiptPrinting'; export * from './referenced'; export * from './refunds'; export * from './releaseUpdateDetails'; export * from './reprocessAndroidAppResponse'; export * from './requestActivationResponse'; export * from './restServiceError'; export * from './scheduleTerminalActionsRequest'; export * from './scheduleTerminalActionsResponse'; export * from './settings'; export * from './shippingLocation'; export * from './shippingLocationsResponse'; export * from './signature'; export * from './sodexoInfo'; export * from './sofortInfo'; export * from './splitConfiguration'; export * from './splitConfigurationList'; export * from './splitConfigurationLogic'; export * from './splitConfigurationRule'; export * from './standalone'; export * from './starInfo'; export * from './store'; export * from './storeAndForward'; export * from './storeCreationRequest'; export * from './storeCreationWithMerchantCodeRequest'; export * from './storeLocation'; export * from './storeSplitConfiguration'; export * from './supportedCardTypes'; export * from './surcharge'; export * from './swishInfo'; export * from './tapToPay'; export * from './terminal'; export * from './terminalActionScheduleDetail'; export * from './terminalAssignment'; export * from './terminalConnectivity'; export * from './terminalConnectivityBluetooth'; export * from './terminalConnectivityCellular'; export * from './terminalConnectivityEthernet'; export * from './terminalConnectivityWifi'; export * from './terminalInstructions'; export * from './terminalModelsResponse'; export * from './terminalOrder'; export * from './terminalOrderRequest'; export * from './terminalOrdersResponse'; export * from './terminalProduct'; export * from './terminalProductPrice'; export * from './terminalProductsResponse'; export * from './terminalReassignmentRequest'; export * from './terminalReassignmentTarget'; export * from './terminalSettings'; export * from './testCompanyWebhookRequest'; export * from './testOutput'; export * from './testWebhookRequest'; export * from './testWebhookResponse'; export * from './ticketInfo'; export * from './timeouts'; export * from './transactionDescriptionInfo'; export * from './twintInfo'; export * from './uninstallAndroidAppDetails'; export * from './uninstallAndroidCertificateDetails'; export * from './updatableAddress'; export * from './updateCompanyApiCredentialRequest'; export * from './updateCompanyUserRequest'; export * from './updateCompanyWebhookRequest'; export * from './updateMerchantApiCredentialRequest'; export * from './updateMerchantUserRequest'; export * from './updateMerchantWebhookRequest'; export * from './updatePaymentMethodInfo'; export * from './updatePayoutSettingsRequest'; export * from './updateSplitConfigurationLogicRequest'; export * from './updateSplitConfigurationRequest'; export * from './updateSplitConfigurationRuleRequest'; export * from './updateStoreRequest'; export * from './uploadAndroidAppResponse'; export * from './uploadAndroidCertificateResponse'; export * from './url'; export * from './user'; export * from './vippsInfo'; export * from './weChatPayInfo'; export * from './weChatPayPosInfo'; export * from './webhook'; export * from './webhookLinks'; export * from './wifiProfiles'; 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; }