/** * PayPal Server SDKLib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; /** * Enum for CardType */ export declare enum CardType { Credit = "CREDIT", Debit = "DEBIT", Prepaid = "PREPAID", Store = "STORE", Unknown = "UNKNOWN" } /** * Schema for CardType */ export declare const cardTypeSchema: Schema; //# sourceMappingURL=cardType.d.ts.map