UNPKG

aade-mydata-client

Version:

Node.js Client for AADE myDATA (my Digital Accounting and Tax Application) REST API

7 lines (6 loc) 168 B
export declare class CancelledInvoice { invoiceMark: number; cancellationMark: number; cancellationDate: Date; constructor(props?: CancelledInvoice); }