Uses of Class
com.easypost.model.PickupRate
Package
Description
Classes for the EasyPost API.
Interact with the EasyPost API in Java.
-
Uses of PickupRate in com.easypost.model
Modifier and TypeMethodDescriptionPickup.lowestRate()
Get the lowest rate for this Pickup.Pickup.lowestRate
(List<String> carriers) Get the lowest rate for this pickup.Pickup.lowestRate
(List<String> carriers, List<String> services) Get the lowest rate for this Pickup. -
Uses of PickupRate in com.easypost.service
Modifier and TypeMethodDescriptionPickupService.buy
(String id, PickupRate pickupRate) Buy this Pickup.