ex_saferpay v0.1.0 ExSaferpay.Request.Address

Request Body for Address

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.Request.Address{city: nil | String.t(), company: nil | Date.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()}