Versions in this module Expand all Collapse all v1 v1.0.0 Apr 26, 2020 Changes in this version + func GetFloat64(val *float64) float64 + func GetString(val *string) string + func PtrFloat64(val float64) *float64 + func PtrString(val string) *string + func StringValueOrNil(val string) *string + type AreaDetail struct + Country *string + County *string + Municipality *string + PostalCity *string + type Output struct + Area *string + AreaDetail AreaDetail + Borattavgift *float64 + ConstructionYear *string + DevelopmentPrice *float64 + DevelopmentPricePercent *float64 + Driftkostnad *float64 + HousingForm *string + LivingArea *float64 + NumberOfRooms *float64 + Price *float64 + PricePerM2 *float64 + SellingPrice *float64 + Status Status + StreetName *string + Tenure *string + URL string + func Parse(url string) (Output, error) + func (o *Output) CalculateDevelopment() + func (o Output) ToJSON() ([]byte, error) + func (o Output) ToXML() ([]byte, error) + type Status string + const StatusDeactived + const StatusProcessing + const StatusSold