Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 336 Bytes

GET_USER_INFORMATION.md

File metadata and controls

11 lines (7 loc) · 336 Bytes

Kullanıcı (Şirket) Bilgilerini Çekme

e-Arşiv üzerinde kayıtlı olan kullanıcı (şirket) bilgilerini alma.

import EInvoice, { UserInformation } from 'e-fatura'

const userInformation: UserInformation = await EInvoice.getUserInformation()

console.log('Kullanıcı (şirket) bilgileri:', userInformation)