import type * as Merge from "../../../index"; /** * The payment terms applied to this order. */ export type SalesOrderPaymentTerm = string | Merge.accounting.PaymentTerm;