UNPKG

@adyen/adyen-web

Version:

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

9 lines (8 loc) 194 B
export interface GiftCardElementData { paymentMethod: { type: 'giftcard'; brand: string; encryptedCardNumber: string; encryptedSecurityCode: string; }; }