pcp-server-nodejs-sdk
Version:
[](https://sonarcloud.io/summary/new_code?id=PAYONE-GmbH_PCP-server-nodeJS-SDK) [ • 393 B
TypeScript
import type { CreatePaymentIntent } from './CreatePaymentIntent.js';
import type { PaymentMethodSpecificInputForIntent } from './PaymentMethodSpecificInputForIntent.js';
/** @description Object containing details for creating a payment intent. */
export interface CreatePaymentIntentRequest extends CreatePaymentIntent {
paymentMethodSpecificInput?: PaymentMethodSpecificInputForIntent;
}