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

14 lines (13 loc) 532 B
/** @description Object containing all details that are linked to the Checkout. */ export interface CheckoutReferences { /** * @description Unique reference of the Checkout that is also returned for reporting and reconciliation purposes. * @example customer-order-1234 */ merchantReference?: string; /** * @description Optional parameter to define the shop or touchpoint where a sale has been realized (e.g. different stores). * @example Shop-12345 */ merchantShopReference?: string; }