Class: Micropayment::Address

Inherits:
Base
  • Object
show all
Defined in:
lib/micropayment-rails/classes/address.rb

Constant Summary collapse

VALID_ATTRIBUTES =
[:customerId, :firstName, :surName, :street, :zip, :city, :country]
IDENTIFIER =
:customerId
FIND_METHOD =
:addressGet
CREATE_METHOD =
:addressSet

Method Summary

Methods inherited from Base

create!, find, find_or_create_by_id, #id, valid_attributes