Class: Zuora::Models::Contact

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model
Defined in:
lib/zuora/models/contact.rb

Constant Summary collapse

ATTRIBUTES =
:address_1,
:address_2,
:city,
:country,
:county,
:fax,
:first_name,
:home_phone,
:last_name,
:mobile_phone,
:nickname,
:other_phone,
:other_phone_type,
:personal_email,
:zip_code,
:state,
:tax_region,
:work_email,
:work_phone

Instance Method Summary collapse

Instance Method Details

#attributesObject



30
31
32
# File 'lib/zuora/models/contact.rb', line 30

def attributes
  ATTRIBUTES
end