xero-node
Version:
Xero NodeJS OAuth 2.0 client for xero-node
61 lines (60 loc) • 990 B
TypeScript
/**
* The Object Type
*/
export declare enum ObjectType {
Unknown,
Accpay,
AccPayCredit,
AccPayPayment,
AccRec,
AccRecCredit,
AccRecPayment,
Adjustment,
ApCreditPayment,
ApOverPayment,
ApOverPaymentPayment,
ApOverPaymentSourcePayment,
ApPrepayment,
ApPrepaymentPayment,
ApPrepaymentSourcePayment,
ArCreditPayment,
ArOverPayment,
ArOverpaymentPayment,
ArOverpaymentSourcePayment,
ArPrepayment,
ArPrepaymentPayment,
ArPrepaymentSourcePayment,
CashPaid,
CashRec,
ExpPayment,
ManJournal,
PurchaseOrder,
Receipt,
Transfer,
Account,
Contact,
Business,
Employee,
Person,
User,
Org,
FixedAsset,
PayRun,
PriceListItem,
Bank,
Current,
Equity,
Expense,
Fixed,
Liability,
Prepayment,
Revenue,
Sales,
Overheads,
Depreciatn,
OtherIncome,
DirectCosts,
Currliab,
Termliab,
NonCurrent
}