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