@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
10 lines (9 loc) • 400 B
TypeScript
export * from './balanceAccountBalanceNotificationRequest';
export * from './balanceNotificationData';
export * from './balancePlatformNotificationResponse';
export * from './balances';
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;
}