UNPKG

aade-mydata-client

Version:

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

12 lines (11 loc) 277 B
export declare class AddressType { /** Οδός */ street?: string; /** Αριθμός */ number?: string; /** Ταχυδρομικός Κώδικας */ postalCode: string; /** Χώρα */ city: string; constructor(props?: AddressType); }