FinOpenPOS
API ReferenceInterfaces

FiscalSettings

@finopenpos/fiscal / FiscalSettings

Defined in: types.ts:102

Fiscal settings from database (without raw PFX)

Properties

addressComplement

addressComplement: string | null;

Defined in: types.ts:132


certificatePassword

certificatePassword: string | null;

Defined in: types.ts:150


certificatePfx

certificatePfx: Buffer<ArrayBufferLike> | null;

Defined in: types.ts:148


certificateValidUntil

certificateValidUntil: Date | null;

Defined in: types.ts:152


cityCode

cityCode: string;

Defined in: types.ts:120


cityName

cityName: string;

Defined in: types.ts:122


companyName

companyName: string;

Defined in: types.ts:108


cscId

cscId: string | null;

Defined in: types.ts:144


cscToken

cscToken: string | null;

Defined in: types.ts:146


defaultCfop

defaultCfop: string;

Defined in: types.ts:156


defaultCofinsCst

defaultCofinsCst: string;

Defined in: types.ts:162


defaultIcmsCst

defaultIcmsCst: string;

Defined in: types.ts:158


defaultNcm

defaultNcm: string;

Defined in: types.ts:154


defaultPisCst

defaultPisCst: string;

Defined in: types.ts:160


district

district: string;

Defined in: types.ts:128


environment

environment: SefazEnvironment;

Defined in: types.ts:134


id

id: number;

Defined in: types.ts:104


nextNfceNumber

nextNfceNumber: number;

Defined in: types.ts:142


nextNfeNumber

nextNfeNumber: number;

Defined in: types.ts:140


nfceSeries

nfceSeries: number;

Defined in: types.ts:138


nfeSeries

nfeSeries: number;

Defined in: types.ts:136


stateCode

stateCode: string;

Defined in: types.ts:118


stateTaxId

stateTaxId: string;

Defined in: types.ts:114


street

street: string;

Defined in: types.ts:124


streetNumber

streetNumber: string;

Defined in: types.ts:126


taxId

taxId: string;

Defined in: types.ts:112


taxRegime

taxRegime: TaxRegime;

Defined in: types.ts:116


tradeName

tradeName: string | null;

Defined in: types.ts:110


userUid

userUid: string;

Defined in: types.ts:106


zipCode

zipCode: string;

Defined in: types.ts:130

On this page