UNPKG

flexbase-client

Version:
19 lines (18 loc) 380 B
export interface Invoice { cardId: string; cardholderName: string; createdAt: string; contractId: string; description: string; docId: string; id: string; purchaseDate: string; status: string; storeId: string; storeName: string; subtotal: string; taxes: string; total: string; origin: string; storeLogoUrl: string; }