pcp-server-nodejs-sdk
Version:
[](https://sonarcloud.io/summary/new_code?id=PAYONE-GmbH_PCP-server-nodeJS-SDK) [ • 436 B
TypeScript
import type { PaymentProduct840SpecificOutputForIntent } from './PaymentProduct840SpecificOutputForIntent.js';
import type { PaymentProductId } from './PaymentProductId.js';
/** @description Redirect payment product details for a payment intent. */
export interface RedirectPaymentMethodSpecificOutputForIntent {
paymentProductId?: PaymentProductId;
paymentProduct840SpecificOutput?: PaymentProduct840SpecificOutputForIntent;
}