Method: XeroRuby::Accounting::ContactPerson.attribute_map

Defined in:
lib/xero-ruby/models/accounting/contact_person.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



32
33
34
35
36
37
38
39
# File 'lib/xero-ruby/models/accounting/contact_person.rb', line 32

def self.attribute_map
  {
    :'first_name' => :'FirstName',
    :'last_name' => :'LastName',
    :'email_address' => :'EmailAddress',
    :'include_in_emails' => :'IncludeInEmails'
  }
end