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

10 lines (9 loc) 466 B
import type { Address } from './Address.js'; import type { PaymentProduct840CustomerAccount } from './PaymentProduct840CustomerAccount.js'; import type { PayPalTransactionId } from './PayPalTransactionId.js'; /** @description PayPal (payment product 840) specific details. */ export interface PaymentProduct840SpecificOutputData { billingAddress?: Address; customerAccount?: PaymentProduct840CustomerAccount; payPalTransactionId?: PayPalTransactionId; }