flexbase-client
Version:
Flexbase api client
19 lines (18 loc) • 380 B
TypeScript
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;
}