You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -355,10 +355,10 @@ def webhook():
355
355
*[update](docs/sdks/meters/README.md#update) - Update Meter
356
356
*[quantities](docs/sdks/meters/README.md#quantities) - Get Meter Quantities
357
357
358
-
### [metrics](docs/sdks/metrics/README.md)
358
+
### [metrics](docs/sdks/metricssdk/README.md)
359
359
360
-
*[get](docs/sdks/metrics/README.md#get) - Get Metrics
361
-
*[limits](docs/sdks/metrics/README.md#limits) - Get Metrics Limits
360
+
*[get](docs/sdks/metricssdk/README.md#get) - Get Metrics
361
+
*[limits](docs/sdks/metricssdk/README.md#limits) - Get Metrics Limits
362
362
363
363
### [oauth2](docs/sdks/oauth2/README.md)
364
364
@@ -539,18 +539,18 @@ with Polar(
539
539
540
540
541
541
**Inherit from [`PolarError`](./src/polar_sdk/models/polarerror.py)**:
542
-
*[`PolarExceptionsResourceNotFound`](./src/polar_sdk/models/polarexceptionsresourcenotfound.py): Status code `404`. Applicable to 77 of 142 methods.*
543
-
*[`PolarExceptionsNotPermitted`](./src/polar_sdk/models/polarexceptionsnotpermitted.py): Status code `403`. Applicable to 10 of 142 methods.*
542
+
*[`ResourceNotFound`](./src/polar_sdk/models/resourcenotfound.py): Status code `404`. Applicable to 77 of 142 methods.*
543
+
*[`NotPermitted`](./src/polar_sdk/models/notpermitted.py): Status code `403`. Applicable to 10 of 142 methods.*
544
544
*[`Unauthorized`](./src/polar_sdk/models/unauthorized.py): Not authorized to manage license key. Status code `401`. Applicable to 5 of 142 methods.*
545
-
*[`PolarExceptionsAlreadyCanceledSubscription`](./src/polar_sdk/models/polarexceptionsalreadycanceledsubscription.py): Status code `403`. Applicable to 4 of 142 methods.*
545
+
*[`AlreadyCanceledSubscription`](./src/polar_sdk/models/alreadycanceledsubscription.py): Status code `403`. Applicable to 4 of 142 methods.*
546
546
*[`AlreadyActiveSubscriptionError`](./src/polar_sdk/models/alreadyactivesubscriptionerror.py): The checkout is expired, the customer already has an active subscription, or the organization is not ready to accept payments. Status code `403`. Applicable to 3 of 142 methods.*
547
547
*[`NotOpenCheckout`](./src/polar_sdk/models/notopencheckout.py): The checkout is expired, the customer already has an active subscription, or the organization is not ready to accept payments. Status code `403`. Applicable to 3 of 142 methods.*
548
548
*[`PaymentNotReady`](./src/polar_sdk/models/paymentnotready.py): The checkout is expired, the customer already has an active subscription, or the organization is not ready to accept payments. Status code `403`. Applicable to 3 of 142 methods.*
549
549
*[`ExpiredCheckoutError`](./src/polar_sdk/models/expiredcheckouterror.py): The checkout session is expired. Status code `410`. Applicable to 3 of 142 methods.*
550
-
*[`PolarExceptionsSubscriptionLocked`](./src/polar_sdk/models/polarexceptionssubscriptionlocked.py): Subscription is pending an update. Status code `409`. Applicable to 2 of 142 methods.*
551
-
*[`PolarExceptionsInvoiceAlreadyExists`](./src/polar_sdk/models/polarexceptionsinvoicealreadyexists.py): Order already has an invoice. Status code `409`. Applicable to 2 of 142 methods.*
552
-
*[`PolarExceptionsMissingInvoiceBillingDetails`](./src/polar_sdk/models/polarexceptionsmissinginvoicebillingdetails.py): Order is not paid or is missing billing name or address. Status code `422`. Applicable to 2 of 142 methods.*
553
-
*[`PolarExceptionsNotPaidOrder`](./src/polar_sdk/models/polarexceptionsnotpaidorder.py): Order is not paid or is missing billing name or address. Status code `422`. Applicable to 2 of 142 methods.*
550
+
*[`SubscriptionLocked`](./src/polar_sdk/models/subscriptionlocked.py): Subscription is pending an update. Status code `409`. Applicable to 2 of 142 methods.*
551
+
*[`InvoiceAlreadyExists`](./src/polar_sdk/models/invoicealreadyexists.py): Order already has an invoice. Status code `409`. Applicable to 2 of 142 methods.*
552
+
*[`MissingInvoiceBillingDetails`](./src/polar_sdk/models/missinginvoicebillingdetails.py): Order is not paid or is missing billing name or address. Status code `422`. Applicable to 2 of 142 methods.*
553
+
*[`NotPaidOrder`](./src/polar_sdk/models/notpaidorder.py): Order is not paid or is missing billing name or address. Status code `422`. Applicable to 2 of 142 methods.*
554
554
*[`RefundAmountTooHigh`](./src/polar_sdk/models/refundamounttoohigh.py): Refund amount exceeds remaining order balance. Status code `400`. Applicable to 1 of 142 methods.*
555
555
*[`PaymentError`](./src/polar_sdk/models/paymenterror.py): The payment failed. Status code `400`. Applicable to 1 of 142 methods.*
556
556
*[`CustomerNotReady`](./src/polar_sdk/models/customernotready.py): Customer is not ready to confirm a payment method. Status code `400`. Applicable to 1 of 142 methods.*
|`properties`|[models.BenefitDiscordPropertiesOutput](../models/benefitdiscordpropertiesoutput.md)|:heavy_check_mark:| Properties for a benefit of type `discord`.|
|`properties`|[models.BenefitDiscordProperties](../models/benefitdiscordproperties.md)|:heavy_check_mark:| Properties for a benefit of type `discord`. |
0 commit comments