Class BetaRateService
java.lang.Object
com.easypost.service.BetaRateService
-
Method Summary
Modifier and TypeMethodDescriptionretrieveStatelessRates
(HashMap<String, Object> params) List all StatelessRate objects.
-
Method Details
-
retrieveStatelessRates
public List<StatelessRate> retrieveStatelessRates(HashMap<String, Object> params) throws EasyPostExceptionList all StatelessRate objects.- Parameters:
params
- Map of parameters.- Returns:
- List of StatelessRate objects.
- Throws:
EasyPostException
- when the request fails.
-