/** * PayPal Server SDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; /** * Enum for VenmoPaymentTokenCustomerType */ export declare enum VenmoPaymentTokenCustomerType { Consumer = "CONSUMER", Business = "BUSINESS" } /** * Schema for VenmoPaymentTokenCustomerType */ export declare const venmoPaymentTokenCustomerTypeSchema: Schema; //# sourceMappingURL=venmoPaymentTokenCustomerType.d.ts.map