/** * Adyen BinLookup Service * The BIN Lookup API provides endpoints for retrieving information, such as [cost estimates](https://docs.adyen.com/features/cost-estimation), and 3D Secure supported version based on a given [BIN](https://docs.adyen.com/payments-basics/payment-glossary#bankidentificationnumberbin). * * OpenAPI spec version: 40 * Contact: support@adyen.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ export interface DSPublicKeyDetail { /** * Card brand. */ brand?: string; /** * Directory Server (DS) identifier. */ directoryServerId?: string; /** * Public key. The 3D Secure 2 SDK encrypts the device information by using the DS public key. */ publicKey?: string; }