Class: SecupayRuby::DataObjects::User

Inherits:
Base
  • Object
show all
Defined in:
lib/secupay_ruby/data_objects/user.rb

Constant Summary collapse

API_FIELDS =
{
  title: :title,
  company: :company,
  first_name: :firstname,
  last_name: :lastname,
  street: :street,
  house_number: :housenumber,
  zip: :zip,
  city: :city,
  phone_number: :telephone,
  date_of_birth: :dob_value,
  email: :email
}

Method Summary

Methods inherited from Base

#initialize, #to_api_fields

Constructor Details

This class inherits a constructor from SecupayRuby::DataObjects::Base