voxbone v0.2.0 Voxbone.Model.RegulationAddress

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %Voxbone.Model.RegulationAddress{
  addressId: integer(),
  buildingLetter: String.t(),
  buildingNumber: String.t(),
  city: String.t(),
  companyDescription: String.t(),
  companyName: String.t(),
  countryCodeA3: String.t(),
  customerReference: String.t(),
  extraFields: ExtraFields,
  firstName: String.t(),
  lastName: String.t(),
  linked: boolean(),
  rejectionReasons: [String.t()],
  salutation: String.t(),
  status: String.t(),
  streetName: String.t(),
  zipCode: String.t()
}