import type * as Merge from "../../../index"; /** * The payment term that applies to this transaction. */ export type InvoicePaymentTerm = string | Merge.accounting.PaymentTerm;