Method: MergeCRMClient::AddressRequest.attribute_map

Defined in:
lib/merge_crm_client/models/address_request.rb

.attribute_mapObject

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



41
42
43
44
45
46
47
48
49
50
51
# File 'lib/merge_crm_client/models/address_request.rb', line 41

def self.attribute_map
  {
    :'street_1' => :'street_1',
    :'street_2' => :'street_2',
    :'city' => :'city',
    :'state' => :'state',
    :'postal_code' => :'postal_code',
    :'country' => :'country',
    :'address_type' => :'address_type'
  }
end