import type * as Merge from "../../../index"; /** * The type of the invoice. * * * `ACCOUNTS_PAYABLE` - ACCOUNTS_PAYABLE * * `ACCOUNTS_RECEIVABLE` - ACCOUNTS_RECEIVABLE */ export type PaymentRequestType = Merge.accounting.PaymentTypeEnum | string;