Class CarrierTypeService

java.lang.Object
com.easypost.service.CarrierTypeService

public class CarrierTypeService extends Object
  • Method Details

    • all

      public List<CarrierType> all() throws EasyPostException
      Retrieve a list of available carriers for the given account.
      Returns:
      list of carrier types that are available for the given account.
      Throws:
      EasyPostException - when the request fails.