iyzico v0.1.0 Iyzico.Buyer

Represents a peer party of a transactional operation.

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %Iyzico.Buyer{city: binary, country: binary, email: binary, id: binary, identity_number: binary, ip: tuple, last_login_date: :naive_datetime, name: binary, phone_number: binary, registration_address: binary, registration_date: :naive_datetime, surname: binary, zip_code: binary}

Link to this section Functions

Link to this function put_city(arg, city)
Link to this function put_country(arg, country)
Link to this function put_email(arg, email)
Link to this function put_identifier(arg, id)
Link to this function put_identity_number(arg, identity_number)
Link to this function put_ip(arg, ip)
Link to this function put_last_login_date(arg, date)
Link to this function put_name(arg, name)
Link to this function put_phone_number(arg, phone_number)
Link to this function put_registration_address(arg, address)
Link to this function put_registration_date(arg, date)
Link to this function put_surname(arg, surname)
Link to this function put_zip_code(arg, zip_code)