pcp-server-nodejs-sdk
Version:
[](https://sonarcloud.io/summary/new_code?id=PAYONE-GmbH_PCP-server-nodeJS-SDK) [ • 342 B
TypeScript
/** @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;
}