/** * PayPal Server SDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; import { PaypalWalletCustomerRequest } from './paypalWalletCustomerRequest.js'; import { PaypalWalletVaultInstruction } from './paypalWalletVaultInstruction.js'; /** Additional attributes associated with the use of this PayPal Wallet. */ export interface PaypalWalletAttributes { customer?: PaypalWalletCustomerRequest; vault?: PaypalWalletVaultInstruction; } export declare const paypalWalletAttributesSchema: Schema; //# sourceMappingURL=paypalWalletAttributes.d.ts.map