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

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

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

public class CarrierDetail {
	String service;
	String containerType;
	String estDeliveryDateLocal;
	String estDeliveryTimeLocal;

	public String getService() { return service; }
	public void setService(String service) { this.service = service; }

	public String getContainerType() { return containerType; }
	public void setContainerType(String containerType) { this.containerType = containerType; }

	public String getEstDeliveryDateLocal() { return estDeliveryDateLocal; }
	public void setEstDeliveryDateLocal(String estDeliveryDateLocal) { this.estDeliveryDateLocal = estDeliveryDateLocal; }

	public String getEstDeliveryTimeLocal() { return estDeliveryTimeLocal; }
	public void setEstDeliveryTimeLocal(String estDeliveryTimeLocal) { this.estDeliveryTimeLocal = estDeliveryTimeLocal; }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy