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

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

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

public class ShipmentOptions {
	String smartpostHub;
	String smartpostManifest;
	
	public String getSmartpostHub() {
		return smartpostHub;
	}
	public void setSmartpostHub(String smartpostHub) {
		this.smartpostHub = smartpostHub;
	}

	public String getSmartpostManifest() {
		return smartpostManifest;
	}
	public void setSmartpostManifest(String smartpostManifest) {
		this.smartpostManifest = smartpostManifest;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy