import type * as Merge from "../../../index"; /** * The accounting period that the Invoice was generated in. */ export type InvoiceAccountingPeriod = string | Merge.accounting.AccountingPeriod;