/** * PayPal Server SDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; /** * Enum for TaxIdType */ export declare enum TaxIdType { BrCpf = "BR_CPF", BrCnpj = "BR_CNPJ" } /** * Schema for TaxIdType */ export declare const taxIdTypeSchema: Schema; //# sourceMappingURL=taxIdType.d.ts.map