Class ServiceRateList

java.lang.Object
net.amcintosh.freshbooks.models.ServiceRateList

public class ServiceRateList extends Object
Results of service rates list call containing list of service rates. This endpoint is not paginated so there is no 'pages' attribute.
  • Constructor Details

  • Method Details

    • getServiceRates

      public List<ServiceRate> getServiceRates()
      Array of service rates returned by the `list` call.
      Returns:
      List of ServiceRate objects