UNPKG

flexbase-client

Version:
10 lines (9 loc) 244 B
import { DateTime } from 'luxon'; export interface InvoiceOptions { before?: DateTime; after?: DateTime; includeCardholder?: boolean; includeMerchantName?: boolean; includeReversed?: boolean; includeExpired?: boolean; }