UNPKG

@adyen/api-library

Version:

The Adyen API Library for NodeJS enables you to work with Adyen APIs.

8 lines (7 loc) 252 B
/** Details of the encryption credential used for encrypting the request payload (NexoBlob). */ export interface EncryptionCredentialDetails { passphrase: string; keyIdentifier: string; keyVersion: number; adyenCryptoVersion: number; }