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

9 lines (8 loc) 318 B
/** @description Object containing the details of the created payment. */ export interface PaymentCreationOutput { /** * @description The external reference is an identifier for this transaction and can be used for reconciliation purposes. * @example C1232O2342 */ externalReference?: string; }