DearInventoryRuby::MeContact Properties Name Type Description Notes contact_id String Unique `MeContact` ID [optional] name String Name of `MeContact` [optional] phone String Phone [optional] fax String Fax [optional] email String Email [optional] website String Website [optional] comment String Comment [optional] type String `MeContact` Type. Should be one of the following values: `Billing`, `Business`, `Sale`, `Shipping` or `Employee` [optional] default_for_type Boolean Points that `MeContact` is used as default for chosen `Type`. `False` as default. [optional] [default to false] Code Sample require 'DearInventoryRuby' instance = DearInventoryRuby::MeContact.new(contact_id: nil, name: nil, phone: nil, fax: nil, email: nil, website: nil, comment: nil, type: nil, default_for_type: nil)