Uses of Class
com.easypost.model.PickupRate
Packages that use PickupRate
Package
Description
Classes for the EasyPost API.
Interact with the EasyPost API in Java.
- 
Uses of PickupRate in com.easypost.model
Methods in com.easypost.model that return PickupRateModifier 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
Methods in com.easypost.service with parameters of type PickupRateModifier and TypeMethodDescriptionPickupService.buy(String id, PickupRate pickupRate) Buy this Pickup.