Class CoordinateInfo
java.lang.Object
net.avalara.avatax.rest.client.models.CoordinateInfo
Coordinate Info
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for latitude LatitudeGetter for longitude Longitudevoid
setLatitude
(BigDecimal value) Setter for latitude Latitudevoid
setLongitude
(BigDecimal value) Setter for longitude LongitudetoString()
Returns a JSON string representation of CoordinateInfo
-
Constructor Details
-
CoordinateInfo
public CoordinateInfo()
-
-
Method Details