Uses of Class
com.easypost.model.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
Modifier 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
Modifier and TypeMethodDescriptionRetrieve a Rate from the API. -
Uses of Rate in com.easypost.utils