/** * PayPal Server SDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; import { VaultResponse } from './vaultResponse.js'; /** Additional attributes associated with the use of Apple Pay. */ export interface ApplePayAttributesResponse { /** The details about a saved payment source. */ vault?: VaultResponse; } export declare const applePayAttributesResponseSchema: Schema; //# sourceMappingURL=applePayAttributesResponse.d.ts.map