View Source DocuSign.Model.AddressInformation (DocuSign v1.2.0)

Contains address information.

Summary

Types

@type t() :: %DocuSign.Model.AddressInformation{
  address1: String.t() | nil,
  address2: String.t() | nil,
  city: String.t() | nil,
  country: String.t() | nil,
  fax: String.t() | nil,
  phone: String.t() | nil,
  postalCode: String.t() | nil,
  stateOrProvince: String.t() | nil,
  zipPlus4: String.t() | nil
}