View Source DocuSign.Model.ContactPhoneNumber (DocuSign v1.0.0)

Details about the phone numbers associated with a specific contact.

Link to this section Summary

Link to this section Types

@type t() :: %DocuSign.Model.ContactPhoneNumber{
  phoneNumber: String.t() | nil,
  phoneType: String.t() | nil
}