@adyen/api-library
Version:
The Adyen API Library for NodeJS enables you to work with Adyen APIs.
19 lines (18 loc) • 687 B
TypeScript
export * from './amount';
export * from './binDetail';
export * from './cardBin';
export * from './costEstimateAssumptions';
export * from './costEstimateRequest';
export * from './costEstimateResponse';
export * from './dSPublicKeyDetail';
export * from './merchantDetails';
export * from './recurring';
export * from './serviceError';
export * from './threeDS2CardRangeDetail';
export * from './threeDSAvailabilityRequest';
export * from './threeDSAvailabilityResponse';
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;
}