UNPKG

@tomei/finance

Version:

NestJS package for finance module

27 lines 771 B
import { ObjectBase } from '@tomei/general'; import { ITaxAttr } from './interfaces/tax-attr.interface'; export declare class Tax extends ObjectBase { ObjectName: string; TableName: string; ObjectId: string; private _TaxCode; private _Description; private _CompanyId; private _TaxRate; private _CreatedById; private _CreatedAt; private _UpdatedById; private _UpdatedAt; ObjectType: string; get TaxCode(): string; set TaxCode(code: string); constructor(taxAttr?: ITaxAttr); get Description(): string; get CompanyId(): string; get TaxRate(): number; get CreatedById(): string; get CreatedAt(): Date; get UpdatedById(): string; get UpdatedAt(): Date; } //# sourceMappingURL=tax.d.ts.map