@adyen/adyen-web
Version:
[](https://www.npmjs.com/package/@adyen/adyen-web)
21 lines (20 loc) • 559 B
TypeScript
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;
};
};