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

12 lines (11 loc) 576 B
import type { SepaDirectDebitPaymentProduct771SpecificInput } from './SepaDirectDebitPaymentProduct771SpecificInput.js'; /** @description Object containing the specific input details for SEPA direct debit payments */ export interface SepaDirectDebitPaymentMethodSpecificInput { paymentProduct771SpecificInput?: SepaDirectDebitPaymentProduct771SpecificInput; /** * Format: int32 * @description Payment product identifier - please check product documentation for a full overview of possible values. * @example 840 */ paymentProductId?: number; }