/** * PayPal Server SDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; import { VenmoWalletCustomerInformation } from './venmoWalletCustomerInformation.js'; import { VenmoWalletVaultAttributes } from './venmoWalletVaultAttributes.js'; /** Additional attributes associated with the use of this Venmo Wallet. */ export interface VenmoWalletAdditionalAttributes { /** The details about a customer in PayPal's system of record. */ customer?: VenmoWalletCustomerInformation; /** Resource consolidating common request and response attirbutes for vaulting Venmo Wallet. */ vault?: VenmoWalletVaultAttributes; } export declare const venmoWalletAdditionalAttributesSchema: Schema; //# sourceMappingURL=venmoWalletAdditionalAttributes.d.ts.map