com.easypost.model.Smartrate Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of easypost-api-client Show documentation
Show all versions of easypost-api-client Show documentation
EasyPost Java Client Library for the EasyPost Shipping API
The newest version!
package com.easypost.model;
public class Smartrate extends Rate {
private TimeInTransit timeInTransit;
/**
* Get the time in transit for this rate.
*
* @return timeInTransit
*/
public TimeInTransit getTimeInTransit() {
return timeInTransit;
}
}