@adyen/adyen-web
Version:
[](https://www.npmjs.com/package/@adyen/adyen-web)
5 lines (4 loc) • 377 B
TypeScript
import { PaymentResponse, RawPaymentResponse, UIElementStatus } from './types';
export declare function getSanitizedResponse(response: RawPaymentResponse): PaymentResponse;
export declare function resolveFinalResult(result: PaymentResponse): [status: UIElementStatus, statusProps?: any];
export declare function getRegulatoryDefaults(countryCode: string): Record<string, any>;