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

11 lines (10 loc) 287 B
import type { RefreshType } from './RefreshType.js'; /** * @description Request to refresh the payment status of a specific payment. */ export interface RefreshPaymentRequest { /** * @description Type of refresh action to be performed. */ refreshType: RefreshType; }