voxbone v0.2.0 Voxbone.Model.ExtraFields

These are extra address parameters that are required in certain countries and for certain DID types.

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %Voxbone.Model.ExtraFields{
  companyVatNumber: String.t(),
  dateOfBirth: String.t(),
  firstName: String.t(),
  fiscalIdentificationCode: String.t(),
  idNumber: String.t(),
  idType: String.t(),
  lastName: String.t(),
  municipalityCode: String.t(),
  nationality: String.t(),
  placeOfBirth: String.t(),
  province: String.t(),
  state: String.t(),
  streetCode: String.t(),
  taxCode: String.t(),
  title: String.t()
}