Method: Buildium::RentalTenantPostMessage.attribute_map
- Defined in:
- lib/buildium-ruby/models/rental_tenant_post_message.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 |
# File 'lib/buildium-ruby/models/rental_tenant_post_message.rb', line 76 def self.attribute_map { :'lease_id' => :'LeaseId', :'first_name' => :'FirstName', :'last_name' => :'LastName', :'email' => :'Email', :'alternate_email' => :'AlternateEmail', :'phone_numbers' => :'PhoneNumbers', :'date_of_birth' => :'DateOfBirth', :'comment' => :'Comment', :'tax_id' => :'TaxId', :'emergency_contact' => :'EmergencyContact', :'address' => :'Address', :'alternate_address' => :'AlternateAddress', :'mailing_preference' => :'MailingPreference' } end |