UNPKG

@adyen/adyen-web

Version:

[![npm](https://img.shields.io/npm/v/@adyen/adyen-web.svg)](https://www.npmjs.com/package/@adyen/adyen-web)

5 lines (4 loc) 377 B
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>;