UNPKG

xero-node

Version:

Xero NodeJS OAuth 2.0 client for xero-node

30 lines (29 loc) 693 B
export declare class StatutoryDeductionLine { /** * Xero identifier for payroll statutory deduction type */ 'statutoryDeductionTypeID'?: string; /** * The amount of the statutory deduction line */ 'amount'?: number; /** * Fixed Amount */ 'fixedAmount'?: number; /** * Identifies if the tax line is a manual adjustment */ 'manualAdjustment'?: boolean; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; }