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
@@ -21,7 +21,7 @@ Use the Dodo Payments MCP Server to enable AI assistants to interact with this A
21
21
22
22
<!-- x-release-please-start-version -->
23
23
24
-
The REST API documentation can be found on [docs.dodopayments.com](https://docs.dodopayments.com/api-reference/introduction). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.dodopayments.api/dodo-payments-java/1.102.0).
24
+
The REST API documentation can be found on [docs.dodopayments.com](https://docs.dodopayments.com/api-reference/introduction). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.dodopayments.api/dodo-payments-java/1.102.1).
25
25
26
26
<!-- x-release-please-end -->
27
27
@@ -32,7 +32,7 @@ The REST API documentation can be found on [docs.dodopayments.com](https://docs.
Copy file name to clipboardExpand all lines: dodo-payments-java-client-okhttp/src/main/kotlin/com/dodopayments/api/client/okhttp/DodoPaymentsOkHttpClient.kt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -240,6 +240,7 @@ class DodoPaymentsOkHttpClient private constructor() {
240
240
* Defaults to the live_mode environment: `https://live.dodopayments.com`.
241
241
*
242
242
* The following other environments, with dedicated builder methods, are available:
Copy file name to clipboardExpand all lines: dodo-payments-java-client-okhttp/src/main/kotlin/com/dodopayments/api/client/okhttp/DodoPaymentsOkHttpClientAsync.kt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -240,6 +240,7 @@ class DodoPaymentsOkHttpClientAsync private constructor() {
240
240
* Defaults to the live_mode environment: `https://live.dodopayments.com`.
241
241
*
242
242
* The following other environments, with dedicated builder methods, are available:
Copy file name to clipboardExpand all lines: dodo-payments-java-core/src/main/kotlin/com/dodopayments/api/models/balances/BalanceRetrieveLedgerParams.kt
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -773,9 +773,11 @@ private constructor(
773
773
* An enum containing [Currency]'s known values, as well as an [_UNKNOWN] member.
774
774
*
775
775
* An instance of [Currency] can contain an unknown value in a couple of cases:
776
+
*
776
777
* - It was deserialized from data that doesn't match any known member. For example, if the
777
778
* SDK is on an older version than the API, then the API may respond with new members that
778
779
* the SDK is unaware of.
780
+
*
779
781
* - It was constructed with an arbitrary value using the [of] method.
780
782
*/
781
783
enumclassValue {
@@ -1399,9 +1401,11 @@ private constructor(
1399
1401
* An enum containing [EventType]'s known values, as well as an [_UNKNOWN] member.
1400
1402
*
1401
1403
* An instance of [EventType] can contain an unknown value in a couple of cases:
1404
+
*
1402
1405
* - It was deserialized from data that doesn't match any known member. For example, if the
1403
1406
* SDK is on an older version than the API, then the API may respond with new members that
1404
1407
* the SDK is unaware of.
1408
+
*
1405
1409
* - It was constructed with an arbitrary value using the [of] method.
0 commit comments