/** * PayPal Server SDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; import { PaymentTokenRequestCard } from './paymentTokenRequestCard.js'; import { VaultTokenRequest } from './vaultTokenRequest.js'; /** The payment method to vault with the instrument details. */ export interface PaymentTokenRequestPaymentSource { /** A Resource representing a request to vault a Card. */ card?: PaymentTokenRequestCard; /** The Tokenized Payment Source representing a Request to Vault a Token. */ token?: VaultTokenRequest; } export declare const paymentTokenRequestPaymentSourceSchema: Schema; //# sourceMappingURL=paymentTokenRequestPaymentSource.d.ts.map