voxbone v0.2.0 Voxbone.Model.CreateRegulationAddressRequest

Model for Create Regulation Address request

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %Voxbone.Model.CreateRegulationAddressRequest{
  buildingLetter: String.t(),
  buildingNumber: String.t(),
  city: String.t(),
  companyDescription: String.t(),
  companyName: String.t(),
  countryCodeA3: String.t(),
  customerReference: String.t(),
  destinationCountryCodeA3: String.t(),
  didType: String.t(),
  extraFields: ExtraFields,
  firstName: String.t(),
  identityDocumentProof: IdentityDocumentProof,
  lastName: String.t(),
  phoneNumber: String.t(),
  salutation: String.t(),
  streetName: String.t(),
  zipCode: String.t()
}