Package net.amcintosh.freshbooks.models
Class ServiceRateList
java.lang.Object
net.amcintosh.freshbooks.models.ServiceRateList
Results of service rates list call containing list of service rates.
This endpoint is not paginated so there is no 'pages' attribute.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionArray of service rates returned by the `list` call.
-
Constructor Details
-
ServiceRateList
-
-
Method Details
-
getServiceRates
Array of service rates returned by the `list` call.- Returns:
- List of ServiceRate objects
-