UNPKG

@adyen/adyen-web

Version:

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

21 lines (20 loc) 559 B
import { AddressSpecifications } from '../internal/Address/types'; export declare const allowedBillingCountries: string[]; export declare const allowedDeliveryCountries: string[]; export declare const personalDetailsRequiredFields: string[]; export declare const deliveryAddressSpecification: AddressSpecifications; export declare const termsAndConditionsUrlMap: { at: { en: string; de: string; }; ch: { en: string; de: string; fr: string; }; de: { en: string; de: string; }; };