FinOpenPOS
API ReferenceInterfaces

CepResult

@finopenpos/fiscal / CepResult

Defined in: cep-lookup.ts:6

Address result from a CEP (zip code) lookup.

Properties

city_code

city_code: string;

Defined in: cep-lookup.ts:16


city_name

city_name: string;

Defined in: cep-lookup.ts:14


district

district: string;

Defined in: cep-lookup.ts:12


state_code

state_code: string;

Defined in: cep-lookup.ts:18


street

street: string;

Defined in: cep-lookup.ts:10


zip_code

zip_code: string;

Defined in: cep-lookup.ts:8

On this page