All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.easypost.model.AddressDetail Maven / Gradle / Ivy

There is a newer version: 5.5.0
Show newest version
package com.easypost.model;

public class AddressDetail {
  Float latitude;
  Float longitude;
  String timeZone;

  public Float getLatitude() {
    return latitude;
  }

  public void setLatitude(Float latitude) {
    this.latitude = latitude;
  }

  public Float getLongitude() {
    return longitude;
  }

  public void setLongitude(Float longitude) {
    this.longitude = longitude;
  }

  public String getTimeZone() {
    return timeZone;
  }

  public void setCode(String timeZone) {
    this.timeZone = timeZone;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy