UNPKG

@adyen/adyen-web

Version:

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

21 lines (20 loc) 569 B
import GiftcardElement from '../Giftcard/Giftcard'; export declare class MealVoucherFRElement extends GiftcardElement { static type: string; constructor(props: any); formatProps(props: any): any; /** * Formats the component data output */ formatData(): { paymentMethod: { type: any; brand: any; encryptedCardNumber: any; encryptedSecurityCode: any; encryptedExpiryMonth: any; encryptedExpiryYear: any; }; }; } export default MealVoucherFRElement;