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