pcp-server-nodejs-sdk
Version:
[](https://sonarcloud.io/summary/new_code?id=PAYONE-GmbH_PCP-server-nodeJS-SDK) [ • 309 B
TypeScript
import type { InstallmentOption } from './InstallmentOption.js';
/** @description Object containing specific information for PAYONE Secured Installment. */
export interface PaymentProduct3391SpecificOutput {
/** @description List of installment options. */
installmentOptions?: InstallmentOption[];
}