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

11 lines (10 loc) 468 B
import type { ProcessingMandateInformation } from './ProcessingMandateInformation.js'; /** @description Object containing information specific to SEPA Direct Debit */ export interface SepaDirectDebitPaymentProduct771SpecificInput { /** * @description The unique reference of the existing mandate to use in this payment. * @example exampleMandateReference */ existingUniqueMandateReference?: string; mandate?: ProcessingMandateInformation; }