@adyen/adyen-web
Version:

21 lines (20 loc) • 569 B
TypeScript
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;