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

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

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

public class AddressVerifyResponse {
	Address address;
	String message;
	
	public Address getAddress() {
		return address;
	}
	public void setAddress(Address address) {
		this.address = address;
	}

	public String getMessage() {
		return message;
	}
	public void setMessage(String message) {
		this.message = message;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy