UNPKG

xero-node

Version:

Xero NodeJS OAuth 2.0 client for xero-node

24 lines (23 loc) 530 B
import { BudgetBalance } from '././budgetBalance'; export declare class BudgetLine { /** * See Accounts */ 'accountID'?: string; /** * See Accounts */ 'accountCode'?: string; 'budgetBalances'?: Array<BudgetBalance>; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }