Uses of Class
com.easypost.model.Rate
Packages that use Rate
Package
Description
Classes for the EasyPost API.
Interact with the EasyPost API in Java.
Utility classes for the EasyPost API Java client library.
-
Uses of Rate in com.easypost.model
Subclasses of Rate in com.easypost.modelMethods in com.easypost.model that return RateModifier and TypeMethodDescriptionOrder.lowestRate()
Get the lowest rate for this Order.Order.lowestRate
(List<String> carriers) Get the lowest rate for this order.Order.lowestRate
(List<String> carriers, List<String> services) Get the lowest rate for this Order.Shipment.lowestRate()
Get the lowest rate for this Shipment.Shipment.lowestRate
(List<String> carriers) Get the lowest rate for this shipment.Shipment.lowestRate
(List<String> carriers, List<String> services) Get the lowest rate for this Shipment. -
Uses of Rate in com.easypost.service
Methods in com.easypost.service that return RateModifier and TypeMethodDescriptionRetrieve a Rate from the API.Methods in com.easypost.service with parameters of type Rate -
Uses of Rate in com.easypost.utils
Methods in com.easypost.utils that return RateMethod parameters in com.easypost.utils with type arguments of type Rate