/** * * `ACCOUNTS_PAYABLE` - ACCOUNTS_PAYABLE * * `ACCOUNTS_RECEIVABLE` - ACCOUNTS_RECEIVABLE */ export declare const PaymentTypeEnum: { readonly AccountsPayable: "ACCOUNTS_PAYABLE"; readonly AccountsReceivable: "ACCOUNTS_RECEIVABLE"; }; export type PaymentTypeEnum = (typeof PaymentTypeEnum)[keyof typeof PaymentTypeEnum];