Gusex.Types.Podmiot (gusex v1.3.0)

Copy Markdown View Source

Represents a single entity result from DaneSzukajPodmioty operation. Based on XSD schema complexType "dane".

Summary

Types

t()

Podmiot - represents a single entity result from search operations.

Types

t()

@type t() :: %Gusex.Types.Podmiot{
  DataZakonczeniaDzialalnosci: Date.t() | nil,
  Gmina: String.t() | nil,
  KodPocztowy: String.t() | nil,
  Miejscowosc: String.t() | nil,
  MiejscowoscPoczty: String.t() | nil,
  Nazwa: String.t() | nil,
  Nip: String.t() | nil,
  NrLokalu: String.t() | nil,
  NrNieruchomosci: String.t() | nil,
  Powiat: String.t() | nil,
  Regon: String.t() | nil,
  SilosID: integer() | nil,
  StatusNip: String.t() | nil,
  Typ: String.t() | nil,
  Ulica: String.t() | nil,
  Wojewodztwo: String.t() | nil
}

Podmiot - represents a single entity result from search operations.

Fields correspond to XML schema elements:

  • Regon: Statistical number (REGON), max 14 characters
  • Nip: Tax Identification Number, max 10 characters
  • StatusNip: NIP status ("", "Uchylony", "Unieważniony")
  • Nazwa: Entity name, max 2000 characters
  • Wojewodztwo: Voivodeship, max 200 characters
  • Powiat: County, max 200 characters
  • Gmina: Municipality, max 200 characters
  • Miejscowosc: City/town, max 200 characters
  • KodPocztowy: Postal code, max 12 characters
  • Ulica: Street, max 200 characters
  • NrNieruchomosci: Property number, max 20 characters
  • NrLokalu: Apartment/office number, max 10 characters
  • Typ: Entity type, max 2 characters
  • SilosID: Silo identifier (integer)
  • DataZakonczeniaDzialalnosci: Business termination date
  • MiejscowoscPoczty: Postal town, max 200 characters