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) 325 B
/** @description Object containing all data needed to redirect the customer. */ export interface RedirectData { /** * @description The URL that the customer should be redirected to. Be sure to redirect using the GET method * @example https://example-mandate-signing-url.com\ */ redirectURL?: string; }