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

7 lines (6 loc) 458 B
import type { PaymentIntentResponseData } from './PaymentIntentResponseData.js'; import type { RedirectPaymentMethodSpecificOutputForCreateIntent } from './RedirectPaymentMethodSpecificOutputForCreateIntent.js'; /** @description Object containing details on the created payment intent. */ export interface PaymentIntentOutput extends PaymentIntentResponseData { redirectPaymentMethodSpecificOutput?: RedirectPaymentMethodSpecificOutputForCreateIntent; }