/** * PayPal Server SDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; import { PaypalPaymentToken } from './paypalPaymentToken.js'; import { SetupTokenResponseCard } from './setupTokenResponseCard.js'; import { VenmoPaymentToken } from './venmoPaymentToken.js'; /** The setup payment method details. */ export interface SetupTokenResponsePaymentSource { card?: SetupTokenResponseCard; /** Full representation of a PayPal Payment Token. */ paypal?: PaypalPaymentToken; /** Full representation of a Venmo Payment Token. */ venmo?: VenmoPaymentToken; } export declare const setupTokenResponsePaymentSourceSchema: Schema; //# sourceMappingURL=setupTokenResponsePaymentSource.d.ts.map