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) 377 B
import type { Address } from './Address.js'; import type { PaymentProduct840CustomerAccount } from './PaymentProduct840CustomerAccount.js'; /** @description PayPal (payment product 840) specific details. */ export interface PaymentProduct840SpecificOutput { billingAddress?: Address; customerAccount?: PaymentProduct840CustomerAccount; shippingAddress?: Address; }