Method: Noths::DeliveryAddress.attribute_map

Defined in:
lib/noths/models/delivery_address.rb

.attribute_mapObject

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



22
23
24
25
26
27
28
29
30
31
# File 'lib/noths/models/delivery_address.rb', line 22

def self.attribute_map
  {
    :'address1' => :'address1',
    :'address2' => :'address2',
    :'town' => :'town',
    :'post_code' => :'post_code',
    :'country' => :'country',
    :'county' => :'county'
  }
end