Class: SecupayRuby::DataObjects::User
- 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
Constructor Details
This class inherits a constructor from SecupayRuby::DataObjects::Base