EasyPost v0.1.1 EasyPost.Address View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %EasyPost.Address{carrier_facility: nil | String.t, city: String.t, company: String.t, country: String.t, created_at: DateTime.t, email: String.t, federal_tax_id: term, id: nil | String.t, mode: EasyPost.mode, name: String.t, phone: String.t, residential: boolean, state: String.t, state_tax_id: term, street1: String.t, street2: String.t, updated_at: DateTime.t, verifications: %{optional(:zip4) => verification, optional(:delivery) => verification}, zip: String.t}
Link to this type verification() View Source
verification() :: %{success: boolean, details: %{latitude: float, longitude: float, time_zone: Calendar.time_zone}, errors: [EasyPost.Error.field_error]}

Link to this section Functions

Link to this function create(params, opts \\ []) View Source