diff --git a/easypost/easypost_client.html b/easypost/easypost_client.html index a7303c5..66a5e74 100644 --- a/easypost/easypost_client.html +++ b/easypost/easypost_client.html @@ -150,7 +150,7 @@
16class SmartRateService(BaseService): 17 def __init__(self, client): 18 self._client = client -19 self._model_class = "Smartrate" +19 self._model_class = "SmartRate" 20 21 def estimate_delivery_date(self, **params) -> List[Dict[str, Any]]: 22 """Retrieve the estimated delivery date of each carrier-service level combination via the @@ -162,7 +162,7 @@