UNPKG

@adyen/adyen-web

Version:

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

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