/** * PayPal Server SDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; import { RelatedIdentifiers } from './relatedIdentifiers.js'; /** The supplementary data. */ export interface PaymentSupplementaryData { /** Identifiers related to a specific resource. */ relatedIds?: RelatedIdentifiers; } export declare const paymentSupplementaryDataSchema: Schema; //# sourceMappingURL=paymentSupplementaryData.d.ts.map