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) 609 B
import type { CompletePaymentProduct840SpecificInput } from './CompletePaymentProduct840SpecificInput.js'; import type { PaymentProduct3391SpecificInput } from './PaymentProduct3391SpecificInput.js'; /** @description To complete the Order the completePaymentMethodSpecificInput has to be provided, containing the selected installmentOptionId as well as the the bankAccountInformation of the customer. */ export interface CompletePaymentMethodSpecificInput { paymentProduct3391SpecificInput?: PaymentProduct3391SpecificInput; paymentProduct840SpecificInput?: CompletePaymentProduct840SpecificInput; }