pcp-server-nodejs-sdk
Version:
[](https://sonarcloud.io/summary/new_code?id=PAYONE-GmbH_PCP-server-nodeJS-SDK) [ • 466 B
TypeScript
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;
}