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