UNPKG

@adyen/api-library

Version:

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

52 lines (51 loc) 2.03 kB
export * from './accountHolder'; export * from './accountHolderCapability'; export * from './accountHolderNotificationData'; export * from './accountHolderNotificationRequest'; export * from './accountSupportingEntityCapability'; export * from './address'; export * from './amount'; export * from './authentication'; export * from './balance'; export * from './balanceAccount'; export * from './balanceAccountNotificationData'; export * from './balanceAccountNotificationRequest'; export * from './balancePlatformNotificationResponse'; export * from './bankAccountDetails'; export * from './bulkAddress'; export * from './capabilityProblem'; export * from './capabilityProblemEntity'; export * from './capabilityProblemEntityRecursive'; export * from './capabilitySettings'; export * from './card'; export * from './cardConfiguration'; export * from './cardOrderItem'; export * from './cardOrderItemDeliveryStatus'; export * from './cardOrderNotificationRequest'; export * from './contactDetails'; export * from './deliveryAddress'; export * from './deliveryContact'; export * from './expiry'; export * from './ibanAccountIdentification'; export * from './name'; export * from './paymentInstrument'; export * from './paymentInstrumentNotificationData'; export * from './paymentNotificationRequest'; export * from './phone'; export * from './phoneNumber'; export * from './platformPaymentConfiguration'; export * from './remediatingAction'; export * from './resource'; export * from './sweepConfigurationNotificationData'; export * from './sweepConfigurationNotificationRequest'; export * from './sweepConfigurationV2'; export * from './sweepCounterparty'; export * from './sweepSchedule'; export * from './verificationDeadline'; export * from './verificationError'; export * from './verificationErrorRecursive'; 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; }