ex_saferpay v0.1.0 ExSaferpay.Response.Address

See Address http://saferpay.github.io/jsonapi/1.2/

Link to this section Summary

Link to this section Types

Link to this type gender()
gender() :: :male | :female | :company
Link to this type legal_form()
legal_form() :: :ag | :gmbh | :misc
Link to this type t()
t() :: %ExSaferpay.Response.Address{city: nil | String.t(), company: nil | String.t(), country_code: nil | String.t(), country_subdivision_code: nil | String.t(), date_of_birth: nil | Date.t(), email: nil | String.t(), first_name: nil | String.t(), gender: nil | gender(), last_name: nil | String.t(), legal_form: nil | legal_form(), phone: nil | String.t(), street: nil | String.t(), street2: nil | String.t(), zip: nil | String.t()}

Link to this section Functions