Example:

[{
  "addresses": [{
  "street": "Av Nove de Julho",
  "number": "4939",
  "neighborhood": "Jardim Paulista",
  "code": "01407100",
  "city": "São Paulo",
  "state": "SP",
  "country": "BR",
  "status": "own"
}]

Properties

city

city: string


code

code: string


Propertiestypepersonal accountcorporate account
complementstringoptionalmust be filled as registered in Receita Federal

Optional consumer

consumer? : ConsumerSchema


country

country: string


Optional default

default? : boolean


neighborhood

neighborhood: string

🚧

Warning

neighborhood must be shorter than or equal to 30 characters.


number

number: string

The string content must be a valid number.


Optional reference

reference? : string


state

state: string


status

status: AddressStatus


street

street: string


Optional type

type? : AddressType