/** * PayPal Server SDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; /** * Enum for SellerProtectionStatus */ export declare enum SellerProtectionStatus { Eligible = "ELIGIBLE", PartiallyEligible = "PARTIALLY_ELIGIBLE", NotEligible = "NOT_ELIGIBLE" } /** * Schema for SellerProtectionStatus */ export declare const sellerProtectionStatusSchema: Schema; //# sourceMappingURL=sellerProtectionStatus.d.ts.map