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

8 lines (7 loc) 442 B
import type { BankAccountInformation } from './BankAccountInformation.js'; /** @description Object containing specific information for PAYONE Secured Installment. */ export interface PaymentProduct3391SpecificInput { /** @description ID of the selected installment option. Will be provided in the response of the Order / Payment Execution request. */ installmentOptionId: string; bankAccountInformation: BankAccountInformation; }