/** * PayPal Server SDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; /** * Enum for UpcType */ export declare enum UpcType { UpcA = "UPC-A", UpcB = "UPC-B", UpcC = "UPC-C", UpcD = "UPC-D", UpcE = "UPC-E", Upc2 = "UPC-2", Upc5 = "UPC-5" } /** * Schema for UpcType */ export declare const upcTypeSchema: Schema; //# sourceMappingURL=upcType.d.ts.map