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