Method: AvmClient::Valuation.avm_types

Defined in:
lib/avm_client/models/valuation.rb

.avm_typesObject

Attribute type mapping.



44
45
46
47
48
49
50
51
52
# File 'lib/avm_client/models/valuation.rb', line 44

def self.avm_types
  {
    :'most_probable_price' => :'Integer',
    :'price_range_from' => :'Integer',
    :'price_range_to' => :'Integer',
    :'confidence' => :'Integer',
    :'price_distribution' => :'Array<ValuationPriceDistribution>'
  }
end