MailSlurpAPI.Model.PhoneNumberDto (mailslurp v15.17.22)

Summary

Types

@type t() :: %MailSlurpAPI.Model.PhoneNumberDto{
  complianceAddress: String.t() | nil,
  createdAt: DateTime.t(),
  emergencyAddress: String.t() | nil,
  id: String.t(),
  phoneCountry: String.t(),
  phoneNumber: String.t(),
  phonePlan: String.t(),
  updatedAt: DateTime.t(),
  userId: String.t()
}