![JAR search and dependency download from the Maven repository](/logo.png)
com.easypost.model.ShipmentOptions Maven / Gradle / Ivy
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 - 2025 Weber Informatics LLC | Privacy Policy