pcp-server-nodejs-sdk
Version:
[](https://sonarcloud.io/summary/new_code?id=PAYONE-GmbH_PCP-server-nodeJS-SDK) [ • 350 B
TypeScript
import type { MerchantAction } from './MerchantAction.js';
import type { PaymentCreationOutput } from './PaymentCreationOutput.js';
import type { PaymentResponse } from './PaymentResponse.js';
export interface CompletePaymentResponse {
creationOutput?: PaymentCreationOutput;
merchantAction?: MerchantAction;
payment?: PaymentResponse;
}