import type * as Merge from "../../../index"; /** * The subsidiary that the payment term belongs to. */ export type PaymentTermCompany = string | Merge.accounting.CompanyInfo;