/** * PayPal Server SDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; import { ParticipantMetadata } from './participantMetadata.js'; /** Additional information necessary to evaluate the risk profile of a transaction. */ export interface RiskSupplementaryData { /** Profile information of the sender or receiver. */ customer?: ParticipantMetadata; } export declare const riskSupplementaryDataSchema: Schema; //# sourceMappingURL=riskSupplementaryData.d.ts.map