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

12 lines (11 loc) 552 B
/** @description Object that holds all reference properties that are linked to this transaction. */ export interface PaymentReferences { /** * @description Unique reference of payment transactions, also returned for reporting and reconciliation purposes. For capture requests, providing this value is recommended to support an end-to-end refund flow. If provided for captures or refunds, it must be unique per Checkout. * @maxLength 20 * @example your-order-6372 */ merchantReference?: string; }