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

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

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;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy