/** * PayPal Server SDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; import { CardVaultResponse } from './cardVaultResponse.js'; /** Additional attributes associated with the use of this card. */ export interface CardAttributesResponse { /** The details about a saved Card payment source. */ vault?: CardVaultResponse; } export declare const cardAttributesResponseSchema: Schema; //# sourceMappingURL=cardAttributesResponse.d.ts.map