UNPKG

pcp-server-nodejs-sdk

Version:

[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=PAYONE-GmbH_PCP-server-nodeJS-SDK&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=PAYONE-GmbH_PCP-server-nodeJS-SDK) [![Coverage](https://sonarcloud.io/api/pr

12 lines (11 loc) 465 B
import type { RedirectionData } from './RedirectionData.js'; /** * @description Object containing specific data regarding 3-D Secure for card digital wallets. * Necessary to perform 3D Secure when there is no liability shift from the wallet and corresponding card network. */ export interface MobilePaymentThreeDSecure { /** * @description Data required for redirection during 3-D Secure authentication. */ redirectionData?: RedirectionData; }