pcp-server-nodejs-sdk
Version:
[](https://sonarcloud.io/summary/new_code?id=PAYONE-GmbH_PCP-server-nodeJS-SDK) [ • 401 B
TypeScript
import type { PaymentProduct771SpecificOutput } from './PaymentProduct771SpecificOutput.js';
import type { PaymentProductId } from './PaymentProductId.js';
/** @description Object containing the SEPA direct debit details. */
export interface SepaDirectDebitPaymentMethodSpecificOutput {
paymentProductId?: PaymentProductId;
paymentProduct771SpecificOutput?: PaymentProduct771SpecificOutput;
}