pcp-server-nodejs-sdk
Version:
[](https://sonarcloud.io/summary/new_code?id=PAYONE-GmbH_PCP-server-nodeJS-SDK) [ • 428 B
TypeScript
import type { CompletePaymentProduct840SpecificInput } from './CompletePaymentProduct840SpecificInput.js';
import type { PaymentProductId } from './PaymentProductId.js';
/** @description Object containing the redirect payment product details. */
export interface CompleteRedirectPaymentMethodSpecificInput {
paymentProductId?: PaymentProductId;
paymentProduct840SpecificInput?: CompletePaymentProduct840SpecificInput;
}