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) 342 B
/** @description Object that holds all reference properties that are linked to this transaction. */ export interface PaymentReferences { /** * @description Unique reference of the Commerce Case that is also returned for reporting and reconciliation purposes. * @example your-order-6372 */ merchantReference?: string; }